- A common runtime for register-paradigm I2C devices. Telemetry offers an Arduino-compatible library which generalizes application logic for peripherals (i.e., no more hardware libraries such as this, this, or this).
- Telemetry can run an access point on a microcontroller to write configuration to non-volatile memory. This configuration will then be used to connect to an existing WiFi network and a Telemetry server.
- Declarative configurations for new peripherals.
- Write application logic for peripheral data (e.g., interpreting temperature) with no dependencies, in any language, and without firmware updates on your fleet of microcontrollers.
- Plug-and-play data logging, consumption API, and visualization on a web dashboard.
- Firmware: Refer to
prototypes/README.md
- Sample Dashboard: Refer to
dashboard/README.md
- Peripheral Processor: Refer to
sht31-controller/README.md
- Backend Controller: Refer to
backend/README.md