LSatan / SmartRC-CC1101-Driver-Lib

This driver library can be used for many libraries that use a simple RF ASK module, with the advantages of the cc1101 module. It offers many direct setting options as in SmartRF Studio and calculates settings such as MHz directly.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can not set narrow RXBW in FSK mode

jakeben123 opened this issue · comments

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?