Skip to content

Latest commit

 

History

History
75 lines (35 loc) · 1.62 KB

Platforms.md

File metadata and controls

75 lines (35 loc) · 1.62 KB

Basic setup

Hardware

Software

Recommended IDE's

atom.io or MS Visual Studio Code

Setting up your local instances of IoT dashboard using Docker

Install Docker on your computer.

Start up a Node-Red instance on port 1880.

docker run -d -p 1880:1880 --name node-red nodered/node-red

Node-Red getting started with Docker

Start up a Grafana instance on port 3000.

docker run -d -p 3000:3000 grafana/grafana

And start InfluxDB on port 8086:

docker run -d -p 8086:8086 \ -v influxdb:/var/lib/influxdb \ influxdb

Platforms

Pybytes

Adafriut IO

Cayenne MyDevices

Blynk IoT Libraries for MicroPython exist.

Ubidots (STEM edition). Seems to have good support for Pycom.

Thingsboard, can be run locally with Docker.

Thingsspeak, Matlabs cloud

Not tested, seems to be free. https://iottweet.com/

Freeboard. Used to be free, not anymore? https://freeboard.io/

Then we have the three big players...

AWS IoT Graph Azure IoT central Google Clout IoT core

MQTT brokers, if needed for testing. No need of starting one on your own computer.