Status on the FSK Project
Backlog
[x] Addition of FSK device decoders to the build
[x] Update build process to allow refreshes of rtl_433 components
[x] Wire FSK device decoders into rtl_433_ESP code base
[x] Create FSK Transmitter to emulate a FSK device, tks @AusGunno ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Transmitter )
[x] Create FSK Receiver ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Receiver )
[x] Create FSK Sample ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Sample )
[x] Demodulate signal pulse train into rtl_433 device decoders
[ ] Add backwards compatibility for old RSSI Signal detection mode
[x] Final tuning of signal reception to improve success rate from 10%
[x] Review change for bad code, simplify compiler definitions
[ ] Add support for verbose mode of a single device decoder
[x] Fix broken debug mode setting
[ ] Update documentation for FSK Decoders and new wiring requirement
[ ] Enable modulation switches in openMQTTGateway to enable switching between FSK and ASK modulation
[ ] Create pull request for OpenMQTTGateway for breaking change on usage of gpio2 and removal of minimumRSSI option
Status on the FSK Project
Backlog
[x] Addition of FSK device decoders to the build
[x] Update build process to allow refreshes of rtl_433 components
[x] Wire FSK device decoders into rtl_433_ESP code base
[x] Create FSK Transmitter to emulate a FSK device, tks @AusGunno ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Transmitter )
[x] Create FSK Receiver ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Receiver )
[x] Create FSK Sample ( https://github.com/NorthernMan54/rtl_433_ESP/tree/fsk/example/FSK_Sample )
[x] Demodulate signal pulse train into rtl_433 device decoders
[ ] Add backwards compatibility for old RSSI Signal detection mode
[x] Final tuning of signal reception to improve success rate from 10%
[x] Review change for bad code, simplify compiler definitions
[ ] Add support for verbose mode of a single device decoder
[x] Fix broken debug mode setting
[ ] Update documentation for FSK Decoders and new wiring requirement
[ ] Enable modulation switches in openMQTTGateway to enable switching between FSK and ASK modulation
[ ] Create pull request for OpenMQTTGateway for breaking change on usage of gpio2 and removal of minimumRSSI option