How to

How to Run a 30-Day IoT Pilot on TagoIO

A step-by-step guide to running a 30-day IoT pilot on TagoIO, from connecting your first device to making a go/no-go decision with documented evidence.

Von Thiago Lima ·
How to Run a 30-Day IoT Pilot on TagoIO

Seventy-four percent of IoT projects fail. Many of them collapse in the proof-of-concept stage, before a single production device is deployed. The reason is usually not the hardware or the connectivity. It is choosing a platform that looked good in a demo but did not hold up under real conditions.

A tight 30-day pilot changes that. It forces you to test what actually matters (data ingestion, dashboard usability, device onboarding speed, pricing behavior at scale) before you are locked in.

Here is how to run one on TagoIO.

Before You Start: Define Your Success Criteria

A pilot without defined success criteria is just a trial. Before you create your account, write down three things:

  1. What is the core use case you are testing? (Cold chain monitoring, building automation, asset tracking?)
  2. What does “working” look like at the end of 30 days?
  3. What would make you walk away?

Keep this short. One page is enough. It will save you from scope creep during the pilot.

Days 1-3: Connect Your First Device

Create a free account at https://admin.tago.io. No credit card required.

Your first goal is simple: get data flowing from one real device into the platform. Choose whichever protocol your device uses, such as MQTT, HTTP, or LoRaWAN via a network server like TTN or ChirpStack.

Day 1 might take a few hours if you are parsing a custom payload. That is normal. TagoIO has a built-in payload parser editor and more than 500 pre-configured device integrations. If your device is on the list, setup is minutes. If it is not, the custom parser editor handles it.

By end of day 3, you should see live data arriving in the TagoIO dashboard. If you are stuck, the documentation at https://docs.tago.io covers every protocol connection in detail.

Week 1: Build a Dashboard and Your First Alert

With data flowing, build a working dashboard. Aim for 3-5 widgets: a time-series chart, a current value widget, and a map if your device has GPS. TagoIO’s widget library is drag-and-drop. You do not need to write code.

Then set up one Action. An Action in TagoIO runs automatically when a condition is met. For example, send an email alert when a temperature sensor exceeds 30 degrees Celsius. This tests two things: whether the alerting logic is flexible enough for your use case, and whether your team will actually trust the alerts when they come in.

By the end of week 1, you should have a working dashboard and at least one live alert.

Week 2: Add Users and Run an Analysis Script

Invite one or two real users to the pilot environment. Watch how they navigate the dashboard. Do they find what they need without help? Do they ask for filters or date ranges you have not built yet?

If you are deploying for end customers, set up a TagoRUN portal. TagoRUN is TagoIO’s white-label portal feature. Clients log in under your brand and see only their data. Download the TagoRUN mobile app to test the mobile experience on iOS or Android.

Also this week: run one Analysis script. Analysis is TagoIO’s serverless scripting environment. You write JavaScript or Python, and the platform runs it when triggered: on a schedule, on a data event, or via API. A simple script might normalize sensor data before it hits the dashboard, or calculate a derived metric. The goal is to verify that the scripting environment fits your team’s skills.

Week 3: Stress Test

Add more devices. If your production plan calls for 200 devices, add 20 in the pilot. Check whether data latency stays low. Watch the pricing counter in your account to see how data point consumption tracks against the plan you expect to use.

Simulate a higher message frequency if your use case demands it. Push edge cases through your Analysis scripts. Try deleting a device and re-adding it. The goal is to find friction now, not after go-live.

Days 28-30: Document and Decide

Write a one-page summary covering four things:

  • Data latency: Was data arriving within acceptable time from device to dashboard?
  • Onboarding speed: How long did it take to add each new device type?
  • Dashboard build time: How many hours did it take to get to a useful dashboard?
  • Support responsiveness: Did you get answers when you needed them?

Then make the call. If the platform held up, you have the evidence to move forward. If it did not, you have documented proof of exactly what failed and why, which is valuable regardless of what you decide next.

Resources