Commit graph

  • 629798046c Merge pull request #271 from dwmw2/master Benjamin Larsson 2016-01-23 12:02:44 +01:00
  • 9a90b1ecb3 Pulse detect: Make low level (noise) estimator even slower Tommy Vestermark 2016-01-23 00:16:20 +01:00
  • a7b60db353 Change bit limits in r_device structure to float too David Woodhouse 2016-01-22 15:37:55 +00:00
  • a6f342f3b2 Merge pull request #270 from dwmw2/emontx Benjamin Larsson 2016-01-22 15:53:14 +01:00
  • 20dc24afb5 Finish implementing emontx driver David Woodhouse 2016-01-22 13:14:53 +00:00
  • 0df00e0fa4 Add crc16() function David Woodhouse 2016-01-20 11:49:10 +00:00
  • 4be45997fc Add bitbuffer_extract_bytes() function for accessing unaligned data David Woodhouse 2016-01-20 11:48:41 +00:00
  • 412fe2e6a5 Merge pull request #268 from vestom/experimental Benjamin Larsson 2016-01-22 13:54:45 +01:00
  • 712bed7d65 Merge pull request #269 from dwmw2/µs_limits Benjamin Larsson 2016-01-22 12:45:58 +01:00
  • 7ead0882ed current_cost: Fix precision of bit limits David Woodhouse 2016-01-22 11:00:35 +00:00
  • dc9c8e841a dsc: Fix precision of bit limits David Woodhouse 2016-01-22 10:54:45 +00:00
  • 32aaece877 valeo: Fix precision of bit limits David Woodhouse 2016-01-22 10:54:45 +00:00
  • a0388750e1 ec3k: Fix precision of bit limits David Woodhouse 2016-01-22 10:54:45 +00:00
  • 9afca9da90 Switch protocol decoder limits to µs instead of "samples at 250000Hz" David Woodhouse 2016-01-22 09:10:55 +00:00
  • 59667852f7 rubicson: Fix precision of bit limits David Woodhouse 2016-01-22 10:45:19 +00:00
  • 24fc387e65 elv: Fix precision of bit limits David Woodhouse 2016-01-22 10:37:03 +00:00
  • a06fb730f9 Convert decoder limits to float instead of int, to allow more precision David Woodhouse 2016-01-22 10:07:35 +00:00
  • b0f6fa1101 FSK: Fix slow estimation at initial frequency Tommy Vestermark 2016-01-21 01:32:02 +01:00
  • 9c90920669 FSK: correct comment Tommy Vestermark 2016-01-21 00:23:00 +01:00
  • f00e0d806e current_cost: Invert bits to compensate for absolute FSK Tommy Vestermark 2016-01-21 00:17:25 +01:00
  • b692da8a35 bitbuffer: Add function to invert bits Tommy Vestermark 2016-01-21 00:03:43 +01:00
  • e675131223 FSK: Rework to make pulse polarity absolute (pulse = high frequency) Tommy Vestermark 2016-01-21 00:03:15 +01:00
  • d6521b64bc Emontx: Correct for sample frequency of 2.5 MHz Tommy Vestermark 2016-01-20 22:34:31 +01:00
  • 889f3adb50 Merge pull request #263 from zuckschwerdt/feat-tempconv Benjamin Larsson 2016-01-19 20:17:56 +01:00
  • 914c865eb2 new command line option -C native|si|customary that hooks into data_acquired_handler and if si and type is DATA_DOUBLE and key is temperature_C then celsius2fahrenheit, if customary and type is DATA_DOUBLE and key is temperature_F then fahrenheit2celsius. Also if there is a FORMAT the last character "C" / "F" will be switched accordingly. Christian W. Zuckschwerdt 2016-01-17 14:15:19 +01:00
  • b73031a6c9 Merge branch 'master' into experimental Tommy Vestermark 2016-01-18 23:56:59 +01:00
  • 9e83e66d2b FSK: Fix for handling pulse overflow correctly Tommy Vestermark 2016-01-18 23:53:32 +01:00
  • 924b668300 FSK: Fix data is not cleared at End Of Package Tommy Vestermark 2016-01-18 23:35:07 +01:00
  • c781612a38 Merge pull request #267 from viraptor/digitech_csv Benjamin Larsson 2016-01-18 09:23:13 +01:00
  • f7b3c01021 [xc0348] Add csv fields Stanisław Pitucha 2016-01-18 14:39:32 +11:00
  • aa627068ca Merge pull request #266 from viraptor/xc0348_fixes Benjamin Larsson 2016-01-18 02:39:53 +01:00
  • da4ff03ab0 [xc0348] Add json output Stanisław Pitucha 2016-01-18 11:25:46 +11:00
  • 414ed77ac9 Include stdio for FILE Stanisław Pitucha 2016-01-18 11:25:44 +11:00
  • 498f4cb687 [xc0348] Fix temperature (top nibble doesn't belong) Stanisław Pitucha 2016-01-18 11:25:40 +11:00
  • 1c10402968 [xc0348] Don't filter on device id Stanisław Pitucha 2016-01-18 11:25:36 +11:00
  • 5edc354030 [xc0348] Add CRC validation Stanisław Pitucha 2016-01-18 11:25:28 +11:00
  • d7058da208 fix limits for decoder Benjamin Larsson 2016-01-18 00:10:09 +01:00
  • 0c293af6d8 Merge pull request #265 from vestom/unsigned Benjamin Larsson 2016-01-17 21:59:28 +01:00
  • 945b99df70 Change pulse data from unsigned to int to avoid undefined behaviour Tommy Vestermark 2016-01-17 21:41:25 +01:00
  • edd7fbac28 FSK: Increase initial frequency threshold Tommy Vestermark 2016-01-17 20:29:22 +01:00
  • 93571a535a emonTx: Add stub driver Tommy Vestermark 2016-01-17 19:49:37 +01:00
  • 30b7c9248e Merge pull request #262 from zuckschwerdt/fix-brokenbitop Benjamin Larsson 2016-01-17 19:25:42 +01:00
  • 9ad9e0f2a4 FSK: Change to F1/F2 estimation instead of F1/Fdelta Tommy Vestermark 2016-01-17 18:20:32 +01:00
  • de3d29ab26 Make quiet mode output at least test file name Tommy Vestermark 2016-01-17 16:41:32 +01:00
  • 75e047bb5b fix: broken bit operation Christian W. Zuckschwerdt 2016-01-16 16:56:51 +01:00
  • ed42bad39f Merge pull request #258 from zuckschwerdt/feat-ignoreallzeros Benjamin Larsson 2016-01-17 00:55:51 +01:00
  • 8f6f2ea2a7 Merge pull request #257 from zuckschwerdt/fix-loopsyntax Benjamin Larsson 2016-01-17 00:55:21 +01:00
  • 60ba04684f Merge pull request #256 from zuckschwerdt/fix-prototype Benjamin Larsson 2016-01-17 00:55:08 +01:00
  • ea82468465 Merge pull request #261 from zuckschwerdt/feat-dataprinter Benjamin Larsson 2016-01-17 00:48:45 +01:00
  • 770f59bcae typo Christian W. Zuckschwerdt 2016-01-17 00:29:04 +01:00
  • c8285f054e adding data_make for humidity Christian W. Zuckschwerdt 2016-01-16 23:12:00 +01:00
  • 3660b24e95 rewrite LaCrosse TX output to data fields Christian W. Zuckschwerdt 2016-01-16 16:59:11 +01:00
  • 7c69b60329 ignore buffers of all zeros. Christian W. Zuckschwerdt 2016-01-16 16:53:36 +01:00
  • b67e271241 fix loop syntax Christian W. Zuckschwerdt 2016-01-16 16:52:09 +01:00
  • afaef09204 remove superfluous prototype Christian W. Zuckschwerdt 2016-01-16 16:51:39 +01:00
  • ccf7f7d4d1 Merge pull request #253 from bwesterb/patch-1 Benjamin Larsson 2016-01-14 09:20:37 +01:00
  • 0d8d5ac1c6 newkaku: support APA3-1500R Bas Westerbaan 2016-01-14 00:37:03 +01:00
  • 1ba71e9d6f Merge pull request #252 from somesortoferror/master Benjamin Larsson 2016-01-13 20:41:51 +01:00
  • faef9f189e minor changes to support (cross-)compilation with MinGW somesortoferror 2016-01-13 18:48:31 +00:00
  • 65c6f683e8 Merge pull request #251 from ckuethe/fix_my_segfault Benjamin Larsson 2016-01-13 09:16:22 +01:00
  • 4bff4f9469 only treat samples as cf32 when mode==3 Chris Kuethe 2016-01-12 20:06:53 -08:00
  • 2fb838486b Merge pull request #250 from vestom/upstreaming Benjamin Larsson 2016-01-12 22:28:44 +01:00
  • ec5645bf55 Update Wiki with new options Tommy Vestermark 2016-01-12 22:10:14 +01:00
  • 6e28a9a1f2 Fix: Segmentation Fault in cf32 file support Tommy Vestermark 2016-01-12 21:57:46 +01:00
  • 1fa0de275a Remove OOK_PWM_D: Clean-up header Tommy Vestermark 2016-01-12 21:46:03 +01:00
  • 1db178e901 Remove last sample based decoder OOK_PWM_D Tommy Vestermark 2016-01-12 21:45:27 +01:00
  • 94778f994a Convert ELV to Pulse decoder Tommy Vestermark 2016-01-12 21:31:44 +01:00
  • f87b459567 Convert Acurite to Pulse decoder Tommy Vestermark 2016-01-12 21:29:11 +01:00
  • b63c584ab1 Convert Newkaku / KlikAanKlikUit to Pulse decoder Tommy Vestermark 2016-01-12 21:17:47 +01:00
  • 0d26675454 Convert Intertechno to Pulse Decoder Tommy Vestermark 2016-01-12 21:17:07 +01:00
  • 265e5d45a1 Convert Mebus to Pulse decoder Tommy Vestermark 2016-01-12 21:13:14 +01:00
  • e44b33a254 Convert Steffen to Pulse decoder Tommy Vestermark 2016-01-12 21:06:39 +01:00
  • 1904cb6a16 Convert Generic temperature sensor to Pulse decoder Tommy Vestermark 2016-01-12 21:01:11 +01:00
  • 4a70192d9a Convert Nexus to Pulse decoder Tommy Vestermark 2016-01-12 20:58:24 +01:00
  • 649b7788e9 Convert Inovalley to Pulse decoder Tommy Vestermark 2016-01-12 20:55:52 +01:00
  • ea1fb7a111 Convert Alecto to Pulse decoder Tommy Vestermark 2016-01-12 20:50:16 +01:00
  • f72da3ae88 Merge pull request #248 from vestom/upstreaming Benjamin Larsson 2016-01-12 11:25:54 +01:00
  • 1c74f67248 Merge pull request #249 from ckuethe/read_cfile Benjamin Larsson 2016-01-12 11:12:07 +01:00
  • c204fae5e6 add a converter for cf32 (gnuradio output format) Chris Kuethe 2016-01-10 17:17:43 -08:00
  • 7be34709fe Auto level: Make OOK level estimators a bit slower Tommy Vestermark 2016-01-11 00:25:41 +01:00
  • b3aa5b79e9 FSK: refactor FSK into own function for sanity Tommy Vestermark 2016-01-10 23:42:51 +01:00
  • 937e85c924 Pulse_detect: Increase maximum number of pulses Tommy Vestermark 2016-01-10 23:33:07 +01:00
  • 1588fd9635 FSK: Change FM demodulation to use integer atan2() Tommy Vestermark 2016-01-10 21:40:44 +01:00
  • c7a783331b Auto level: Increase sensitivity to low signals Tommy Vestermark 2016-01-10 18:17:17 +01:00
  • 879b467872 Merge pull request #245 from robho/sort_source_file_list Benjamin Larsson 2015-12-17 11:03:57 +01:00
  • b8d21e1bb0 Merge branch 'master' of https://github.com/merbanan/rtl_433 into sort_source_file_list Robert Högberg 2015-12-16 21:11:06 +01:00
  • 6c7d44af9a Merge pull request #243 from robho/fix_automake_build Benjamin Larsson 2015-12-16 20:35:33 +01:00
  • a3d260d4d1 Sort source file lists in CMakeLists.txt and Makefile.am Robert Högberg 2015-12-16 20:01:55 +01:00
  • bead1e62c7 Fix automake build Robert Högberg 2015-12-16 10:50:57 +01:00
  • b02b97712b Merge pull request #241 from vestom/upstreaming Benjamin Larsson 2015-12-16 09:57:21 +01:00
  • bdbaf7cf52 Improve comment about level estimates Tommy Vestermark 2015-12-16 01:22:54 +01:00
  • 3e1337b4cb Merge https://github.com/merbanan/rtl_433 into upstreaming Tommy Vestermark 2015-12-16 00:24:52 +01:00
  • 0da1278475 Auto level - minor fixes Tommy Vestermark 2015-12-16 00:13:48 +01:00
  • 240b9d2e9c Merge pull request #240 from dwmw2/master Benjamin Larsson 2015-12-15 23:03:48 +01:00
  • dd7ea0c4e5 Add temperature output in °C to Watchman decode David Woodhouse 2015-12-15 20:13:11 +00:00
  • 7ac873446c Merge pull request #238 from dwmw2/master Benjamin Larsson 2015-12-14 13:59:24 +01:00
  • 12b1fc9480 When reading sample files, make local_time_str() show offset not time of day David Woodhouse 2015-12-14 10:26:41 +00:00
  • 4376a9d3b6 Pass 0 into local_time_str() for current time instead of using time() David Woodhouse 2015-12-14 09:24:15 +00:00
  • 24d2a41724 Fix to read complete file Tommy Vestermark 2015-12-13 22:08:26 +01:00
  • 17ca38e84d Auto level - print level in analyzer Tommy Vestermark 2015-12-13 21:46:27 +01:00