Skip to content

doodeck/esp32_dht22

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp32_dht22

DHT22 -> ESP32 -> https: IoT Project

ESP 32 Getting Started

https://docs.espressif.com/projects/esp-idf/en/stable/esp32/get-started/index.html

Board documentation

https://download.kamami.pl/p579575-esp32_devkitc_v4-sch-20180607a.pdf

Chip's Datasheet

https://download.kamami.pl/p579575-esp32-wroom-32d_esp32-wroom-32u_datasheet_en.pdf

Sensor's Documentation

https://dl.btc.pl/kamami_wa/dht22_ds.pdf

Build instructions (Linux)

# unless already done: . $HOME/esp/esp-idf/export.sh
idf.py set-target esp32
idf.py menuconfig
idf.py build
idf.py -p /dev/ttyUSB0 flash monitor
# ... then
idf.py -p /dev/ttyUSB0 monitor

About

DHT22 -> ESP32 -> https:// IoT Project

Resources

Stars

Watchers

Forks

Packages

No packages published