Show Posts
|
|
Pages: [1] 2 3 4
|
|
3
|
Using Arduino / LEDs and Multiplexing / Single transistor constant current power led driver.
|
on: November 14, 2012, 09:38:29 am
|
|
I've seen a lot of constant current led driver circuits, however i've never seen anyone using just one transistor.
With the right resistor at the base of a transistor, you can determin the current flowing through it, right? Why does it not seem possible to make a constant current power led driver this way?
|
|
|
|
|
6
|
Using Arduino / General Electronics / Re: PNP Transistor not 'shutting off' when increasing voltage.
|
on: October 14, 2012, 05:47:24 pm
|
A PNP transistor is effectively a diode from base to emitter ( base cathode ) and pulling too much current from the base WILL destroy the transistor, Short the base to ground and the transistor WILL explode or shut down the power supply, in either case the transistor is toast. ALL PNP transistors need some method of current limiting (A resistor) in the base circuit. If it was an NPN directly pulling the base down, likely the NPN is toast as well.
Bob
To be honest, i don't quite see how this is relevant..? Also, when not connecting anything to the transistor except for 12v on the emitter and the collector to the 'anode' of the led strips, i measure about 11v from the collector to ground..
|
|
|
|
|
11
|
Using Arduino / General Electronics / PNP Transistor not 'shutting off' when increasing voltage.
|
on: October 14, 2012, 04:09:27 pm
|
|
I'm trying to multiplex small segments of LED Strips. I'm sinking using TLC5940's, i'm sourcing using a ULN2803 driving PNP transistors. (BC577)
I started out at 12v, which neatly gave me about 20mA on each rgb led channel. Since I'm multiplexing I wanted to increase the current going to the LED strips. I did this by increasing the voltage to 18v.
Now, however, the transistors are not 'shutting down' completely, does anyone know how this happens?
I'm using a 2.5kohm resistor between the base and the ULN2803 outputs.
|
|
|
|
|
12
|
Using Arduino / Sensors / Re: 433MHz Remote controll
|
on: April 24, 2012, 02:18:46 am
|
Well, using in that case. I'd just like to stick with my own code. I was thinking about sending PWM signals through the transmitter, and having the reciever calculating an average, which will indicate which button it is. Is that possible?
|
|
|
|
|
13
|
Using Arduino / Sensors / Re: 433MHz Remote controll
|
on: April 24, 2012, 01:55:36 am
|
|
I only need like 16 buttons or so, implementing a whole library seems a bit overkill.. I was thinking about sending PWM signals through the transmitter, and having the reciever calculating an average, which will indicate which button it is.
Does that sound possible?
|
|
|
|
|
14
|
Using Arduino / Sensors / 433MHz Remote controll
|
on: April 23, 2012, 02:59:41 pm
|
|
Hello,
I'd like to make a remote control with an atmega328 and a 433MHz transmitter, which will be recieved by another atmega328 and a 433MHz Reciever.
I understand how I can send high or low signals with it, but how can I get it to understand different signals? Or transmit something like the value of a potmeter?
|
|
|
|
|