igrowing / esp8266_nodemcu_generic_start

All required files to start develop other functional modules.
1 stars 3 forks source link

esp8266_nodemcu_generic_start

All required files to start develop other functional modules.

Getting started with iSmart

The idea:

  1. Sensors
  2. Actuators

Sensors are esp8266 modules that mainly deeply sleep :) On periodic basis they are awaken, perform required measurements and send update to the network. Sensors are built by HW and written by SW with the main concern of extremely low power consumption. The power should be taken from the ambient.

Actuators are esp8266 modules that mainly are online 24/7. They should be always ready to receive a command from the network and do the action. Actuators are minded to fastest performance.

Subclasses:


Implemented:


Public questions: