HyperSerialPico icon indicating copy to clipboard operation
HyperSerialPico copied to clipboard

SPI with Adafruit ItsyBitsy RP2040?

Open satgit62 opened this issue 1 year ago • 2 comments
trafficstars

Hello, Since the “Adafruit ItsyBitsy RP2040” is mentioned as a one lane output, would “HyperSerialPico_Spi.uf2” work on “Adafruit ItsyBitsy RP2040”, with the DATA on GPIO 3 and CLOCK on GPIO 2 with the SPI WS2801 LEDs? Or should I compile differently? Adafruit ItsyBitsy RP2040 pinout.pdf

satgit62 avatar May 28 '24 18:05 satgit62

Hi Not sure, the sk9822/apa102 protocol is not quite the same as ws2801. But they are very similar and they are using similar speed. But GPIO2/3 does not have level shifter support on this board. HyperSerialPico doesnt depend on any external library to render LEDs and currently there is no option to compile it strictly for ws2801: this protocol is not implemented yet.

awawa-dev avatar May 28 '24 19:05 awawa-dev

Thank you for the prompt reply. Okay, I was afraid that the LEDs would not use the same protocol. I know that GPIO 2 and 3 do not have level converters.
I will test when I get a chance and see what comes up. Furthermore, I can quickly solder a level shifter in between and will report back if the WS2801 behave like the APA 102. It's worth a try.

satgit62 avatar May 28 '24 19:05 satgit62