Neopixel simulation #15681
Unanswered
ScobbyDoo
asked this question in
Using MicroPython
Neopixel simulation
#15681
Replies: 1 comment
-
Forget that. You're at the start of a sequence. Data for one LED takes 1.25µs. If you have a 1000 LED chain, it sums up to 1.250ms+0.050ms. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
dgatf/pio-ws2812-rp2040#1
I've created issue here ,
I've tried with 2 logic,
1st is using pwm width calculation
2nd get timings of signals with reset pulse
I'm little bit confused for setting pio in micropython
When reset pulse detects , >50us
Need to send all stored data in serially & on other side I'll receive that data & ahows it on pygame canvas with dynamically decoded led counts between reset pulses
Any suggestions..
Thanks
Beta Was this translation helpful? Give feedback.
All reactions