Skip to content

Learning about esp32 by making a temperature & humidity logger with dht22 that sends telemetry to azure iot

Notifications You must be signed in to change notification settings

damienpontifex/esp32-dht22-azureiot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

esp32 dht22 to Azure

Setup

mkdir -p $HOME/esp
cd  $HOME/esp
git clone --recurse -b release/v4.2 https://github.com/espressif/esp-idf.git
cd $HOME/esp/esp-idf
./install.sh

cd <your-dev-directory>
git clone https://github.com/damienpontifex/esp32-dht22-azureiot.git
cd esp32-dht22-azureiot
source $HOME/esp/esp-idf/export.sh

idf.py menuconfig
idf.py -G Ninja build

# Set iot hub connection string and wifi details
# Set Component config --> FreeRTOS --> FreeRTOS timer task stack size (4096)
ESPPORT=/dev/cu.SLAB_USBtoUART idf.py flash monitor

Uses CMake FetchContent to get dependent components as part of build

About

Learning about esp32 by making a temperature & humidity logger with dht22 that sends telemetry to azure iot

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published