Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 971 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 971 Bytes

esp8266-dht22-sleeper-node Build Status

Software for an ESP8266 WiFi module to read data from a DHT22 sensor module, do something with it like publishing it to a server, and then going into DeepSleep.

DeepSleep on a ESP-01 module requires a hack to the module because not all pins of the ESP8266 chip are exposed. See this article on hackaday.com on how to accomplish this hack (at your own risk).

Dependencies

Make sure you have installed the ESP8266 Arduino core from https://github.com/esp8266/Arduino. Their project describes how to install those dependencies.

Libraries