Skip to content

Latest commit

 

History

History
executable file
·
35 lines (23 loc) · 1.06 KB

README.md

File metadata and controls

executable file
·
35 lines (23 loc) · 1.06 KB

tempHumidityPressureCollector

part of WatherStationProject Get data from BME280, convert to readable data and send via RF module to laptop with RF recivier module connect by Arduino Duemilanove.

Part list:

  • BME280 Temperature Humidity Pressure Sensor
  • RF module 433.92MHz
  • Atmega328A-PU
  • 16MHz oscilator
  • 100nF capacitors
  • 22nF capacitors
  • 4.7μF capacitors
  • LF33CV3 linear voltage regulator
  • some wires and connectors :)

Software:

Status

Working library BME280 Working RF module 433.92MHz library (VirtualWire from arduino)

##Next step Add function to sleeping microcontroller between measurement.

image1