Monday, June 1, 2015

Arduino implementation of La Crosse TX6U

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)
Acording to WS-9016U & TX6U manual,
  • 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

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

Source at github

No comments:

Post a Comment