SmartRC-CC1101-Driver-Lib
SmartRC-CC1101-Driver-Lib copied to clipboard
Can not set narrow RXBW in FSK mode
ELECHOUSE_cc1101.setModulation(0); ELECHOUSE_cc1101.setRxBW(500);
When in FSK receiving mode, I set the bandwidth above 500kHz,and the cc1101 module will receive the correct signal. It will receive a lot of clutter signals when the RxBW≤500kHz,and why?