Skip to content

Releases: NorthernMan54/rtl_433_ESP

v0.3.3

06 Oct 16:01
08073f6
Compare
Choose a tag to compare

What's Changed

  • Add support for ESP32-C3 "contracted" with cc1101 by @hvegh in #127
  • [README.md] Mention library usage in one more project by @shchuko in #132
  • Update signalDecoder.cpp: Fix OOM crash caused by rtl_433_Decoder_Stack too small on Lilygo Lora device by @puterboy in #156

New Contributors

Full Changelog: v0.3.2...v0.3.3

v0.3.2

17 Dec 22:40
b357e61
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.3.1...v0.3.2

FSK Reception Tuning

28 Sep 23:49
Compare
Choose a tag to compare

Tuning from #87 and #99

What's Changed

  • Fix disabling of messing with the receive mode in getRSSI call for RadioLib >5.7.0 by @mag1024 in #92

New Contributors

Full Changelog: v0.3.0...v0.3.1

FSK Support

05 Jun 13:03
Compare
Choose a tag to compare

Support for FSK based signal decode.

Fixes for OOK Reception broken with release 0.1.7

19 Apr 14:05
Compare
Choose a tag to compare

Update Device Decoders to rtl_433 release 22.11

03 Apr 12:58
65bad3c
Compare
Choose a tag to compare

Release contents include

  • Update device decoders to rtf_433 release 22.11
  • Included all OOK device decoders except blueline.c secplus_v2.c due to significant heap and stack usage
  • Included the rtl_433 pulse analyzer
  • New Compiler Directives
    RTL_ANALYZER ; Enable pulse stream analysis ( note is very resource intensive and will not work with other modules )
    RTL_ANALYZE=## ; Enable pulse stream analysis for decoder ##

Fix GPIO output gpio_num error with updated ESP32 Platform

23 Mar 13:45
Compare
Choose a tag to compare

Updated oregon_scientific.c

19 Mar 14:26
Compare
Choose a tag to compare

Pull Requests

  • Added kWh to contrib/oregon_scientific.c, fix rounding and minor tweaks in src/rtl_433/pulse_demod.c #65
  • Use heap_caps_calloc() to force use of MALLOC_CAP_INTERNAL memory #61

Signal Reception and SX127X Receiver Tuning

26 Feb 14:52
1afb885
Compare
Choose a tag to compare

Updates include

  • Improved Signal Receiver logic to handle reception issues the Philip's Thermometer ( first and last bit of signal was being dropped )
  • Dramatically improved reception for SX127X based receiver chipsets. Tks to @diepeterpan for his efforts
  • Added Honeywell and Cotech device decoders
  • Wiring for ESP32 DOIT DevKit V1 and AI-Thinker R01 - SX1278 - Tks to @diepeterpan for his efforts

Support for Oregon-CM160 device and enabling OOK_PULSE_MANCHESTER_ZEROBIT

22 Jan 23:21
Compare
Choose a tag to compare
  • Enable OOK_PULSE_MANCHESTER_ZEROBIT
  • Add Oregon-CM160 ( oregon_scientific.c )