python-cc1101 icon indicating copy to clipboard operation
python-cc1101 copied to clipboard

usb chip part number 255 support

Open adminy opened this issue 1 year ago • 2 comments

Hi, I got a CC1101 usb dongle uart device.

I'm getting ValueError: unexpected chip part number 255 (expected: 0)

Can't be the wiring since its usb. lsusb:

Bus 003 Device 004: ID 10c4:ea60 Silicon Labs CP210x UART Bridge

adminy avatar Apr 25 '24 23:04 adminy

Hi,

this library only supports CC1101 connected via SPI. UART is currently not supported.

Could you share documentation for the UART protocol? (for future reference; in case someone wants to implement support for UART)

fphammerle avatar Apr 27 '24 16:04 fphammerle

Here is a gist of how it can be used: https://gist.github.com/adminy/fbced8604db9d93224e106d8d0b73c8a

adminy avatar May 19 '24 11:05 adminy