Introduction
Arduino implementation of La Crosse TX6U Remote Temperature Sensor with Arduino Uno, DHT22 temperature humidity sensor, 433Mhz Transmitter.
Purpose
Low cost remote temperature sensor comaptible with La Crosse Weather Station
Source at github
La Crosse Weather Station WS-9016U
WS-9016U consists of Indoor Weather Station(WS-9016U) and Remote Temperature Sensor(TX6U)
- Power up remote sensor first, then, power up base station
- Range of 80 feet
WS-9016U Indoor Weather Station,
- can have up to 3 remote sensors
TX6U Remote Temperature Sensor,
- transmits temperature every 1 minute
Parts
Hardware
- Arduino Uno
- DHT22 Temperature Humidity Sensor
- 433Mhz Transmitter
- 10k resistor(pull up)
- Breadboard
Software
- Adafruit's DHT library
Wiring
Testing
License and Credits
tx6u-arduino is based on Adafruit's DHT library and jremington's TX6U_send.ino source code.
tx6u-arduino is distributed under GPL License.
Reference
- http://forum.arduino.cc/index.php?topic=303888.0
- https://learn.adafruit.com/dht?view=all
- http://shop.ninjablocks.com/blogs/how-to/7501042-adding-rf-433mhz
Source at github
No comments:
Post a Comment