renatobo / bonogps

A GPS setup to log your track lap times, based on ESP32, with the ability to interface with several mobile phone apps that log your speed and position via Bluetooth Low Energy, Bluetooth or WiFi
MIT License
61 stars 19 forks source link

RaceChrono: validate talker id's and NMEA messages #7

Closed renatobo closed 3 years ago

renatobo commented 3 years ago

According to this post, RaceChrono only accepts GPRMC and GPGGA so they can be disabled

Alternatively, adopt the same binary packet format described in racechrono-ble-diy-device other info at https://github.com/timurrrr/arduino-RaceChrono

Additional info also at the Tutorial on DIY devices which explains $RC2 and $RC3 formats

renatobo commented 3 years ago

From tests with current version 7.0.10

GGA and RMC minimum mandatory

GBS

GSV and GSA

This means

New configuration option "racechrono" now holds the true/false status of these optimizations

renatobo commented 3 years ago

Open a separate issue for binary protocol support