Skip to content

Latest commit

 

History

History
31 lines (19 loc) · 2.08 KB

demo_video.md

File metadata and controls

31 lines (19 loc) · 2.08 KB

Video demonstrations

In this folder you can find videos demonstrating the use of:

The examples provided show the codes operating in "normal" mode (the GPS chip sends continuous NMEA frames after the interpretation of the satellite information) and how the decoding of each sentence is organized.

In some cases, your GPS chip is correctly connected, it emits abundant NMEA streams and yet... when decoding, nothing is displayed!

This happens when the GPS chip did not have enough time after start-up to accumulate satellite data. It also happens when the chip loses reception of satellite signals. The following videos show you what happens at data level and how it translates into each NMEA sentence.

  • NMEA empty streams: video

      The NMMEA streams are processed, the data are displayed on your IDE console but if you pay close attention,
      some of the sentences are empty and you can also observe that the value '99.99' is recurrent.
      Which means: Data is incorrect or missing.
    
  • GLL empty sentences: video

      In this video, the code is dismantling the flow field by field and you can clearly observe the missing data
      or the data non-validity.
    
  • VTG empty sentences: video

      Same as the previous video: the sentences are empty.  
    

All these videos are provided as examples of how the code functions when used with an IDE such as Thonny.