8

I'm using this app called iCircuit for Android (I'm asking here because the iCurcuit forum has been forsaken) and when I have a circuit with a 3V battery and an LED, it lists the current as 2.15GA. I'm new to electronics so I'm wondering why its giving me this because I have connected an LED to a 3V battery before and its been fine. enter image description here

Brian Carlton
  • 13,252
  • 5
  • 43
  • 64
MichaelK
  • 814
  • 8
  • 15

1 Answers1

16

The simulator is pretending that the battery is an ideal power source, i.e. no internal resistance. As such, it is using the largest possible value it can support, 2147483647A.

True power sources do have an internal resistance, and this is what is preventing the LED you put across it from burning out. LEDs should have a resistor placed in series with them so that you don't have to depend on this internal resistance.

Ignacio Vazquez-Abrams
  • 48,282
  • 4
  • 73
  • 102
  • 1
    Ah, that makes sense. Thanks. (I would upvote and not comment but not enough rep...) – MichaelK Aug 02 '13 at 16:42
  • 5
    The simulator is also evidently failing to model LED bulk resistance. Even if the power source is idealized, there is no excuse for this. – Kaz Aug 02 '13 at 17:10
  • more on LED resistance: http://electronics.stackexchange.com/questions/76367/accounting-for-led-resistance/76378#76378 – Phil Frost Aug 03 '13 at 01:19