IoT Embedded Application illustrating the creation and use of a custom chip. The chip is a Neo6m GPS Module. The Sketch Application reads values from sensor and display information about Location, Speed, Date and Time. The custom chip includes NMEA GPS Sample Data.
- ESP32
- Neo6m GPS Module (Custom Chip)
- TinyGPS++
- stdio
- stdlib
- string
- NMEA Communication Reference: https://opencpn.org/wiki/dokuwiki/doku.php?id=opencpn:manual_basic:nmea0183
- NEO-6M GPS Module Technical information: https://lastminuteengineers.com/neo6m-gps-arduino-tutorial/
- NEO-6M GPS Module Commercial information: https://naylampmechatronics.com/sensores-posicion-inerciales-gps/106-modulo-gps-neo-6m.html
- NMEA Data Generator: https://nmeagen.org/
- TinyGPS++ information: https://arduiniana.org/2013/09/tinygps-a-new-view-of-global-positioning/