Infrared LED - Transmitting Multiple Bits

Join the discussion
Ask a follow-up here, or get your own question answered by working scientists, mathematicians and engineers — people, not an autocomplete.
Real named experts · corrections over time · the nuance an AI answer skips
3 replies · 5K views
user101
Messages
205
Reaction score
0
Hi all, quick question here.

As part of a sophomore seminar class, I have this little task to complete.

I currently want to send a series of 4 bits through an IR LED that will reach a GaAs photo transistor. What I'm doing is using a shift register to load in the binary value (via a parallel link) to the shift register. Then I will clock the chip and output the same value serially. Now, my question is, how do I interface the shift register and my transmitting LED circuit...?

For my LED circuit, I'm thinking about something like (schematic drawing... these parts are in series)... Vdd --- IR LED --- Resistor --- GND.

I'm not too sure how to interface the two.
 
Engineering news on Phys.org
Ah.

When I clock the shift register it will be spitting out the bits and providing voltages for that... will the phototransistor be able to read it that quickly? i know phototransistors have relatively slow response times compared to photodiodes...

but anyway, assuming that it works (I will have to check it out on Tuesday when I have access to my lab), I have a design that may or may not work for the ir receiver...

what I have is a phototransistor, base is grounded, collector is connected to resistor, connected to voltage source, and the emitter is grounded. I will be measuring the voltage just at the collector... now I'm thinking about using a decoder to find out what pulses were sent by the LED?
 
One note here about driving the led with the output of your shift register. You need to check the registers specs to see if it has enough drive (current out) to turn on the LED. If not, then you can add a driving transistor.

"will the phototransistor be able to read it that quickly?"

Depends on how fast you are clocking the shift register.

"what I have is a phototransistor, base is grounded..."

The base of a phototransistor should not be grounded. This is the region where the light strikes which will cause a conduction from collector to emitter.

EDIT: Here is a http://www.fairchildsemi.com/an/AN/AN-3005.pdf" on phototransistors that might be useful.
 
Last edited by a moderator: