yokoyama-flogics / arduino_weather

Wireless (XBee) "Stevenson screen" software for Arduino

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

arduino_weather

Wireless (XBee) "Stevenson screen" software for Arduino

This software runs on Arduino Fio and XBee to capture temperature, humidity and also barometer (air pressure) periodically.

Hardware Requirements

  • 2 XBee modules (Digi XBee ZigBee)
  • Arduino Fio (the model I used looks discontinued)
  • Grove Temperature and Humidity Sensor Pro (SEEED-SEN51035P), other DHT-22 or RHT03 module may be used alternatively
  • HTU21D Humidity Sensor (SEN-12064), unfortunately discontinued product
  • SparkFun Barometric Pressure Sensor Breakout - BMP180 (SEN-11824)

You may omit some sensors by modifying code.

My Arduino Fio is retired version. Please refer https://www.arduino.cc/en/Main/ArduinoBoardFio .

Software (Library) Requirement

XBee Configurations

Sample XBee configurations are in the xbee directory.

About

Wireless (XBee) "Stevenson screen" software for Arduino

License:BSD 2-Clause "Simplified" License


Languages

Language:Arduino 100.0%