IoT Shed and Garden module using ESP8266
IoT Shed module: control your garden lights and more though wifi, using the ESP8266 wifi module. Easily adaptable Arduino-like software with REST API.
The basic software is written with the Arduino IDE using the ESP8266 modules that allow Arduino style programming of this very versatile WiFi module. To stay close to modern and simple standards, It implements a REST API style control interface. Some examples:
Relays can be controlled by requesting this URL:
http://iotshed1/switches/1/on or
http://iotshed1/switches/1/off
If you connected anything to the A/D converter, you can read the actual value by
http://iotshed1/adc
This REST API will make it easy for other applications (both hardware and software) to connect to this module. I will present a control solution using a Raspberry Pi and control options from a cloud server system that will use this module as an example.

Discussion (0 comments)