Pair a New Sensor
Pairing Walkthrough
- Choose Demo to pair a simulated sensor with no real hardware required.
- Flash your XIAO ESP32S3 firmware to sample analog values and post JSON data.
- Choose Wi-Fi or Bluetooth in this form and save the device.
- Record the generated sensor ID from the sensor page after pairing.
- Configure firmware endpoint to POST to
/api/ingest/<sensor_id>. - Send payloads like
{"value": 23.4, "timestamp": "2026-03-30T12:00:00Z", "source": "wifi"}.
For Bluetooth, you can relay BLE data through a gateway process on the host that forwards JSON to the same ingest API endpoint.