Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 1008 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 1008 Bytes

beemos

Meteo station I2C

The goal of this project is to create a small board that contains many sensors and that can be used as a meteo station. This board is controlled by the master board and acts as an I2C slave. The board is in sleep mode by default and is only waked up by the master board when it requires data.

Hardware components

The following components are present on the board:

Microcontroller: ATmega328

Sensors:

  • DHT-22 humidity sensor
  • DS18B20 for temperature
  • Photoresistor for light

Connectors:

  • 2X RJ12 to connect other boards via I2C
  • 2X 3.5mm jack to eventually connect additional sensors.

I2C commands

This device appears like a I2C slave at the address XXX and allows the following commands

Performances

  • Consumption in sleep mode: 20µA
  • Consumtpion awake: 3.8mA