Skip to article frontmatterSkip to article content

IoT for Design

This is a manual that provide information on how to build your own Internet of Things (IoT) devices.

Pre-requisite

Backend Database and REST API

All of the tutorials in this e-book assume that you already setup a database backend setup that has a REST API. I am using the Yun2Infinity open-source software stack. You can either setup an instance on your local computer (you can only access the server on your local network) or set it up on a cloud instance like the aws ec2 instance. Follow the tutorial to setup the backend.

Equipment

Particle.io

The tutorials on Particle.io devices will work on all Argon, Boron and Photon1. It has not been tested on Photon2 (https://store.particle.io/collections/all-products?filter.p.product_type=Development Boards).

ESP32

The tutorials on ESP32 will work on HUZZAH32 from Adafruit (https://www.adafruit.com/product/3405).

Resources