The use of the ESP8266 in the world of IoT

User avatar
By Tom_Neverwinter
#22071 Instead of reinventing the wheel I decided to work off bpangrati's work until I have a better understanding of lua and the esp8266.

could someone give me some constructive criticism on this fork?
https://github.com/Tom-Neverwinter/esp8266-dht11

I know that the esp-01 is unable to use deep sleep unless connecting rst
so I want to experiment with different sleep modes and using the two easily accessible GPIO pins.
Later I want to experiment with pir motion sensors, hygrometer, and some reed switch based window sensors, etc.
connect to android via an app and a website.
again any feedback would be greatly appreciated.