Tutorials
Six short, step-by-step guides — with screenshots — that take you from zero to a live, automated IoT dashboard.
1. Add your first device
~2 minRegister a device and get the token it uses to talk to the platform.
2. Send your first reading
~5 minPush a sensor value from an ESP32, Arduino or Raspberry Pi — or from any terminal — and watch it appear live.
3. Build a dashboard
~3 minTurn raw readings into number cards, gauges, charts, LEDs and maps.
4. Control a device
~5 minFlip a relay or LED, or set a value, straight from the dashboard using Blynk-style virtual pins.
5. Automate with n8n
~8 minRun no-code logic when a device event happens — notify, control devices back, log data or call AI.
6. Upload telemetry every 10 seconds (ESP8266 & Python)
~10 minPublish temperature, humidity and voltage to the platform over MQTT on a fixed interval — from an ESP8266 sketch or the same loop in Python.