Appearance
Add Device
Register a device so it can connect securely and appear in your Dashboard.
Prerequisites
- You have an account at app.iotbackend.cloud
- You can build and flash firmware locally
- You know which board/platform you are targeting
Steps
- Open Dashboard → Devices → New device.
- Create the device entry.
- Download the firmware template for that device.
- Unzip and open the template project locally.
- Put your app logic into the user code file provided by the template.
- Build firmware locally.
- Flash firmware to your board.
- Power on the device.
- Connect your phone/laptop to the device AP (for example
DIY-IOT-<chip>). - In the provisioning portal, select your Wi-Fi network and enter password.
- Wait until the device joins Wi-Fi and starts sending telemetry.
- Open the device page in Dashboard and verify the status.
If Wi-Fi credentials were already saved on the device, AP provisioning may not appear.
What to expect after the first boot
- Device may show RECONNECTING briefly.
- After telemetry heartbeat arrives, status should become ONLINE.
- You should see runtime details and activity entries update.