-
Hi there, actual i am building an SPi build to compare performance and optimize my board layout. I have everything ready in place, pre- testet and configured. I would like to drive an ws2812b stripe with an rasp4 via SPI. Because i saw different pictures of wiring i also want to doublecheck that.
gnd --> gnd
EDIT: The wiki describes, that the pin "can" be changed. That means i can use a different pin input without changing the firmware? Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Hi
I will post a picture of my esp32-s2 mini to Rpi Zero SPI wiring tomorrow. Actually this the wiki for HyperSPI https://github.com/awawa-dev/HyperSPI/wiki and the data output pin is provided:
you must compile a firmware using next steps. The SPI input pins (the ones used to connect to the Rpi) can also be changed, but this requires changing one line in the source code, not platformio.ini. It is almost never required. |
Beta Was this translation helpful? Give feedback.
-
these are default SPI pins for ESP32-S2 mini
if you want to change them you need to edit online this line: Line 336 in df40b76 GPIO34 is a dummy pin, not used |
Beta Was this translation helpful? Give feedback.
these are default SPI pins for ESP32-S2 mini
if you want to change them you need to edit online this line:
HyperSPI/src/main.cpp
Line 336 in df40b76
GPIO34 is a dummy pin, not used