Skip to content

Getting Started with SiliconWit.io

Getting Started with SiliconWit.io hero image
Modified:
Published:

By the end of this guide, one of your devices will be live on siliconwit.io, reporting in real time and alerting you the moment a reading drifts. Add an automation rule and it can act on its own whenever it has something to control. You can start with a single sensor, or with no hardware at all. #IoT #GettingStarted #DeviceMonitoring

Three ways to add your first device

There is no single starting point. Pick the one that matches what is on your desk right now.

Try it now, with no hardware at all

siliconwit.io/try creates a real device and streams real readings into it in seconds, with no account, no credit card, and nothing plugged in. Send data from the page itself, or with a single curl command if you would rather work from a terminal, and watch the live feed move. The demo device lasts about 30 minutes; create a free account and you keep it.

If you want to see the platform carrying someone else’s load first, the public devices page shows always-on devices reporting in real time.

I have hardware

An ESP32 on the bench is the fastest route. Sign in, choose “Flash an ESP32 (browser, no IDE)”, plug the board into USB, and pick it from the browser port picker. The firmware is written from the browser, so there is no IDE and nothing to install, and the device is created and claimed into your account automatically, with no device IDs or access tokens copied by hand. You name the board and type your WiFi credentials, which go straight to the device over USB rather than through our servers. Browser flashing needs Chrome, Edge, or Opera on desktop or Android.

Anything else you already run works too: define the device yourself and point a standard MQTT, MQTT-SN, CoAP, or HTTP client at it, as described in the section below. Where the board came from makes no difference, ours or anyone else’s.

I bought a SiliconWit device

It arrives already working. Enter the claim code printed on the label at siliconwit.io/claim and the device appears in your account and starts reporting. No wiring, no firmware, no integration work.

Bringing your own board



The browser flasher and the claim code both do this work for you. Do it by hand when you are running your own firmware, a Raspberry Pi, a gateway, or anything that already speaks a standard protocol.

  1. Create a free account. Sign up at siliconwit.io and open the dashboard. The free tier covers your first few devices, so there is nothing to pay while you learn the platform.

  2. Add a device and get its token. From the dashboard, add a device. The platform issues a unique, per-device token so each device authenticates on its own. You choose how it will connect on the next step.

  3. Connect it. Point a standard MQTT, MQTT-SN, CoAP, or HTTP client at the endpoints listed on mqtt.siliconwit.io, authenticating with your device token over a TLS connection. The documentation has setup examples for common boards such as the ESP32 and Raspberry Pi, and it works the same across WiFi, cellular, NB-IoT, and LoRaWAN networks.

  4. See it live. Your device appears on the dashboard with its readings updating in real time. Add a chart for the values you care about, and you have the live view at a glance.

Make the data work for you



A live reading is useful; a reading that warns you and acts on its own is the point.

  1. Set an alert. Choose a reading and a threshold (a temperature ceiling, a tank level, a vibration limit) and pick how you want to hear about it: email, SMS, Slack, Discord, or a webhook. Now you find out the moment something drifts, not hours later.

  2. Add an automation rule. Go one step further than being told: have the platform respond. A rule can toggle a relay, change a setpoint, or send a command back to the device when a condition is met, with an approval step where a human should stay in the loop.

  3. Let AI help. On the higher tiers, AI analytics flag anomalies and forecast trends, and the MCP integration lets you ask an assistant, in plain language, what your devices are doing and have it set alerts or change rules for you.

Going further



Hardware to start fast

Dev boards and hardware at store.siliconwit.io can get you to a working device faster.

Full documentation

Protocol references and setup guides, with examples for common boards, live at docs.siliconwit.io.

Show your operation

Opt any device into the public devices view to give a customer or funder a live window into your work.

Learn the engineering

New to embedded and IoT work? The free engineering courses build the skills, with projects you can deploy straight to siliconwit.io.

Create your free account


Comments

Loading comments...
© 2021-2026 SiliconWit®. All rights reserved.