IR Photodiode or Phototransistor?

In summary, the beginning EE student wants to make an IR flashlight out of an Arduino and two IR sensors. He isn't sure which is better - an IR photodiode or phototransistor. He wants to keep the project simple, so he is thinking of just using the Arduino's analog to digital ports to compare voltages and have the robot move left or right depending on which resistor had a higher voltage. He is also thinking about signal noise and how to overcome it. He has some design challenges to consider, such as how many receivers he will need, how to overcome signal noise, and how to code the project.
  • #1
maxsthekat
55
0
Hi guys!

I'm a beginning EE students, and haven't taken many courses yet (haven't even covered transistors in my circuits class yet-- we're up to diodes, woo!). For a "for fun" project, I've been messing around with the Arduino microcontroller (http://www.sparkfun.com/commerce/product_info.php?products_id=666) and I've come up with a little project I'd like to do.

Basically, I want to make an IR LED "flashlight" that I'll place in the netting on my backpack. Then, I'm going to take the microcontroller and hook it up to some small dc motors I have and spare lego wheels. I'd like to use a couple of IR sensing elements to determine which motors should be driven, so the "robot" follows me at a certain distance :)

My issue is, I'm not certain which is better to use: an IR photodiode or phototransistor. I'd like to keep this simple, so I was hoping that IR photoresistors were out there, but this doesn't seem to be the case... Ideally, I wanted to just use the Arduino's analog to digital ports to compare voltages (possibly using an op-amp before hand to get a larger voltage) and then having the robot move left or right depending on which resistor had a higher voltage.

So, what do you guys think? What would be the best approach to take? Can I somehow use the output of a phototransistor to feed into an ADC? Or will I have to look into using the "small current approximation" with a photodiode? Or is there some way better and much simpler method I'm completely missing? :)

Any and all insight is greatly appreciated. Thanks for taking the time to read this :)

-Max
 
Engineering news on Phys.org
  • #2
Sounds like a good project to work on especially if you have the microcontroller handy. There really isn't much of a difference between a photodiode and a phototransistor. As you'll inevitably learn in a device physics course a phototransistor is really just two photodiodes put together. One thing you should be thinking of while you plan out this project is signal noise. There is IR energy everywhere and if you are amplifying a weak signal from your receivers you may not be detecting the correct signal. A good way to overcome this is with frequency modulation. Basically you want to pulse the IR source at a certain frequency so that your receiver will be able to determine signal from noise better by looking for the modulation.

That of course is one of many design challenges I can think of, you also need to consider how many receivers your will need, one won't give the directionality you need to let the mircocontroller "know" where your source is. You will probably need an array of sensors to determine position accurately.

Good luck with your project
 
  • #3
Good post by klouchis. Another fun project approach would be to use a simple CCD camera on your follower robot, and look for an IR beacon that your backpack is flashing. Regular/cheap digital cameras (lile USB cams) see in the IR well, and can pick up an IR flashing beacon. You would put some processing software on the follower robot to keep aiming the camera at the target (which gives steering info).
 
  • #4
That's a good idea, I've used a cheap CCD in my optical lab to make a quick IR microscope, those work very well for IR. I'm curious how large are the instructions and registers for your microcontroller?
 
  • #5
the idea with the two "eyes" of the bot is not bad, but could be difficult in reality. as mentioned there is a lot of IR radiation already. the idea with a small cam would theoretically work, but you need a very clever algo to filter out the blob (you ir beacon). That means lots of coding on a higher level and you probably need more than an arduino to run it.

A common way to solve this situation is to take the IR sensor from the wii mote. this sensor is somehow special and i haven't come across anything similar on the parts market. it is actually a small cam that can identify up to 4 IR beacons (blobs). The special thing is that this cam will deliver the coordinates of the 4 blobs over the I2C bus. that means you get numbers you can directly work with to control your robot. you don't need any algo to turn a blurry picture into coordinates of ir blobs. this is a very popular project and you can finds lots of instructions in case you stuck.

if you need more help you can contact me on my website.

it's a german contact form but i guess you can figure it out http://www.freeduino.de/contact
 
Last edited by a moderator:

Related to IR Photodiode or Phototransistor?

1. What is an IR photodiode or phototransistor?

An IR photodiode or phototransistor is a type of semiconductor device that is sensitive to infrared light. It converts infrared light into an electrical signal, making it useful for detecting and measuring infrared radiation.

2. How does an IR photodiode or phototransistor work?

Both IR photodiodes and phototransistors work by utilizing the photoelectric effect. When infrared light strikes the device, it knocks electrons loose from the atoms in the semiconductor material, creating a flow of current. This current can then be amplified and measured.

3. What are the differences between an IR photodiode and phototransistor?

An IR photodiode is a two-terminal device, while an IR phototransistor is a three-terminal device. This means that the phototransistor can provide higher gain and sensitivity compared to the photodiode. Additionally, phototransistors are more susceptible to noise and require a power source, while photodiodes do not.

4. What are the applications of IR photodiodes and phototransistors?

IR photodiodes and phototransistors have a wide range of applications, including remote controls, optical sensors, burglar alarms, and proximity sensors. They are also used in medical devices, such as pulse oximeters, to measure heart rate and oxygen levels in the blood.

5. How do I choose between an IR photodiode and phototransistor for my project?

The choice between an IR photodiode and phototransistor depends on the specific needs of your project. If you require high sensitivity and low noise, then a phototransistor may be the better option. However, if you need a simpler and more cost-effective solution, a photodiode may be sufficient. It is important to consider factors such as sensitivity, speed, and cost when making your decision.

Similar threads

Replies
2
Views
4K
Replies
4
Views
2K
  • Electrical Engineering
Replies
4
Views
4K
  • Electrical Engineering
2
Replies
58
Views
9K
  • Electrical Engineering
Replies
3
Views
42K
  • Electrical Engineering
Replies
7
Views
2K
  • Electrical Engineering
Replies
6
Views
2K
  • Electrical Engineering
Replies
3
Views
19K
Replies
4
Views
1K
  • DIY Projects
Replies
4
Views
1K
Back
Top