this post was submitted on 19 Jun 2023
2 points (100.0% liked)

flashlight

2887 readers
1 users here now

Portable illumination

Rules:

  1. Be excellent to each other
  2. Don't be the reason we need to make more rules

Related:

founded 1 year ago
MODERATORS
 

Is there an andúril light with actual rgb aux lights instead of the resistor ones or the single colour ones? If no, is it even possible with the microchip they use? I know its a pretty limited chip.

you are viewing a single comment's thread
view the rest of the comments
[–] AI_toothbrush 1 points 1 year ago (1 children)

They need one pin for all neopixels. You can daisy chain them. You have to start sending the colours in order from last to first neopixel. Only problem is that it needs to be precise but idk how precise.

[–] [email protected] 1 points 1 year ago

1ms shouldn't be too hard (would just have to have the code to handle it be in the main loop, ideally, rather than an event handler). If it's significantly under 1ms might be a problem.