STM32 Bits: Neopixels!

Поділитися
Вставка
  • Опубліковано 7 жов 2018
  • 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.com/adafruit-n...
    This is a reupload!
  • Навчання та стиль

КОМЕНТАРІ • 8

  • @patrickmonnier2193
    @patrickmonnier2193 3 роки тому +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.

  • @GhostZoombi
    @GhostZoombi 5 років тому +1

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

    • @CalebMarting
      @CalebMarting  5 років тому +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

  • @javib8970
    @javib8970 2 роки тому +1

    The library is nowhere to be found in the library manager

    • @CalebMarting
      @CalebMarting  2 роки тому +1

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

    • @javib8970
      @javib8970 2 роки тому

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

  • @duncanyoung8688
    @duncanyoung8688 4 роки тому

    Not working for me!

    • @CalebMarting
      @CalebMarting  4 роки тому

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