CC1101
CC1101 copied to clipboard
driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
Can I connect more than 1 CC1101 with this code? Since my Raspberry Pi 3 b has 2 SPI busses ist should be possible to connect lets say one for...
Sir i ordered a cc1101 to try to transmit 315mhz car key fob signal,i used the rtl_43 library to capture the 315mhz signal now i want to transmit with this...
I try to compile your examples under Raspbian Bullseye, but there are two Issues. ## 1. wiringPi is not available any more. My solution: ~~~~ git clone https://github.com/WiringPi/WiringPi cd WiringPi...
Hi, I was just wondering if it is possible to use your work for CC1101 chips that are mounted on a USB board (UART ) with a silabs cp210x chipset?...
Hi, Is there anyway I can receive just the raw data and replay it later? This means I don't care for being able to understand the data format, modulation, or...
I'd like to be able to use some of the source code, but the lack of a license provides no direction for attribution. https://choosealicense.com/no-permission/ https://creativecommons.org/choose/
Hi ! I want to use a function that you have develop in https://github.com/SpaceTeddy/CC1101/blob/master/cc1100_arduino.cpp to switch the signal modulation ("void CC1100::set_modulation_type"), but I don't now how to invoke in my...
Hi. I've got some problem with TX_Demo and Arduino Nano. Used python, flashed eeprom, etc. And now I have: Init CC1100... Partnumber:00 Version:14 ...done And nothing happens. AFAIK, program hangs...
Hi; I do not want to send the lenght of my buffer. I just want to send exactly my buffer but on my code if ı do not send a...
Hi, I have compiled the TX demo as is, and attempted to run it. I get the following output. pi@raspberrypi:~/CC1101/examples/raspi $ sudo ./TX_Demo -v -a1 -r3 -i1000 -t5 -c1 -f434...