Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/upc-pre-202402-si572-wv71/iot-custom-chip-gps-neo6m-on-esp32-embedded-app-wv71
- Owner: upc-pre-202402-si572-wv71
- Created: 2024-10-23T12:24:52.000Z (22 days ago)
- Default Branch: master
- Last Pushed: 2024-10-23T14:36:04.000Z (22 days ago)
- Last Synced: 2024-10-23T17:21:50.928Z (21 days ago)
- Topics: arduino, cpp, esp32, gps, iot-application, neo6m, sketch, wokwi, wokwi-custom-chip
- Language: C
- Homepage:
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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/