Releases: NorthernMan54/rtl_433_ESP
Releases · NorthernMan54/rtl_433_ESP
Refresh to rtl_433 24.10
This is a refresh of the code base to support
What's Changed
- ArduinoJson 5->7 by @mozgy in #141
- Refresh to rtl_433 24.10 by @NorthernMan54 in #161
New Contributors
Full Changelog: v0.3.3...v0.4.0
v0.3.3
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
- @hvegh made their first contribution in #127
- @shchuko made their first contribution in #132
- @puterboy made their first contribution in #156
Full Changelog: v0.3.2...v0.3.3
v0.3.2
What's Changed
- QUAL Beautify shell scripts by @mdeweerd in #121
- QUAL Annotate README sections by @mdeweerd in #119
- Correct spelling in files by @mdeweerd in #120
- Add pre-commit setup by @mdeweerd in #106
- Fix memory leak in unit conversion by @ianmtaylor1 in #122
- Add Support for ESP32-C3 e S3 by @dianlight in #124
- Release 0.3.2 by @NorthernMan54 in #125
New Contributors
- @mdeweerd made their first contribution in #121
- @ianmtaylor1 made their first contribution in #122
- @dianlight made their first contribution in #124
Full Changelog: v0.3.1...v0.3.2
FSK Reception Tuning
FSK Support
Support for FSK based signal decode.
Fixes for OOK Reception broken with release 0.1.7
Fixes these reported issues
Update Device Decoders to rtl_433 release 22.11
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
v0.1.9 Fix lint
Updated oregon_scientific.c
Signal Reception and SX127X Receiver Tuning
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