You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/hardware/04.pro/shields/portenta-cat-m1-nb-iot-gnss-shield/tutorials/cheat-sheet/cheat-sheet.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -263,8 +263,8 @@ You will see the **NMEA** data in the Serial monitor.
263
263
264
264
#### Parse NMEA GPS Sentences
265
265
266
-
Previously we shown how to show the GPS data on the Serial Monitor, but it was not possible to evaluate those messages (NMEA sentences).
267
-
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.
266
+
Previously we shown how to show the GPS data in the Serial Monitor, but it was not possible to evaluate those messages (NMEA sentences).
267
+
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.
268
268
269
269
Open the example from the library at **Examples > 107-Arduino-NMEA-Parser > NMEA-Basic** and you need to add the following:
0 commit comments