You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ULP is barely too slow to bit-bang the WS2812 LEDs according to the timing specs. But who knows, how tolerant they are? With some well-timed NOPs or some other tricks, we might be able to draw patterns per GPIO from the ULP.
The main processor then would write the patterns into flash and go to sleep, while the ulp reads them and displays them, until wakeup. This would reduce the power consumption and be a pretty cool trick. I played around a bit already, but got no results so far.
Of course, any WiFi or other function would not work in this state.
The text was updated successfully, but these errors were encountered:
Your feature request
The ULP is barely too slow to bit-bang the WS2812 LEDs according to the timing specs. But who knows, how tolerant they are? With some well-timed NOPs or some other tricks, we might be able to draw patterns per GPIO from the ULP.
The main processor then would write the patterns into flash and go to sleep, while the ulp reads them and displays them, until wakeup. This would reduce the power consumption and be a pretty cool trick. I played around a bit already, but got no results so far.
Of course, any WiFi or other function would not work in this state.
The text was updated successfully, but these errors were encountered: