Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gps-neo6m-on-esp32-embedded-app-wv71

IoT Embedded Application illustrating the creation and use of a custom chip. The chip is a Neo6m GPS Module. The C++ Sketch Application reads values from sensor and display information about Location, Speed, Date and Time. The custom chip includes NMEA GPS Sample Data.
https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gps-neo6m-on-esp32-embedded-app-wv71

arduino cpp esp32 gps iot-application neo6m sketch wokwi wokwi-custom-chip

Last synced: 15 days ago
JSON representation

IoT Embedded Application illustrating the creation and use of a custom chip. The chip is a Neo6m GPS Module. The C++ Sketch Application reads values from sensor and display information about Location, Speed, Date and Time. The custom chip includes NMEA GPS Sample Data.

Awesome Lists containing this project

README

        

# IoT Custom Chip Neo6m GPS Module on ESP32 Embedded App

## Summary
IoT Embedded Application illustrating the creation and use of a custom chip. The chip is a Neo6m GPS Module. The C++ Sketch Application reads values from sensor and display information about Location, Speed, Date and Time.
The custom chip includes NMEA GPS Sample Data.

## Components
- ESP32
- Neo-6m GPS Module (Custom Chip)

## Libraries
- TinyGPS++
- stdio
- stdlib
- string

## Aditional references
- 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 Commecial 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/