Replies: 4 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Yes, neopixelbus does not support STM32. This is a not big deal. |
Beta Was this translation helpful? Give feedback.
-
Unfortunately neopixelbus library is used for this project to drive the LED strip. I'm not saying it's impossible, I'm not familiar with that platform, maybe there is alternative that handles all a bunch of ws281x/sk6812 LED strips (just like for old-generation arduinos adalight sketches), but it would be required to rewrite some parts of code and then some manual testing. Just as it was done with the HyperSPI using Makuna library for esp32/esp8266. I can't imagine to implement it blindly without a device. Are there any STM32 advantages over esp8266, for example much lower price or 5v GPIO? |
Beta Was this translation helpful? Give feedback.
-
The price of a black pill with STM32F401CCU6 is 3$. They hava USB. Some GPIO is 5v tolerant (only for input). But GPIO can be configured as open-drain output. |
Beta Was this translation helpful? Give feedback.
-
Hi!
It would be interesting to have an implementation
HyperSPI on other platforms?
Beta Was this translation helpful? Give feedback.
All reactions