micropython icon indicating copy to clipboard operation
micropython copied to clipboard

[ENHANCEMENT] Access gps calculated speed values and other NMEA GPS data

Open midasgossye opened this issue 4 years ago • 2 comments

Would it be possible to extract more information from the GPS module instead of just lat/lon? I'm assuming the GPS module returns info like altitude, speed etc as well via the internal UART, although I'm not entirely sure...

midasgossye avatar Jul 19 '20 11:07 midasgossye

Yes, you may currently run gps.on() and then open UART(1) to see the NMEA output. I'm assuming it is standard.

pulkin avatar Jul 20 '20 09:07 pulkin

Added gps.nmea_data

pulkin avatar Aug 10 '20 17:08 pulkin