STM32 Bits: Neopixels!

Sdílet
Vložit
  • čas přidán 11. 09. 2024
  • I am starting this short series to demonstrate the STM32's capabilities. They won't be as well edited as my previous one but they should be able to convey all the information that you need!
    Best Practice: learn.adafruit...
    This is a reupload!

Komentáře • 8

  • @patrickmonnier2193
    @patrickmonnier2193 Před 3 lety +1

    Data line of the WS2812 has an high level ( logic level 1) at 0.7vdd ( 3,5V for vdd 5V) so you can get erratic behavior with some chip (even not working at all), so you should use a level shifter. The simplest way ( at least one way ) is to configure the output as open drain (without internal pull-up) and add an external pull-up connected to the 5V, something like 2k2.

  • @javib8970
    @javib8970 Před 2 lety +1

    The library is nowhere to be found in the library manager

    • @CalebMarting
      @CalebMarting  Před 2 lety +1

      FastLED and adafruit neopixel might work now with the base STM 32 stuff. It's been a few years

    • @javib8970
      @javib8970 Před 2 lety

      @@CalebMarting im trying both right now, ill let you know

  • @GhostZoombi
    @GhostZoombi Před 5 lety +1

    Do you use external power supply or only 5V line on plate?

    • @CalebMarting
      @CalebMarting  Před 5 lety +2

      I used the 5v line that's supplied from the USB, but as long as the grounds are common you can use an external one

  • @duncanyoung8688
    @duncanyoung8688 Před 4 lety

    Not working for me!

    • @CalebMarting
      @CalebMarting  Před 4 lety

      Can you explain in more detail? Or join the discord linked in the description so we can help you there