Skip to content

Latest commit

 

History

History

esp_dht22_emoncms

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

ESP DHT22 to Emoncms Example

An example made using the Adafruit Huzzah board with ESP-12 module and the DHT22 temperature humidity sensor.

This code example, when loaded onto the ESP will continuously upload temperature and humidity data onto emoncms.org

CP2102 USB to UART adapter was used as power supply and to program the ESP. PlatformIO or Arduino IDE can be used to compile and upload code. See PlatformIO compile and upload guide

image

Thanks to @myrddinmuse for puting together this example.