NEO pixel on 1616 #1262
Replies: 2 comments 3 replies
-
|
Here it is! The code is more or less the same as above, but the analyser output is more revealing. We can easily look into the details, for example, the bit value of each LED :) Indeed, this is 24 bit and it more or less depends on the led strip used. Here is basic strip considered:
More about the relevant led-strips is here This leds are hungry! Running 100 leds on 5V will draw around 1A , however, at least 150mA will be needed to light-up 100 leds and the voltage will drop to 2.4V ... ah need to test at least the 12V ledstrip... |
Beta Was this translation helpful? Give feedback.
-
|
Thanks , the library WS2812FX so far works fine on 1616, at least the basic ATtiny example, however started to use other effects and so far no luck , does not want to compile... Anyway, I will stay with the Neo tiny library as provided here... have to look for the effects... Re "final result"... so far I have "two" channels, so I am looking for effects that would leverage that, any ideas? |
Beta Was this translation helpful? Give feedback.



Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello all,
trying to use the "neo pixel" on ATTiny 1616. Although it works via the basic port output, for example,
cannot get it running via the open-collector NPN with a pull-up.
The strip is made with the WS2812B leds.
Here is the code:
The analyser preview:
Something is going on, but wondering why the led does not want to turn on :)
hmm...
Wondering where is the signal :)
Beta Was this translation helpful? Give feedback.
All reactions