projets:dht22meteo

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Last revisionBoth sides next revision
projets:dht22meteo [2019/08/14 15:05] mhprojets:dht22meteo [2020/04/21 00:20] – [Summary] mh
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 for 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 ===== ===== Potential Upgrades =====
  
 +  *Build a lightweight version running an attiny with a pushbutton to display the data
   *Build a 3D casing for it   *Build a 3D casing for it
   *Check autonomy on a battery   *Check autonomy on a battery
  • projets/dht22meteo.txt
  • Last modified: 2020/06/01 16:35
  • by 127.0.0.1