- ESP microcontrollers (ESP8266, ESP32 or ESP32-C3)
- BME280 environmental sensor
- Button for user interaction
- 
Create a new project following the Getting Started 
- 
In Device Profile, add these components: 
- Temperature Measurement
- Relative Humidity Measurement
git clone --recurse-submodules https://github.com/MaxDevHub/iot-env-sensor.gitPlace these files in the main folder
- device_info.json
- on_boarding_config.json
source ${IDF_PATH}/export.sh 
idf.py build 
idf.py flash