This is a repository with some home projects with ESP32 DevKitV1
Main purpose of this repository is to get familiar with embedded development with rust
Connects the DHP11 to the ESP32 board and outputs the current temperature and humidity to the serial
Utilizes 2 pins (4th as an input and 5th as an output) to read the button state and if the button is pressed put voltage to the LED
Uses 10k potentiometer and 1 LED. Reads the value from potentiometer via ADC on GPIO4 from the potentiometer and produce a PWM signal on GPIO5 that brightens or dims the LED.
Uses HC-SR501 PIR Sensor, LED and an active buzzer. Reads the value from the sensor and if the motion is detected lights up the LED and powers the buzzer



