i am trying to implement the ws2812b with an atmega8,but i didn't understand a thing very well. if i pull low for >50 us, it says it resets, but what does that mean? it resets the current LED all data to 0 and latches the next data to the next led?
Asked
Active
Viewed 1,446 times
1 Answers
1
It's the "communication" reset. You pull the data pin low for 50uS or more to start a new batch of communication.
It's illustrated in the datasheet here:

As you can see, between each batch of bits being sent the reset code is set. This is so that the first chip knows to start receiving again and not pass any data on until it's had all 24 of its bits.
Majenko
- 105,851
- 5
- 82
- 139