It would be great to get some reassurance on this design. Is it ok for production i.e. is robust and within limits?
I am successfully driving an smd rgb led by sinking 2ma current into the GPIO pins of an NRF52840 that is running at 1.8v.
The LEDs forward voltage drop range from 1.7-3.0v so I have the common anode tied to a 3.3v power line to achieve threshold.
Will the 3.3v damage the NRF52840? The datasheet says GPIO max voltage is VDD +0.3v (if I recall)
When the GPIO is set high the led voltage is is below threshold for red,green and blue and they don't light. As required.
When GPIO is set low, they light and the forward voltage drop of the LEDs should ensure that the pin does not see a voltage above 1.6v which is below vdd.
So as long as the total current sink is managed within limits this seems to be all ok?
Is that correct?
Thanks