martinayotte wrote:CheapB wrote:I have 20 mini LED currently driven off x 1.5v AA batteries that I would like to be able to turn on and off via WIFI and I wonder If I can drive them directly from GPIO
20 Leds on a single GPIO ?
You will need to add a driver for that, either a plain transistor such as 2N3904 or something like ULN2003/ULN2803.
Thanks, that was my original thinking, but these are small leds, so 20 x 15-20mA = 300-400ma. which is borderline what is possible on an arduino, so that is why I am asking about max safe current on a GPIO.
Thanks!