Konubinix' opinionated web of thoughts

LED

Fleeting

an LED must always use a resistor

https://howtoraspberrypi.com/led-raspberry-pi-2/

This is because LEDs have what is called a “threshold voltage”. To put it simply, a little too much current and the LED burns out immediately, so the resistor is a protection.

https://howtoraspberrypi.com/led-raspberry-pi-2/

We will therefore have to choose which resistance to use. For this, there is a mathematical formula to calculate the size of the resistor to use.

Rmin = (Ualim - Uled) / Imax

Unless you have some good leftovers from your physics class, I’m guessing it doesn’t get you too far. Small explanation:

  • Rmin: Minimum resistance to use, expressed in ohms (Ω)
  • Ualim: Power supply voltage, expressed in volts (V)
  • Uled: LED threshold voltage, expressed in volts (V)
  • Imax: The maximum intensity of the LED, expressed in amperes (A)

https://howtoraspberrypi.com/led-raspberry-pi-2/

The LED has a maximum intensity of 20 mA (20 mA = 0.020 A) and a threshold voltage of 1.5 and 1.9 V.

https://howtoraspberrypi.com/led-raspberry-pi-2/

Allumer une LED

Allumer une LED

[2021-02-13 Sat 07:21]

En général une LED a besoin de 3 Volts et 30mA (milliampères) pour fonctionner.

Règle au doigt mouillé : R = (V-3) * 33

led-et-calcul-de-la-resistance-serie-0_1.png (530×623)

  • Référence externe :

led-et-calcul-de-la-resistance-serie-0_1.png (530×623)

LED et calcul de la résistance série - Astuces Pratiques

LED et calcul de la résistance série - Astuces Pratiques

[2021-02-13 Sat 09:55]

Lorsqu’une LED est passante, il s’établit à ses bornes une tension assez indépendante du courant

[2021-02-13 Sat 09:56]

Or, le courant dans la résistance est égal à celui de la LED, c’est-à-dire 20mA.

LED circuit

LED circuit - Wikipedia [2021-01-31 Sun 10:45]

Typically, the forward voltage of an LED is between 1.8 and 3.3 volts. It varies by the color of the LED. A red LED typically drops around 1.7 to 2.0 volts, but since both voltage drop and light frequency increase with band gap, a blue LED may drop around 3 to 3.3 volts.

  • R = (Vpower - Vled) / Iled

[2021-01-31 Sun 10:44]

20 mA (0.020A) is common for many small LEDs

Then, as a rule of thumb, because the voltage of the LED is around 2 and the current can be 5mA without harm, I can always start with the resistance of value (V - 2) / 0.005 = (V -2) * 200.

Brancher une LED sur une pile - Astuces Pratiques

Brancher une LED sur une pile - Astuces Pratiques

[2021-02-12 Fri 23:02]

Il existe des montages électroniques spéciaux pour élever la tension d’une pile de 1,5V (1,6V au début quand elle est pleine, puis 1,2V vers la fin de vie de la pile). Ces montages s’appellent les “voleurs de Joule” (Joule thief en anglais) : ils exploitent ce qui reste comme énergie dans la pile quand elle est “vide”, c’est à dire non utilisable par un autre appareil.

[2021-02-12 Fri 23:02]

tension de seuil de la LED (1,8V pour les LED rouges, orange, ambre et 3V pour les LED blanches, vertes forte luminosité et bleues)

Notes pointant ici