Can I drive a 5v LED without a current resistor?


Closed Thread
Results 1 to 32 of 32

Hybrid View

  1. #1
    Join Date
    Jul 2003
    Location
    Colorado Springs
    Posts
    4,959


    Did you find this post helpful? Yes | No

    Default

    I think there are two aspects to this question.

    1. How much current can the LED handle.
    2. How much current can the PIC deliver.

    If you take 2 identical LEDs and place one from a PIC pin to ground without a resistor, and the other directly across VDD/VSS and turn them both on ...

    The one directly across VDD/VSS will glow very brightly, often with a different color than intended, as it heats up and burns out within about 20-30 seconds.
    But the one that's connected to the PIC will shine brightly and continuously without burning out at all. It's lifetime will be diminished by some factor no doubt, but then I'm talking continuous ON current. With a short pulse at a small dutycycle, there's no way it can burn out, ever.

    The difference is in the PIC output, which when presented with an over current condition, simply drops it's output voltage.
    The PIC's temperature will rise slightly after a LONG time, but it's nothing like the LED across VDD/VDD which gets very hot.

    For instance, an amber LED with a normal forward voltage of around 2.1V will actually drop the PICs output voltage to 2.1V, but it will only be delivering ~29mA.

    29mA is not that far off from the 25mA max, so you really have a hard time getting "too much" current from the PIC's pin because the more you draw, the lower the voltage drops. It's almost like a constant current driver. 30ma +/- depending on the LED color.
    <br>
    DT

  2. #2
    Join Date
    Jan 2008
    Location
    Sweden
    Posts
    187


    Did you find this post helpful? Yes | No

    Default

    I think my question is answered now.
    Thanx!

Similar Threads

  1. Conway's Game Of Life
    By wellyboot in forum mel PIC BASIC Pro
    Replies: 45
    Last Post: - 28th May 2020, 06:14
  2. Free Project - 245 LED Display
    By T.Jackson in forum Code Examples
    Replies: 221
    Last Post: - 16th August 2009, 04:59
  3. new and need help
    By smeghead in forum mel PIC BASIC Pro
    Replies: 5
    Last Post: - 3rd November 2008, 20:19
  4. Led + resistor ?
    By ruijc in forum General
    Replies: 7
    Last Post: - 10th March 2008, 20:33
  5. LCD will not start
    By btaylor in forum mel PIC BASIC Pro
    Replies: 49
    Last Post: - 24th May 2007, 02:30

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts