SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
MIT License
281 stars 93 forks source link

Usability for USB (UART silabs cp210x) connected CC1101 #47

Open WollyWonka opened 3 years ago

WollyWonka commented 3 years ago

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? I would like to use such a RF transiever on my Raspberry Pi so I don't need to wire all connections.

Looking forward to any response. Thanks in advance!

paulc1983 commented 2 years ago

hi did you work out how to do this in the end?

adminy commented 5 months ago

I'm guessing cheap aliexpress products aren't getting any attention. I'll try it, see how it goes.

Update:

Actually this won't work as the SPI interface is using wiring Pi which is a gpio deprecated thing. no usb device file in spi section, so this won't work, but its not too much code to change.