Every “free” IoT platform is free until your project works. Then the caps arrive: a device limit you hit by adding a second sensor node, a message quota that continuous monitoring empties in a week, a retention window that quietly deletes the data you meant to keep. None of that is a scam — hosted platforms have real costs — but it means “which free tier” is a real engineering decision, not a signup form.
This is a ranked list of the free options makers actually weigh in 2026, judged on what the free tier honestly sustains. One disclosure up front: nodrix is our platform. It’s also ranked first for a structural reason you can verify yourself — it’s the one option on this list whose free tier belongs to Cloudflare, not to an IoT vendor with an upgrade funnel.
The short version
| Platform | Model | The free tier’s real limit | First paid step |
|---|---|---|---|
| nodrix | Open source, your Cloudflare account | Cloudflare free-plan quotas (generous) | Cloudflare usage pricing |
| Blynk | Hosted SaaS | Few devices, monthly message quota, short history | Steep — Pro is ~$99/month |
| ThingSpeak | Hosted (MathWorks) | Update-rate floor, annual message cap | Annual license tiers |
| Adafruit IO | Hosted SaaS | Data-rate cap, 30-day retention | IO+ subscription |
| Arduino Cloud | Hosted SaaS | Tight thing/device limits, ecosystem pull | Monthly plans |
| Datacake | Hosted SaaS | Per-device model from the start | Per-device pricing |
| TagoIO | Hosted SaaS | Handful of devices, data-ops metering | Usage-based paid plans |
| ThingsBoard | Open source + hosted cloud | Cloud has no free tier; self-host is heavy | ~$10/month cloud, or your server |
1. nodrix — free the way infrastructure is free
nodrix is open source (MIT). There is no hosted nodrix service and no vendor free tier: you one-click deploy it to your own Cloudflare account, and the only quotas that exist are Cloudflare’s — which, on the free plan, comfortably absorb hobby and small-fleet telemetry at rates that would blow through any hosted cap on this list. Devices speak plain HTTPS/WebSocket through an open Arduino library (ESP32/ESP8266) or raw HTTP from anything else; dashboards, automations, and a read API are in the box; every reading stays in your tenancy.
The honest trade: you’re operating your own instance — one click to deploy, but yours. There’s no vendor support desk, and a native mobile app is still on the roadmap (dashboards are responsive web). If a managed service is what you want, one of the hosted options below fits better.
The free tier sustains: continuous multi-device monitoring, indefinitely — the workload the hosted tiers below are specifically sized to exclude.
2. Blynk — the polished app, until the cliff
Blynk’s mobile app is still the best in class, and for point-a-phone-at-a-microcontroller projects the experience is hard to beat. The free tier is a genuine trial: a few devices, a monthly message quota, days-not-months of history. The structural problem is the cliff after it — the Pro plan runs about $99/month, with little between hobby and professional. Great for evaluating; expensive the moment a real project outgrows the cap. The full comparison is in our Blynk alternative guide.
3. ThingSpeak — the academic workhorse
Backed by MathWorks, stable for over a decade, and still the default in university coursework thanks to MATLAB analytics. The free tier’s shape is distinctive: an annual message allowance and a minimum interval between updates, which suits slow environmental logging and rules out anything chatty. If your project reports every few seconds, the update-rate floor is the wall you’ll hit first — the details are in our ThingSpeak alternative guide.
4. Adafruit IO — friendly, capped by design
The most beginner-friendly onboarding in the hosted group, excellent docs, and honest pricing. The free tier caps the data rate and retains data for 30 days — fine for a first project, limiting for anything that needs a year of history. IO+ is reasonably priced as hosted plans go. Where it sits against self-hosting is in our Adafruit IO alternative guide.
5. Arduino Cloud — smooth inside the fence
If you’re all-in on Arduino hardware and the Arduino IDE, the integration is genuinely smooth — sketch sync, device provisioning, dashboards in one place. The free plan’s thing limits are tight, and the deeper cost is architectural: the workflow pulls you toward the Arduino ecosystem end to end. For any-board projects, the comparison covers where it pinches.
6. Datacake — per-device from day one
A clean low-code dashboard builder with strong LoRaWAN support. The free tier is a couple of devices, and the paid model is per-device — predictable for a fixed fleet, punishing for the add-a-sensor-every-month style of maker growth. Compared in our Datacake alternative guide.
7. TagoIO — capable, metered
A capable platform with real analytics, and a free tier of a handful of devices metered by data operations. It shows up in expert maker roundups for good reason, but the metering model means you budget “operations” the way you’d budget an API bill — workable, just never free-feeling.
8. ThingsBoard — free software, not a free service
ThingsBoard Community Edition is genuinely capable open source — the catch is that, as of mid-2026, the hosted cloud publishes no free tier (maker plans start around $10/month), so “free ThingsBoard” means self-hosting a Java application with PostgreSQL and a message broker on a server you run and patch. If you have the box and the appetite, it’s the most featureful self-host in the list; the operational weight is the trade, and it’s exactly the weight a serverless deploy avoids.
How to actually choose
- A weekend demo → any hosted free tier works; pick the onboarding you like. Adafruit IO and Blynk are the smoothest.
- A project that runs for years → count messages per month before you build. Continuous monitoring at even one reading per 10 seconds is ~260k messages a month per variable — check that number against any hosted cap on this list, then check what the paid step costs.
- A classroom or club → per-account device caps multiply badly. One self-deployed instance for the whole cohort sidesteps the accounting.
- Data you intend to keep → retention windows and export paths matter more than dashboards. Prefer platforms where history sits behind an API you control.
The pattern behind the ranking: hosted free tiers are sized to end. That’s their job. The only free tier that doesn’t expire with your project’s success is one attached to general-purpose infrastructure — which is the argument for deploying your own and letting Cloudflare’s free plan be the cap.