SmartRC-CC1101-Driver-Lib icon indicating copy to clipboard operation
SmartRC-CC1101-Driver-Lib copied to clipboard

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...

Results 110 SmartRC-CC1101-Driver-Lib issues
Sort by recently updated
recently updated
newest added

Not all of the CC1101 modules are using the default 26 MHz crystal as e.g. the Anaren A1101R08 series which is using a 27MHz crystal. Could you please add an...

How to use multiple modules to receive at the same time?

Hi, I have additional two buttons for rolling up and down on my Somfy remote. (I can control standard buttons.) With your script https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/issues/44#issuecomment-693636925 I changed frequency to 433.42 MHz...

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...

If I try to call `ELECHOUSE_cc1101.SpiReadStatus(CC1101_VERSION)` twice in a row, it hangs. My only guess is that you never do `SPI.beginTransaction()` before you call this [SPI.transfer() on line 276](https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/blob/master/ELECHOUSE_CC1101_SRC_DRV.cpp#L276). In...

https://github.com/LSatan/SmartRC-CC1101-Driver-Lib/blob/b8c6af4c7c2214cd77a4e9b2e2cb37b24b393605/ELECHOUSE_CC1101_SRC_DRV.cpp#L533

We have a timing sensitive application and see about 8us between byte access in the SpiReadBurstReg function. This happens with ESP32 and default SPI clock 1MHz. Rising the clock has...

* SPI is now initialized only once, when calling Init() * SPI is no longer being deinitialized after every transaction. These changes make the CC1101 driver play nice with drivers...

hi everyone, i can't get CC1101 to work with ii9341 display. I am attaching the pins I used on the ESP32, BUZZER PIN 13 SDCARD SD_MOSI PIN 23 SD_SCK PIN...

In order to use this library in ESP Home I had to specify the SPI requirement for it to compile.