4 rtl_433 turns your Realtek RTL2832 based DVB dongle into a 433.92MHz generic data receiver
6 Installation instructions:
7 --------------------------
9 Compiling rtl_433 requires [rtl-sdr](http://sdr.osmocom.org/trac/wiki/rtl-sdr) to be installed.
11 Installation using cmake:
20 Installation using autoconf:
34 Usage: [-d device_index (default: 0)]
35 [-g gain (default: 0 for auto)]
36 [-a analyze mode, print a textual description of the signal]
37 [-l change the detection level used to determine pulses (0-32000) default 10000]
38 [-f change the receive frequency, default is 433.92MHz]
39 [-S force sync output (default: async)]
40 [-r read data from file instead of from a receiver]
41 filename (a '-' dumps samples to stdout)
46 | Command | Description
47 |---------|------------
48 | `rtl_433 -a` | will run in analyze mode and you will get a text log of the received signal.
49 | `rtl_433 -a file_name` | will save the demodulated signal in a file. The format of the file is 48kHz 16 bit samples.
50 | `rtl_433` | will run the software in receive mode. Some sensor data can be receviced.
52 This software is mostly useable for developers right now.
57 Rubicson Temperature Sensor
58 Silvercrest Remote Control
61 Waveman Switch Transmitter
62 Steffen Switch Transmitter
63 Acurite 5n1 Weather Station
64 Acurite Temperature and Humidity Sensor
65 Acurite 896 Rain Gauge
66 LaCrosse TX Temperature / Humidity Sensor
67 Oregon Scientific Weather Sensor
68 KlikAanKlikUit Wireless Switch
69 AlectoV1 Weather Sensor
76 https://groups.google.com/forum/#!forum/rtl_433