Get Your Thing On!

Get ALL your Things on with the Tinamous Internet of Things Platform.

Making a connected device? Need to see your sensor data and status messages.

With real-time and historical graphs, device monitoring, and multi-user support?

Get notifications via email, sms and more in real-time for interesting events.

That has an open API, a built-in MQTT broker, integrates with Particle.io and has data export in standard formats.

You've found the right place. Tinamous is made for you! Sign-up here for a Tinamous account.

For Makers...

You've spend the weekend making something cool
It runs on a Pi or a Photon, or an Arduino or .......

Your Thing is Awesome, but it needs something more.

It needs a website so you can see the data.
With graphs, emails, sms and monitoring and more.

You've come to the right place.
We've made it for you and it's super easy...

Get started now. Sign-up for a Tinamous account.

Made something cool over the weekend?.

For Your IoT Prototype.

Building an Internet Of Things Prototype?
But you've not got the Internet bit done yet.

Connect your prototype to Tinamous via our MQTT broker, using the MQTT standard. Then when you go live you simply switch the URL and topics for your own broker configuration.

We've got graphs, both real-time and historical. Notifications so you can be alerted is something interesting happens, data export so you can analyze your data how you like and more.

Internet of Things Prototype.

Particle.io Integration.

Get your Photon, Core, Electron and Bluz's projects on easily with the Particle Bot, then it's as simple as:

Particle.publish("status", "beep, beep, beep");
Particle.publish("senml", "{e:[{'n':'CPM','v':'32'}]}"); Particle.publish("json", "{'humidity':'42','temperature':'21.3'}");
Internet connected Geiger counter using a Particle Electron over 3G network.

Charts. Real-Time and Historic Charts.

Charts, we've got charts.'

Dashboards. Customizable Real-Time Dashboard.

Custom dashboard

Open Connectivity

As well as an open and documented RESTful API with support for the standard SenML sensor measurement format, Tinamous also supports MQTT to make it really easy to get your Things connected.

Just publish a MQTT message to the device field topic and set the data. (e.g. publishing a value of 25 for a Geiger Counter CPM field)

Topic: /Tinamous/V1/Measurements/Geiger/CPM, Value:25

Privacy

We care about your privacy, When you create an account it is private by default. You can invite people to join your account and add your Things to it, but unless you make the account public, only the users you have invited are able to access your account area.

If you wish you can make selected devices publicly visible to the Internet so you can share your data.

Privacy

Register

Get Your Thing On with Tinamous. Register now and get started instantly.
Register Now

All plans Include:

HTTPS Secured

All accounts have HTTPS encryption by default and are private out of the box, allowing you to decide who sees your data.

API Access

Easy API access is an important part of Tinamous. We want you to connect up everything is sight; consequently, we're providing documented open RESTful APIs as well as MQTT support.

Arduino Friendly

Not all micros support HTTPS, we allow you (should you wish) to use unsecured HTTP and MQTT to send measurements and status posts using an Arduino, no need for SSL or complex authentication when all you need is something simple.

Particle Integration

Easily connect your Particle.io Photons, Cores and Electrons with the Particle Bot. Connect your Tinamous account to your Particle account and then it's as simple as particle.publish() to get your data into Tinamous.