Skip to content

Latest commit

 

History

History
35 lines (26 loc) · 1.71 KB

File metadata and controls

35 lines (26 loc) · 1.71 KB
title Three Steps To IoT
slug three-steps-to-iot
excerpt Your first IoT project can be done in three steps.
hidden false
metadata
image robots
index
createdAt Mon Jul 13 2015 15:49:25 GMT+0000 (Coordinated Universal Time)
updatedAt Tue Feb 06 2018 10:36:28 GMT+0000 (Coordinated Universal Time)

1. Create

Create an instance of DeviceHive cloud to connect your Things to Apps. This can be:

2. Connect

Connect any device via REST API, WebSockets or MQTT. The DeviceHive team supports libraries written in various programming languages, including Java, Node.js and Python client libraries which make the platform device-agnostic. You can even connect such low-end wi-fi enabled devices as ESP8266 .

3. Visualize

Attach Grafana UI to fetch real time data from your data source and create your own dashboard with different gauges, graphs, text meters and many more: https://github.com/devicehive/devicehive-grafana-datasource

Try It!

Applying these three steps you can finish these cool tutorials: