Featured / 01
EmbNode
C++17 FreeRTOS telemetry prototype
A C++17 embedded telemetry prototype with FreeRTOS task scaffolding for ESP32 and STM32, host-tested packet framing, power accounting, and OTA coordination.
- Problem
- Intermittent networks and low-power constraints make telemetry delivery unreliable.
- System design
- FreeRTOS task scaffolding separates simulated sampling, aggregation, and transport hooks.
- Evidence
- Host contract tests exercise packet validation, power accounting, and OTA backend failures.
- Outcome
- A testable telemetry foundation; hardware DMA, network delivery, and field reliability still need validation.
- C++17
- FreeRTOS
- ESP32 / STM32
- MQTT / HTTP
- OTA / Watchdog
- CMake / CTest
- CRC16
- Packet validation
- Host
- Contract tests
- C++17
- Telemetry prototype