Prior to the RadioLib addition , I was able to have RTL_433_esp co-exist with RC-Switch to transmit known RC-codes. RC-Codes were previously captured with RC-Switch in Rx mode.
The code transmissions were based on these captured/decoded frequency, bits, pulse length, decimal and RC-Switch was specifically written to use the LSatan CC1101 driver
With RTL moving to RadioLib, Im trying to understand if/how I can take the known RC-Codes and transmit them using RadioLib. Ideally if there was also a way to capture the raw data not using RC-Switch and use that to transmit when needed.
The use case is
RF Button Controller controlling device
Capture/Decode the RF signal for later use
ESP Webserver that waits for a request with the decoded rf-code (frequency, bits, pulse length, decimal)
Current Situation
Prior to the RadioLib addition , I was able to have RTL_433_esp co-exist with RC-Switch to transmit known RC-codes. RC-Codes were previously captured with RC-Switch in Rx mode.
The code transmissions were based on these captured/decoded frequency, bits, pulse length, decimal and RC-Switch was specifically written to use the LSatan CC1101 driver
With RTL moving to RadioLib, Im trying to understand if/how I can take the known RC-Codes and transmit them using RadioLib. Ideally if there was also a way to capture the raw data not using RC-Switch and use that to transmit when needed.
The use case is
Any suggestions would be appreciated.
Logs
Configuration
Environment
ESP32 w/ CC1101 RF module
Process Supervisor
not applicable
Additional Context
No response