Telemetry
Version 3.7 by Daniel Andrea Ciobanu on 2026/02/08 11:46
Table of contents
Description
The telemetry software section of the project comprised such tasks
- creating software for relaying CANBUS messages through MQTT via 4G using a Raspberry pi
- creating software for reading CANBUS messages from main CANBUS loop using STM32 chip and sending via serial to raspberry
- lowering boot time of Raspberry pi
- writing script to be launched at boot to connect to the internet via modem
- reference here https://www.jeffgeerling.com/blog/2022/using-4g-lte-wireless-modems-on-raspberry-pi/
- for more info about modem etc refer to Electrical
Architecture description
Canbus message reader STM32
Most of it is still not imple