Table of Contents

Basic Meteo Station

Summary

A basic station giving temperature and humidity using a DHT22 sensor and a 0.91 OLED display

arduino_thermometer_light.jpg

Wiring

Code

Upgrades to implement

Sleep mode

Prototype 1

Designed to run on Attiny85 chip

Prototype 0

Basic Arduino UNO Code with Serial Coms

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