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
432 stars 95 forks source link

Double CC1101 example needed #84

Open 0x5c4r3 opened 3 years ago

0x5c4r3 commented 3 years ago

There is no discussion, so I guess this is the best way to contact you.

Since you added new features to deal with two cc1101, it would be nice to see an example using such functions (two CC1101 at the same time in 1 board, maybe one receiving and one sending?). It's not really clear how to use functions like addGDO0() or addGDO().

Thanks

MCKLtech commented 2 years ago

Did you ever get this working? I'm also curious if it's even possible with a ESP8266 / D1 Mini

LSatan commented 2 years ago

Hi, I will see that I add an example with the next update. this function has been added for easier switching between multiple modules. currently this is used in the firmware of ecil crow rf. https://github.com/joelsernamoreno/EvilCrow-RF Regards