How to Design an Electrical Circuit for Light Sensors and LEDs in Robotics?

AI Thread Summary
To design an electrical circuit for light sensors and LEDs in a robotics project, utilize photodiodes to convert light into voltage. Implement a voltage divider with potentiometers to set a threshold for activating the circuit when the light level from a laser pointer is detected. A 555 timer can be configured in monostable mode to produce a pulse that activates a transistor, which in turn can be used to create a latching circuit to keep the LEDs on. Additionally, consider using a 556 chip for a more compact solution with dual 555 timers. Exploring various semiconductor manufacturers for transimpedance amplifiers can also enhance the design.
anubhab123us
Messages
3
Reaction score
0
For a robotics project i have to make an electrical circuit in which 5 light sensors need to light 5 corresponding LEDs.The LED must only turn on when the light sensors detect the infrared light from a laser pointer and afterwards must stay on permanently(assuming the battery is still running).We have a 9V battery that supplies power.We can use anything to make the circuit as long as its rather compact.We can use standard electrical parts like resistors transistors diodes etc.

Can someone please tell me of a way to do this or perhaps design a circuit to do this and tell me about it.
 
Engineering news on Phys.org
Ok, here's an idea and you can use google to find the answers.

Step 1: Get light converted to electricity. Your light sensor is a photodiode or photovoltaic or something like it - it can be used to detect light and create a corresponding voltage output.

Step 2: Once that voltage level (light level) crosses a threshold, you want it to activate the circuit. A voltage divider with potentiometers gives you the ability to adjust the levels respectively to adjust where this voltage level is based on light levels (room lights and laser pointer light levels).

A 555 timer chip has inputs that can respond to voltage levels. If you take the 555 wired as a monostable it will produce a single pulse once a certain voltage crosses a threshold on one of its inputs.Then the output of the monostable 555 can be used to turn on a transistor.

Step 3: Use the output to create a latching circuit. When this transistor turns on, you wire another transitor to turn on as well and they keep each other on and the LED as well.

Many many other solutions exist. But this one has some handy parts in it that can be used elsewhere to boot. And a 556 chip has two 555s on one chip so its easier and cheaper too, FYI.

Cliff
 
anubhab123us,

I hope you will take Cliffs suggestion and look into what he's given you. If you understand these steps and the devices to accomplish them, you might find designing circuits can be lots of fun.

Regards
 
Here read these:
http://www.doctronics.co.uk/voltage.htm
http://www.doctronics.co.uk/ldr_sensors.htm

If you make it halfway down this page (the rest you don't need), he gives a circuit that will satisfy your needs in a different way. You get to use digital logic with the NAND gates, so its just merely another way to do it.
http://www.doctronics.co.uk/biscuit.htm

Cliff
 
Last edited by a moderator:
I would search the major semiconductor manufacturers (Lucent, Motorola, Dallas, National, Linear, TI, and there are others that I can't think of right now) for transimpedence amplifiers (TIAs) or O/E chips.
 
Very basic question. Consider a 3-terminal device with terminals say A,B,C. Kirchhoff Current Law (KCL) and Kirchhoff Voltage Law (KVL) establish two relationships between the 3 currents entering the terminals and the 3 terminal's voltage pairs respectively. So we have 2 equations in 6 unknowns. To proceed further we need two more (independent) equations in order to solve the circuit the 3-terminal device is connected to (basically one treats such a device as an unbalanced two-port...
Thread 'Weird near-field phenomenon I get in my EM simulation'
I recently made a basic simulation of wire antennas and I am not sure if the near field in my simulation is modeled correctly. One of the things that worry me is the fact that sometimes I see in my simulation "movements" in the near field that seems to be faster than the speed of wave propagation I defined (the speed of light in the simulation). Specifically I see "nodes" of low amplitude in the E field that are quickly "emitted" from the antenna and then slow down as they approach the far...
Back
Top