Low output voltage with external power

Status
Not open for further replies.

ConradV

Member
Hi y'all, electronics noob here looking to get a bit of support on a small project, using a 3.2 I'm looking to read button presses and use those to light individual LEDs. I had this working initially, however I was using USB power to power the LEDs (13 in total) and I think the current load toasted the board. I've rewired this using a fresh board, cut the line to VUSB and have wired in external 5v to the board. The program logic works as expected however testing against a single LED is very dim, voltmeter only shows 1.2v, the tech spec shows Digital output at 3.3v, am I missing something for the voltage to be so low in my application?
 
That can be a great way to fry both the Teensy and the LED. The LED pulls the voltage down to 1.2V and excess current from the Teensy output pin.
Always use current limiting resistors!!!
 
Here is how the onboard LED of the Teensy 3.2 is hooked up:

Capture.PNG
See this page for schematics.

Paul
 
Ah OK, you are using a 12V LED. Do you have a link to that LED perhaps? It should have a current-limiting resistor built-in somewhere.
The schematics above were meant to show you how to hookup a standard LED.

Paul
 
Well, the Ebay LED is special. Standard LEDs do not come with a current-limiting resistor...
In your case I guess the Ebay LED [if it is really an LED and not a bulb] just draws too much power from a Teensy pin.

Paul
 
For something like this I'd always check with a multimeter and 1k resistor whether the LED already has current limiting
resistor and double check the pin out and polarity (I usually do this for any such component as a double check).
 
Status
Not open for further replies.
Back
Top