Getting IRNSS data from L89 module

I am unable to receive IRNSS data through the L89 module. Although I am getting all GPS data in Arduino serial monitor. I tested the module in an open field but no luck. How to solve this problem? Is there any command that I need to send to this module? Is there any software available from QUECTEL to do that?

Hi Saurabh Sinha,

  1. Can you query your firmware version that currently use? By sending:
    $PSTMGETPAR,1500
    or $PQTMVERNO*58 Please try these 2 commands, because I’m not sure which model you are using.

  2. Do you use integrated antenna or external antenna? Generally, IRNSS is enabled by default.

Best regards.

Command: $PSTMGETPAR,1500
Response: $PSTMSETPAR,1500,L89NR01A06V015F
Command: $PQTMVERNO
58
Response: No response

I am using integrated antenna.

Hi Saurabh,

I will send you the latest L89 firmware via message.

Please note that any two or all three of GLONASS/BDS/NavIC (IRNSS) cannot be enabled simultaneously.

Best regards.

Hi Raphael,

Does L89 support message broadcast service for IRNSS?

Hi Saurabh,

i can’t also get navic data what should i do , please help me with this , i only want navic data , no need of others

Athul I am still struggling to get it done.

Hi Saurabh, Athul,

Do you mean that you didn’t receive IRNSS satellite signal?
Please try in open sky environment.

For L89-S90( Generation1)
Send: $PSTMSETCONSTMASK,1024 → Set IRNSS only

Send: $PSTMSAVEPAR --save configurations

Send: $PSTMGETPAR,1500 → query firmware version


For L89HA-S90 (Generation2, AKA L89 R2.0)
Send: $PAIR066,0,0,0,0,0,1*3B → set IRNSS only


Send: $PAIR513*3D --save configurations

Send: $PQTMVERNO*58 → query firmware version

@athul_ks Please check the firmware version on your device.

Best regards.