Easy-IoT-Arduino-CC1101 icon indicating copy to clipboard operation
Easy-IoT-Arduino-CC1101 copied to clipboard

An easy to use Arduino library to send and receive messages between IoT devices (such as the ESP32's or Arduino devices) when using the Texas Instruments CC1101 Low-Power Sub-1GHz RF Transceiver

Results 4 Easy-IoT-Arduino-CC1101 issues
Sort by recently updated
recently updated
newest added

The term "LoRa like" isn't defined. How is it like like LoRa? How is it different?

Hi, I tried the Simple_RX_TX example (with changed length of the packet to 56 bytes) on Arduino Nano and the app sent only one packet and then froze with full...

Hello everyone, I am trying to configure this library on an ESP32 + CC1101. I used the `Simple_TX_and_RX.ino` example, but I am not sure what the `THIS_DEVICE_ADDRESS` means. Is it...

Hi @MakGyv3r, ccpacket.h change CCPACKET_MAX_SIZE ```cpp /** * Buffer and data lengths */ #define CCPACKET_MAX_SIZE 61 // MUST ONLY BE 61 based on library's CC1101_PKTLEN (61 to accommodate CC address...

help wanted