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...
Suggested clean up 1. I know some repos manage indentation automatically, but this repo had mixed indentation. Though mostly readable, correct indentation does improve the readability. 2. There are many...
Hi all. I have an E07-433M20S module but I can't activate 20 dbm output. Could someone tell me if there is a way to activate a 20 dbm mode or...
The example code does not work, the TX example seem to work as i see a signal in RTL_SDR, i have modified the code as suggested to do the cc1101.getCC1101...
Hello, I have different boards: - ESP32-WROOM-32 - Adafruit ESP32-S3 Feather - Arduino Nano ESP32 - More Arduinos (Due, UNO R4 Wifi) I know that the library is not working...
First of all, thanks for the excellent work! When compiling with highest warn level, the compiler spits out the message ``` Arduino/libraries/SmartRC-CC1101-Driver-Lib/ELECHOUSE_CC1101_SRC_DRV.cpp:445:5: warning: 'a' may be used uninitialized in this...
Issues - 1. I am able to get signal only when ELECHOUSE_cc1101.CheckRxFifo(150) is used, when ELECHOUSE_cc1101.CheckReceiveFlag() is used it doesn't detect any signal. 2. Without **if(rsi>-80)** check the buffer prints...
Hello guys ! I'm trying to use the CC1101 with esp32 or esp 8266, especially the ShowReceivedCode_cc1101 exemple. But with those boards, i'm unable to compile and have the following...
Hope someone can help. When I try to compile for esp32 in Esphome I am getting this error at the very end. Not sure how to define the pins that...
Not sure if it's just me, but using ESP8266, this statement... `if (ELECHOUSE_cc1101.getCC1101()) { Serial.println("Connection OK"); } else { Serial.println("Connection Error"); }` ALWAYS returns true / "Connection OK"... even if...
One need first define the settings and only after that try getCC1101(), not the other way around. Examples does not work because they have it the wrong way around around....