ESP32_CC1101
ESP32_CC1101 copied to clipboard
ESP32 driver library for TI CC1100 Low-Power Sub-1 GHz RF Transceiver
not compiling in ESP-IDF Release v5.1.2
Hello I can not build your code. I have errors undefined reference to `packet_available' undefined reference to `get_temp' undefined reference to `get_payload' Any ideas? c:\Projects\VSCode\ESP32_CC1101-master>idf.py build Note: You are using...
Hello, how did you wire the cc1101 to your esp32?
Hey, I wired the CC1101 board up like the code suggests. I connected GPO0 to 36 and GPO1 to 35. However, I get the error: ```E (260617) [CC1101 TXtask]: [26/26]...
Small thing I ran into just now. Thanks for the library!