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

flashlight

2985 readers
23 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 2 years 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
[–] thefreeman 3 points 2 years ago

The aux LEDs are ON-high/ON-low/OFF and not controlled via PWM due to power consumption concerns for indicator aux LEDs that are designed to be ON all the time. With PWM the MCU has to stay awake and it would draw the cell too fast, due to that aux LED PWM control has not been implemented.

With the T1616 there might be a way to do PWM with relatively low power consumption, but that hasn't been tried yet.