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

Hello, I am trying to connect a CC1101 433MHz to and ESP32, to receive some data. I noticed that the new New_Method_without_GDO was not retriving anything, but the old one...

Hello. I'd like to help out and maintain this repository. I have a similar cc1101 library but this is far superior.

Hello! I would like to send and receive more than 32 bits Is this possible? Example: CC1101_1.send("11100010110001000101110001001000100001000101001001000"); This is the signal from a weather station Thank you!

Hi, I am using your nice lib on an ESP32 with CC1101 and ESPHOME. I am trying to transmit 53 Byte of data. I had issues with permanent reboots because...

I use a wemos lolin32 V1.0.0 and a E07-M1101S(this is the CC1101) No RX at all, i see RX lvl go from -99 to -44 but thats it, nothing more...

I know this topic has been discussed before and the author will try to add an example later in the next update. However, I have tried to use the new...

I would need to contact you for a commercial collaboration proposal. how can i contact you?

Hey, i want to add a new protocol. Sender is: 433.92 MHZ, ASK from ELDAT I recorder the sender with my SDR. Its Always the same code. I would say...

Hello, I want to ACK message. For example, Tx module sends message, Rx module accepts message and return ACK(message arrived). After that Tx accepts ACK message. I want to do...

I want to run a module both RX and TX? Can I? How?