meshtastic / firmware

Meshtastic device firmware
https://meshtastic.org
GNU General Public License v3.0
3.62k stars 904 forks source link

add GPS in indicator board #5411

Closed Dylanliacc closed 1 day ago

Dylanliacc commented 1 day ago

image

Based on the current hardware form of the indicator, GPS data needs to be collected through the RP2040 serial port and then forwarded to ESP32 (the core running meshtastic). We have set the serial port as a serial port connected by two chips and temporarily use serial port transparent transmission to support GPS data. The GPS uses Air530Z,Add another layer of suitable data protocol in the subsequent upgrade to enable RP2040 to support more sensors. The firmware running on RP2040 can refer to the example code provided by this repository. https://github.com/Dylanliacc/Serial-Protocol-of-RP2040-on-Indiactor-for-meshtastic . https://wiki.seeedstudio.com/Grove-GPS-Air530/#features