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

rc switch example 868mhz not working

andrettaadriano1 opened this issue · comments

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

same Problem:
did you find a solution?