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!
 
Hi all I have some confusion about piezoelectrical sensors combination. If i have three acoustic piezoelectrical sensors (with same receive sensitivity in dB ref V/1uPa) placed at specific distance, these sensors receive acoustic signal from a sound source placed at far field distance (Plane Wave) and from broadside. I receive output of these sensors through individual preamplifiers, add them through hardware like summer circuit adder or in software after digitization and in this way got an...
While I was rolling out a shielded cable, a though came to my mind - what happens to the current flow in the cable if there came a short between the wire and the shield in both ends of the cable? For simplicity, lets assume a 1-wire copper wire wrapped in an aluminum shield. The wire and the shield has the same cross section area. There are insulating material between them, and in both ends there is a short between them. My first thought, the total resistance of the cable would be reduced...
I am not an electrical engineering student, but a lowly apprentice electrician. I learn both on the job and also take classes for my apprenticeship. I recently wired my first transformer and I understand that the neutral and ground are bonded together in the transformer or in the service. What I don't understand is, if the neutral is a current carrying conductor, which is then bonded to the ground conductor, why does current only flow back to its source and not on the ground path...
Back
Top