SmartRC-CC1101-Driver-Lib
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...
What is the 100 represent in this code? ELECHOUSE_cc1101.SendData(transmitt_byte, 11, 100);
This is exactly what I need, but I have to use a Raspberry. There is a library of CC1101 for Raspberry, but I don't get how to make it work...
Hi I have a small request, I am trying to extend this library to work with a particular radio device. However, the fixed length format of the protocol I am...
I used the following code to save more power: ``` for (int pin = 0; pin < 20; pin++) { // all pins to output - power saving pinMode(pin,OUTPUT); digitalWrite(pin,LOW);...
Hey, I'm trying to build a doorbell system using two cc1101 transceivers. It will look somewhat like this: ``` [Battery]--[Arduino]--[CC1101]-))))))))))) (((((((((((-[CC1101]--[Arduino]--[5v power] | | [Button] [speaker] ``` When the button...
im using the cc1101 with a esp32 and the example with rcswitch: "ProtocolAnalyzeDemo_cc1101" works like a charme. i can press on my remote and get the right information in my...
Hello @LSatan , I found your library while debugging RadioLib for a project of mine. Apparently with ESP32 RadioLib struggles to work while yours works just fine. If you're curious...
Hi, Has anyone tried getting the cc1101 to work with an SD Card reader on ESP32. In my case both are SPI, both work independently but the CC1101 will not...
Does it work for NodeMCU? What is the wiring schema? Thanks!!! :)
I thought changing PKTCTRL0 to 0x00 would remove any length or address bytes, but a Length byte was still being added to the packets. I had to change the first...