Commit Graph

282 Commits

Author SHA1 Message Date
Benjamin Larsson
61cfde3cd9 Better error handling. 2013-04-23 23:07:11 +02:00
Martin Hauke
465d78f2f1 Fix comment typos 2013-04-23 22:49:38 +02:00
Martin Hauke
3681948d36 Fix compiler warnings 2013-04-23 22:49:32 +02:00
Jakob Flierl
6511019415 Add rtl_433 to make install target. 2013-04-23 22:47:21 +02:00
Benjamin Larsson
b6478197a9 Write pulses detected per signal 2013-04-23 22:47:21 +02:00
Benjamin Larsson
205b788354 Reduce sample rate 2013-04-23 22:47:21 +02:00
Benjamin Larsson
5a46c4cb1d Fix debug output types and change some debug output 2013-04-23 22:47:21 +02:00
Benjamin Larsson
1a27b43664 Disable some debug output 2013-04-23 22:47:21 +02:00
Benjamin Larsson
049c3a6f6d Better debug output of the bit buffer 2013-04-23 22:47:21 +02:00
Benjamin Larsson
217965800c Decode bits directly in analyze mode 2013-04-23 22:47:21 +02:00
Benjamin Larsson
7319cf6bce Workaround to make classification work better 2013-04-23 22:47:21 +02:00
Benjamin Larsson
9526b8b79a Classify distance data 2013-04-23 22:47:21 +02:00
Sven Killig
e544fc288f Frequency hopping: #defines 2013-04-23 22:47:21 +02:00
Sven Killig
abd41fad7a EM 1000: cleanup 2013-04-23 22:47:21 +02:00
Sven Killig
bcdfa22fdf Frequency hopping "-f" can be given multiple times, e.g. "-f 433761931 -f 868198412". After 2 successfull decodings or 10 minutes, whichever happens earlier, the program tunes to the next frequency. This way, both ISM bands can be decoded with 1 stick. 2013-04-23 22:47:21 +02:00
Sven Killig
52ee2d50eb Fix sample rate handling The former DEFAULT_SAMPLE_RATE 48000 was upped by librtlsdr to 1024000. Now it's possible with "-s 250000" to reduce the CPU load to a quarter. 2013-04-23 22:47:21 +02:00
Sven Killig
e50c150c5b Added ELV WS 2000 weather station sensors 2013-04-23 22:47:21 +02:00
Benjamin Larsson
2ee8d8c2b3 Add signal classifier in analyze mode 2013-04-23 22:47:21 +02:00
Sven Killig
4cca43c746 Removed debug output 2013-04-23 22:47:21 +02:00
Sven Killig
7df72545ff Check and combine the 3 repetitions 2013-04-23 22:47:21 +02:00
Benjamin Larsson
ae50b33afc Add event debug output (-D) 2013-04-23 22:47:21 +02:00
Benjamin Larsson
5796ac4b86 Add usage description for -t 2013-04-23 22:47:21 +02:00
Benjamin Larsson
75a2086130 Fix auto saving of signals (-a -t) 2013-04-23 22:47:20 +02:00
Benjamin Larsson
3347884fbf Make waveman detection more unique 2013-04-23 22:47:20 +02:00
Benjamin Larsson
936209b955 Add Waveman Switch transmitter 2013-04-23 22:47:20 +02:00
Benjamin Larsson
a838c25cf6 Add automatic signal recorder option 2013-04-23 22:47:20 +02:00
Benjamin Larsson
76bb3de5eb Remove white spaces 2013-04-23 22:47:20 +02:00
Sven
52fac94206 Removed superfluous output 2013-04-23 22:47:20 +02:00
Sven
8436001320 Added ELV EM 1000 energy monitor sensors 2013-04-23 22:47:20 +02:00
Benjamin Larsson
4dfb608efc Add support for decoding raw files (raw 16 bit files) 2013-04-23 22:47:20 +02:00
Benjamin Larsson
ec36f87fd6 Add ppm correction option 2013-04-23 22:47:20 +02:00
Benjamin Larsson
14ccbd70f5 Add better usage info 2013-04-23 22:47:20 +02:00
Benjamin Larsson
87c220b1bf Remove trailing spaces and switch envelope calculation to table lookup 2013-04-23 22:47:20 +02:00
Benjamin Larsson
9df29a9284 Add Technoline WS9118 entry with debug output 2013-04-23 22:47:20 +02:00
Benjamin Larsson
430ecbe131 Detect generic bits from hx2262 based door sensor 2013-01-30 21:11:40 +01:00
Benjamin Larsson
986a9fd587 Output hex from 2nd line in bitbuffer for prologue 2013-01-29 22:40:03 +01:00
Benjamin Larsson
11dffbac1f Correct humidity calculation 2013-01-29 22:37:58 +01:00
Benjamin Larsson
213694f30f Add more info about the prologue protocol, make the Rubicson protocol less spammy 2013-01-29 21:36:59 +01:00
Benjamin Larsson
88da90f827 Add output callbacks to the sensors and add experimental output for Tech Line FWS-500 Sensor, the output is still noisy 2013-01-28 22:24:35 +01:00
Benjamin Larsson
89a007381d Print tuner gain setting 2013-01-28 20:12:46 +01:00
Benjamin Larsson
4ac8088bd8 Add protocol registration mechanism 2013-01-28 00:53:43 +01:00
Benjamin Larsson
bbb23203a7 Remove unused code 2013-01-27 23:54:54 +01:00
Benjamin Larsson
8e7ba91094 Add device struct 2013-01-27 23:52:03 +01:00
Benjamin Larsson
e04c631b09 Add pulse start distance to analyze command 2013-01-27 15:56:29 +01:00
Benjamin Larsson
e0d6915e83 Working bit recovery of Silvercrest remote 2013-01-21 21:18:18 +01:00
Benjamin Larsson
9558496507 Add silvercrest power outlet decoding 2013-01-20 21:59:23 +01:00
Benjamin Larsson
1c4c838d51 Initial multi-protocol support, the output is still noisy 2013-01-20 20:16:51 +01:00
Benjamin Larsson
fec77c30ba Silence valgrind by fixing a few bugs 2013-01-20 19:22:31 +01:00
Benjamin Larsson
e7131e7603 Decode prologue sensor temperature, add analyzation mode 2013-01-20 19:06:15 +01:00
Benjamin Larsson
9c48f0922d Add pwm analyze option -a 2013-01-19 22:22:20 +01:00