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

Hi!. I add a Github Action to compiles the library with all its examples, which I think is useful, so I would like to share them with other users. The...

Hi!. After [fixing some issues in NewRemoteSwitch library](https://github.com/1technophile/NewRemoteSwitch/pull/11#issue-1000422878), including full support for ESP8266 and ESP32, it is necessary to update SmartRC-CC1101-Driver-Lib usage examples. I have taken the opportunity to add...

Hi. In response to issue #51, I would like to share a Pilight USB Nano Arduino version usage example, which is compatible with various platforms, including ESP8266 and ESP32. I...

I'm looking for a more efficient way of waking up from sleep for TX. ``` void loop() { // Wake up option 1: // ELECHOUSE_cc1101.setSidle(); // ELECHOUSE_cc1101.setCCMode(1); // ELECHOUSE_cc1101.setMHZ(868.95); //...

Hello, we are using your superb library in a complex project with switching CC1101 between RX and TX: [https://github.com/Rodemfr/MicronetToNMEA](url). The teensy 3.6 board is used with his standard SPI interface...

Calling `ELECHOUSE_CC1101::setGDO(byte gdo0, byte gdo2)` causes the library to not work correctly. This is because it calls `ELECHOUSE_CC1101::GDO_Set` which sets `pinMode(GDO0, OUTPUT);`. It should be `pinMode(GDO0, INPUT);`

Frequency search problem: When searching for 300-347 and 387-464, when WiFi.mode (WIFI_STA); frequency search is incorrect, the same is true for turning on Bluetooth

Has anybody worked with "Repeater_cc1101.ino" ? I tested in "Rc-Switch examples cc1101", "ReceiveDemo_Simple_cc1101.ino" and "SendDemo_cc1101.ino" on Arduino Nano ATmega328P it worked fine; however, the Repeater_cc1101.ino" has a problem. It only...

when i connect my esp32 via usb to my Laptop and the esp is connected to the CC1101 the esp gets really hot aswell as the CC1101 a little. Any...

I've tested a little without success to use this library for https://github.com/pilight/pilight-usb-nano. Do you think it is possible? To compile I just renamed the `pilight_usb_nano.c` to `pilight_usb_nano.ino`, included your library...