Cannot get GPGSV sentence

Hi,

Im using a module quectel EG25GGBR07A07M2G_01.002.01.002 communicating with it by serial port using AT commands

I want to get the number of satellites in view using the GPGSV sentence.

But im not able to get a GSV sentence from quetel.

What im doing is (all of this commands are returning OK):

AT+QGPS=1 //Activate GPS

AT+QGPSCFG=“nmeasrc”,1 //Enable acquisistion of NMEA sentences via AT+QGPSGNMEA

AT+QGPSCFG=“gpsnmeatype”,31 //Enable all the five types of sentences

AT+QGPSCFG=“gnssconfig”,1 //Enable GLONASS, BeiDou and Galileo

After this configuration, im trying to get the GSV sentence via AT+QGPSGNMEA:

AT+QGPSGNMEA=“GSV”

OK is rerturned, but no GPGSV sentence printed on the console

However, if i send:

AT+QGPSGNMEA=“RMC”

OK and a GPRMC sentece is printed on the console.

Is there any other configuration im not doing correct to get printed a GPGSV sentence?

Hi @indraAitor
I tried to use EG25G to open all five NMEA sentences, and I saw that GPGSV was spit out normally.