Benjamin Larsson db2e69d190 Merge pull request #89 from pclov3r/master
Update oregon_scientific.c with missing bracket
2015-01-23 00:22:27 +01:00
2012-04-02 21:00:26 +02:00
2012-03-27 20:53:49 +02:00
2015-01-21 14:55:20 -08:00
2015-01-16 16:28:30 -08:00
2012-12-16 16:25:40 +01:00
2012-12-28 16:42:05 +01:00
2012-03-27 20:53:49 +02:00
2012-03-27 20:53:49 +02:00
2015-01-16 16:33:23 -08:00

rtl_433, turns your Realtek RTL2832 based DVB dongle into a 433.92MHz generic data receiver
======================================================================

Installation instructions:

cd rtl_433/
mkdir build
cd build
cmake ../
make


Running:

./rtl_433 -h

Usage:  [-d device_index (default: 0)]
    [-g gain (default: 0 for auto)]
    [-a analyze mode, print a textual description of the signal]
    [-l change the detection level used to determine pulses (0-32000) default 10000]
    [-f change the receive frequency, default is 433.92MHz]
    [-S force sync output (default: async)]
    [-r read data from file instead of from a receiver]
    filename (a '-' dumps samples to stdout)


./rtl_433 -a will run in analyze mode and you will get a text log of the received signal.
./rtl_433 -a file_name will save the demodulated signal in a file. The format of the file is 48kHz 16 bit samples.
./rtl_433 will run the software in receive mode. Some sensor data can be receviced.

This software is mostly useable for developers right now.

## Supported Devices
Rubicson Temperature Sensor
Silvercrest Remote Control
ELV EM 1000
ELV WS 2000
Waveman Switch Transmitter
Steffen Switch Transmitter
Acurite 5n1 Weather Station
Acurite Temperature and Humidity Sensor
Acurite 896 Rain Gauge
LaCrosse TX Temperature / Humidity Sensor
Oregon Scientific Weather Sensor
KlikAanKlikUit Wireless Switch
AlectoV1 Weather Sensor
Intertechno 433
Mebus 433
Description
No description provided
Readme 23 MiB
Languages
C 92%
C++ 5.8%
CMake 1.3%
Python 0.7%
Shell 0.2%