Skip to content

Commit 4eb60f6

Browse files
Apply suggestions from code review
Co-authored-by: BenjaminDannegard <[email protected]>
1 parent 1708526 commit 4eb60f6

File tree

1 file changed

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

1 file changed

+3
-3
lines changed

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

+3-3
Original file line numberDiff line numberDiff line change
@@ -263,10 +263,10 @@ You will see the **NMEA** data in the Serial monitor.
263263

264264
#### Parse NMEA GPS Sentences
265265

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.
266+
Previously we went through 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** this will convert the messages received from the GPS modem, parsing and saving 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.
269+
This makes it possible to 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, instead of having the whole NMEA messages.
270270

271271
Open the example from the library at **Examples > 107-Arduino-NMEA-Parser > NMEA-Basic** and you need to add the following:
272272

0 commit comments

Comments
 (0)