MC60 GNSS status indicator

We are using MC60 module, and want to show GNSS LED indicator (similar to NETLIGHT which shows GSM network status) to show the GNSS network connectivity status. How can we do it?

Thanks!

Hi Trakbond:
If you are using EVB+TE-A,There is an indicator light next to your GNSS antenna.
When the GNSS function is turned on, it will light up, and when the location is successful, it will blink.

@Winnie.Xi-Q
How can we control the GNSS antenna through OpenCPU program. We want to show a custom LED which will be ON when there is no signal and blink once every 3 seconds when in tracking mode.

@Grey.Tu-Q Could you help on this OpenCPU issue?Thank you.

1 Like

The NMEA statement returned by GNSS can be used to determine whether the module has been located successfully.

"NMEA --> GGA -->Status’ the bits.If A is located successfully, V is not located successfully.

@Grey.Tu-Q

  1. What is the GNSS LED pin number on MC60 module? (Is it 1PPS pin no 17?)
  2. If we use the NMEA statement for GNSS status bit, are you suggesting to use GPIO for lighting the LED?
  3. Since the LED will be lid all the time the device remains ON, is there any power dissipation difference when we use GPIO instead of 1PPS pin?

@trakbond

  1. PPS pin positioning output for the pulse signal, not good to do state indicator light.
  2. Is to judge “NMEA --> GGA -->Status”, and then control the GPIO itself.
  3. The LED display will definitely increase the power consumption.

@Grey.Tu-Q

Thanks for clarifying got GNSS LED. We want to control the Network LED to show various states (Not connected to network, Connected to Network, PDP context active or inactive (GPRS), etc). But the LETLIGHT PIN (no 47) has limited function only.

How can we control Network LED?

All these can be controlled by judging the NMEA statement of the GNSS module. There is no direct knowledge pin on the GNSS module, so you need to control the GPIO after judging by yourself.

@Grey.Tu-Q

My last question was related to GSM status (not the GNSS), what is the command for getting GSM bits?

“We want to control the Network LED to show various states (Not connected to network, Connected to Network, PDP context active or inactive (GPRS), etc). But the LETLIGHT PIN (no 47) has limited function only.”

NET Network instructions in the module corresponding hardware development manual has the corresponding introduction, please refer to the hardware manual search “Network status” to learn.Thank you.

@Grey.Tu-Q

Sorry but

Network status is hardware design reference doc does not have any details about how to change the default behaviour.

This state is the default and cannot be changed.Thank you.

Hi @Grey.Tu-Q

I want to lid a LED using MC60 GPIO PIN (say SD_CMD Pin no 7, using multiplexed function), but no sure what is the Voltage (max/min) and Current (max) characteristics for MC60 GPIO pins. Can you please confirm Voltage/Current ratings for GPIO?

Dear trakbond

The input and output voltage domains of all PIN pins are described in the module’s OPEN hardware design manual.

Take your PIN7(SD_CMD) pin for example: the input low level range is “0~0.25VDD_EXT" and the input high level range is "0.75VDD_EXT~VDD_EXT+0.2”.The maximum output low voltage is "0.15VDD_EXT “, and the minimum output high voltage is” 0.85VDD_EXT ".
1630632754(1) 1630632847(1)