ESP32S3 Monitor Sketch

edited March 2024 in DIY builds
Hello, i'm new to Racechrono, i'd like to use an esp32s3 to send gps and lap data (no need of can data) to a website
Does anyone have a working arduino sketch for reading those data from racechrono please ?
All examples i have seen use bluefruit wich seams not compatible with esp32s3
Edit: i found what i searched : https://github.com/MagnusThome/Racechrono-LIVE-telemetry-data-export/tree/main/main
Just change {} by () , ex:
{ "engine_oil_temp", "channel{device{gps}, speed}", 0.1 } becomes :smile:
{ "engine_oil_temp", "channel(device(gps), speed)", 0.1 }
Another question : if my track is divided into 4 parts (sectors ?) is that possible to get the actual part number and the time of the last part ?
Thanks
Sign In or Register to comment.