While using a DUE arduino card, one of the part of my project is to use 8 Led 4-pin with Common cathode (I can't change it).
All the Led needs to have the same light at all time, the number of PWM pin here is not the issue (1 for each color) but the issue is the current used by all the LED. each of the color use 20mA (*8 = 160mA).
What are easy solution I have ? I never used Mosfet transistor, could they help me ? If yes would you have a reference ?
Definitely Yes. However we can't provide more information unless we know how you are connecting things. A simple hand sketch in schematic form would be fine. You can google schematic for examples.
That could be a problem for the blue LED with a 3.3volt-logic Due.
There is no overhead voltage to drive a 3.3volt LED with a 3.3volt pin with a controlled current.
A (cheaper) Mega (5volt-logic) would have been a better choice.
Leo..