Pair a New Sensor

Choose Bluetooth transport to scan nearby devices.

StillWave uses this selected device address for the BLE relay process.

Pairing Walkthrough

  1. Choose Demo to pair a simulated sensor with no real hardware required.
  2. Flash your XIAO ESP32S3 firmware to sample analog values and post JSON data.
  3. Choose Wi-Fi or Bluetooth in this form and save the device.
  4. Record the generated sensor ID from the sensor page after pairing.
  5. Configure firmware endpoint to POST to /api/ingest/<sensor_id>.
  6. 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.