(currently in development)
This is a weather station that sends data to my PC. It measures temperature, humidity, pressure, CO2 in air, wind strength/direction. Developed over ESP32 with Arduino framework.
The development board, data processing/sending.
Measuring CO2 concentration from a known air measure.
Measures temperature and RH in 40 bits sent in series.
Measures pressure and temperature by piezoresistive effect.
For wind strength measurement.
For wind strength measurement.
Used to filter the noise from the sensors signal/user inputs.
Conforming a pull-up with DHT22 and buttons.
To display the measurements from the device itself.
Interacting with UI and energy consumption.