[back to menu]

Receiving and decoding LaCrosse sensors - USB

Introduction

Most of LaCrosse sensors use 433MHz frequency to send the meteorologic data. Only part of sensors (using a On/Off modulation) are decoded by this receiver. Other sensors, like IT+ (using a different modulation) are not decoded.

Here is a list of sensors I have already interfaced. Other may be decoded but they are not verified.

Data encoding

There are two main kind of data encoding: TX series and WS series. This receiver decodes de frames of these two kinds of data encoding.

Modulation and timings are described in these pages:

Data frame are send periodically between one to five minutes. The content of the frames is specific to each sensor and described in these pages.

The USB receiver

The RF signals are received by a low-cost module AUREL 4M50RR30SF. The data are decoded by a 8 pins PIC 12F675 which checks and recodes received frames to a USB port via a USB module UB232R from FTDI. The protocole used to send frames over USB is described here.

Schematics, components and printed board are available in pdf format

Source code written in PIC assembler and Hex code are available and generated with MPLAB IDE.

[back to menu]