Connect ESP32 devices to AI agents in minutes. Open-source firmware SDK, REST API, and MCP server.
Get started โ# Clone โ configure โ flash. That's it.
$ git clone https://github.com/jettydiot/jettyd-firmware-template my-device
$ cd my-device && make setup
# Edit device.yaml with your drivers + credentials
$ idf.py build flash monitor
Clone the template, flash your ESP32, and see it online on the dashboard. From zero to connected in 5 minutes.
Interactive REST API documentation. Device management, telemetry, shadows, commands โ all endpoints with examples.
Open-source C SDK for ESP-IDF. 10 drivers included (sensors, actuators, inputs). MIT licensed.
Minimal starter project. Configure drivers in YAML, the build system generates the C code for you.
Model Context Protocol server for AI agents. Let Claude, GPT, or any LLM read sensors and send commands.
Real-time device monitoring. See telemetry, inspect shadows, send commands, manage your fleet.