projets:dht22meteo

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
projets:dht22meteo [2019/08/13 22:03] – created mhprojets:dht22meteo [2020/06/01 16:35] (current) – external edit 127.0.0.1
Line 4: Line 4:
  
 A basic station giving temperature and humidity using a DHT22 sensor and a 0.91 OLED display A basic station giving temperature and humidity using a DHT22 sensor and a 0.91 OLED display
 +
 +{{projets:arduino_thermometer_light.jpg?500}}
  
  
 ===== Wiring ===== ===== Wiring =====
  
-Fritzing to come. +{{projets:am2302_temp_station_bb.png?500}}
  
 ===== Code ===== ===== Code =====
  
-I kept serial communication so you still have the data on the Serial Monitor now+=== Upgrades to implement === 
 + 
 +Sleep mode 
 + 
 +=== Prototype 1 === 
 + 
 +Designed to run on Attiny85 chip 
 + 
 +=== Prototype 0 ===
  
-++++ Arduino Code |+++++ Basic Arduino UNO Code with Serial Coms |
  
 <code c> <code c>
Line 154: Line 163:
 </code> </code>
 ++++ ++++
 +
 +===== Power Consumption =====
 +
 +Prototype draws 3.2mA average and spikes at 4.5mA on an Arduino Uno with Serial Connection activated and lighting the screen 100% of the time and with no deep sleep implemented.
 +
 +
 +
 +===== Potential Upgrades =====
 +
 +  *Build a lightweight version running an attiny with a pushbutton to display the data
 +  *Build a 3D casing for it
 +  *Check autonomy on a battery
 +  *Add an RTC for timestamping the data
 +  *Swap the UNO for an upgraded card with WiFi connectivity and upload the data to a server
 +  *Make graphs from uploaded data
  • projets/dht22meteo.1565726603.txt.gz
  • Last modified: 2020/06/01 16:35
  • (external edit)