Industry-grade setup instructions, MQTT topics, and platform features.
Getting Started
Connect your microcontroller to the SaaS platform
This guide shows how a device owner signs up, pairs hardware, and streams telemetry into the dashboard in minutes.
Devices authenticate with `deviceId` as the MQTT username and a generated secure token as the password. Telemetry is sent over MQTT using QoS 0 on port 1883 with TLS enabled.
Quick Start
End-to-end onboarding workflow
Sign up and visit the documentation page to copy your MQTT broker URL.
Pair a device in the SaaS using a friendly name, description, and the device MAC address.
Create one or more appliances under that device, then copy the generated `deviceId` and create a secure token.
Configure the microcontroller to authenticate to MQTT using `deviceId` as the username and the secure token as the password.
Publish telemetry and subscribe to command topics to enable remote control.