User Activity

Hello,I'm trying to send data to STM32 from NodeMCU. My project is simply controlling WS2812B LEDs by using SPI from STM32 and receiving commands by using UART to STM32 from NodeMCU. LED's working fine by SPI but I can only receive data once at start...
Hello,I managed to light up WS2812B LEDs by using PWM-DMA. It working well when I set up LEDs before running the code. But when I try to on/off by button it doesn't make any change. Also if I create a function like rainbow loop or basically setting a...
Hello,I'm new to STM32 and trying to learn exciting stuff. I want to light a single LED from my WS2812B strip. For example I will choose 6th LED on my computer and 6th LED on strip will light up.But I'm not sure where to start. How can I access to si...