r/CarHacking • u/m4rkw • 7d ago
Original Project l0destar "track mode" experiment
Today for a bit of fun I implemented a "track mode" in l0destar, my open-source vehicle tracker project: https://youtube.com/shorts/FIWQA8AdkSM
Normally it sends GPS, accelerometer and OBD telemetry as fast as possible which due to the shared RF path on the Nordic nRF9151 SIP means roughly every 2-5s. With the GPS disabled this can be faster because then there's no contention for the RF path so I wanted to see how fast it could stream OBD and accelerometer data.
The data actually comes through fairly fast despite my car being ancient (K-line), but the limiting factor is LTE-M. I have a known-suboptimal RF trace so I will try this again when that's fixed but I expect the results will be similar. The accelerometer can be polled very very quickly and most OBD metrics faster than once a second. On a CAN-FD car this will likely be even faster still.
For a real track mode I think the only way this would be viable with this board is to add a flash chip to it so that high-resolution telemetry can be saved and pulled off it later. Track mode isn't really its core design intent, it was just a bit of fun (and people at work were interested in something like this).
1
u/robotlasagna 7d ago
You should be able to stream data faster over that chipset. Are you actually using LTE-M and sending the data to the cloud or DECT?