Skip to content

Commit 1708526

Browse files
committed
Add Parsing paragraph
1 parent 2fd9228 commit 1708526

File tree

1 file changed

+2
-0
lines changed
  • content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet

1 file changed

+2
-0
lines changed

content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md

+2
Original file line numberDiff line numberDiff line change
@@ -266,6 +266,8 @@ You will see the **NMEA** data in the Serial monitor.
266266
Previously we shown how to show the GPS data in the Serial Monitor, but it was not possible to evaluate those messages (NMEA sentences).
267267
To do so you can use an **NMEA parser** that will convert the messages received from the GPS modem and it will parse and save them into variables, you can use the **107-Arduino-NMEA-Parser** library. This library can be found in the library manager inside the Arduino IDE.
268268

269+
This way gives you the posibility of interact with the data that you need for your application, for example if you only want to get the latitude and longitude. You will be able to save those needed values into variables in a handful way, instead of having all the NMEA messages.
270+
269271
Open the example from the library at **Examples > 107-Arduino-NMEA-Parser > NMEA-Basic** and you need to add the following:
270272

271273
Include the needed libraries.

0 commit comments

Comments
 (0)