What components to make LED bar graph up/down counter?

AI Thread Summary
To create an up/down counter with a photogate trigger and a 12-segment LED bar graph, a reset switch is necessary, potentially using a simple circuit break for power restoration. Users are exploring options between retrofitting a standalone up/down counter kit or investing in an Arduino board for more flexibility and coding capabilities. A shift register can be utilized to manage the LED display efficiently, conserving input/output pins. While some prefer simpler solutions, using a processor like Arduino allows for easier adjustments and future enhancements. Overall, the discussion emphasizes the need for a compact and efficient design while considering the trade-offs between simplicity and functionality.
Stoph
Messages
14
Reaction score
0
Hey all,

Wanting to create an up/down counter that uses a photogate as a trigger, and a 12 segment LED bar graph to display the count. It will need to begin at full illumination, turning off one at a time on activation of the photogate. Will also need a reset switch, though I'm thinking a simple break in the circuit to turn off when disengaged, reverting to full illumination when power restored would do?

Wondering if I can retrofit a standalone up/down counter kit, or whether I'd need to go as far as to invsst in an arduino board and learn code? if there's a route that achieves what I need that avoids going to that extent, id prefer that.

Size and power both small if possible.

I've done some reading, but without a firm point of reference on which to draw a bearing, I fear I'm going in circles and not getting anywhere.

Any help much appreciated!
 
Engineering news on Phys.org
You could use a shift register to build such a "thermometer" code display. Here is a good page on shift registers.

http://www.allaboutcircuits.com/vol_4/chpt_12/4.html

Even if you used an arduino, such a circuit saves IO pins (which is sometimes important).

My bias is generally to use a processor since you can easily tweak your code to modify behavior, deal with startup and reset conditions, change sensitivity rules, etc. Learning to use arduino is move into the future.
 
Thanks for pointing me in the rght direction, MBG!
 
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...
suppose you have two capacitors with a 0.1 Farad value and 12 VDC rating. label these as A and B. label the terminals of each as 1 and 2. you also have a voltmeter with a 40 volt linear range for DC. you also have a 9 volt DC power supply fed by mains. you charge each capacitor to 9 volts with terminal 1 being - (negative) and terminal 2 being + (positive). you connect the voltmeter to terminal A2 and to terminal B1. does it read any voltage? can - of one capacitor discharge + of the...
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