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.
Other
394 stars 85 forks source link

rc switch example 868mhz not working #106

Open andrettaadriano1 opened 2 years ago

andrettaadriano1 commented 2 years ago

I tried with this example: "/examples/Rc-Switch examples cc1101/ReceiveDemo_Simple_cc1101/ReceiveDemo_Simple_cc1101.ino"

it works great in 433mhz.

I then used an 868 module and set: ELECHOUSE_cc1101.setMHZ(868.3);

but it does not work .

it is not a problem of the 868 module or of the wiring because the example: "/examples/ESPiLight examples cc1101/Receive_Raw_cc1101/" works great with both the 433 and 868 modules

I look forward to gracious help

Jo59Devs commented 1 year ago

same Problem: did you find a solution?