I was tinkering with the Arduino Starter Kit. It comes with a book with some projects proposals.
The very first "project" has nothing to do with programming nor IO: it is just building a LED circuit using the +5V/GND pins in the board.
In the book they explain that because 5V is too much for the LED, a resistor in series is needed (a 220 Ohm one).
So I did that, and the red LED worked as expected. Then I picked my cheap multimeter and measured V and current. Voltage drop in the resistor was about 3V, and in the diode itself it was 2V. I calculated the expected current in the circuit based on the voltage drop in the resistor, as follows:
I=V[sub]R[/sub]/R = 3V / 220 Ohm = 13,63 mA.
Then put my multimeter in series and measured current. The reading was slightly lower, about 13,1 mA.
So far it looks like a normal LED that works on 2V and the current is less than 20mA, which makes sense.
But then I was curious about whether this resistor in series was really needed, in case I decided to connect the LED directly to the 3V pin in the Arduino board. According to the kit's web page, the datasheet for the red LEDs is this one. I was surprised to read that these LEDs have an internal resistor, and they are able to work at 12V, being 14V the max. Also according to the data-sheet, the max forward current is 11.5 mA, while in my circuit I had measured at least 13mA.
So I'm confused because:
- Why would a 12V LED with built-in resistor work on only 2V (unless it had a variable resistor)
- Why my LED was able to work on a current value allegedly out of specs.
- Why would they include a 12V LED in a kit for prototyping, where most common voltages are 5V and 3V.
I wanted to verify whether the LED had a resistor at all. (To be honest, turning on a LED is no fun, and I had a few more spare LEDs in the bag, so I was planning to blow up one from the very beginning ]:D). I connected it directly to the DC adapter I was using to power the Arduino board (9V, 1A). It worked for a few seconds, but then it got damaged and now it only glows with a very dim light.
So my question is, could such a LED be used as described? Or is it possible that the datasheet link is wrong? I've been checking the links for the other kinds of LEDs in the kit's page, and while the green and yellow LEDs have datasheets that make sense, the link for the blue LED one is also of a 12V one. I've however tested all four and they work the same.