02_telemetry

Example of the component iotmertech/iotmer v0.1.5
# 02_telemetry

ESP-IDF example that connects over MQTT and periodically publishes telemetry JSON.

## Build / flash

```bash
idf.py set-target esp32
idf.py build flash monitor
```

## Notes

- Configure Wi‑Fi / workspace values via `menuconfig` (see `sdkconfig.defaults` for Kconfig symbol names).
- Canonical source also lives in the main repository: `https://github.com/iotmertech/iotmer-sdk-esp-idf/tree/main/examples/02_telemetry`

To create a project from this example, run:

idf.py create-project-from-example "iotmertech/iotmer=0.1.5:02_telemetry"

or download archive (~2.02 KB)