Simple circuit completion counter

  • Thread starter Thread starter mikeusru
  • Start date Start date
  • Tags Tags
    Circuit Counter
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
5 replies · 3K views
mikeusru
Messages
5
Reaction score
0
I need a device with something like a 4-digit LCD or LED display which counts the amount of times its input and output contacts close. Basically, 1 count for each completed circuit. I was told things like these exist and are cheap, but don't know what to call it.

Thanks in advance!
 
Engineering news on Phys.org
You should take a look at the 4029 counter IC.
Also you might like to see this website that shows http://www.aaroncake.net/circuits/counter.asp"
 
Last edited by a moderator:
mikeusru said:
I need a device with something like a 4-digit LCD or LED display which counts the amount of times its input and output contacts close. Basically, 1 count for each completed circuit. I was told things like these exist and are cheap, but don't know what to call it.

Thanks in advance!

Here are the results of doing a Google Images search on LED Counter Module:

http://www.google.com/images?rlz=1T...ule&um=1&ie=UTF-8&source=og&sa=N&hl=en&tab=wi

.
 
Or, if there is a controller / processor in the loop you can save a little hardware and debounce in the firmware/software:

EE Times said:
Consider the simplest of all debouncing strategies: read the switch once every 500ms or so, and set a flag indicating the input's state. No reasonable switch will bounce that long. A read during the initial bounce period returns a zero or a one indicating the switch's instantaneous state. No matter how we interpret the data (in other words, switch on or off) the result is meaningful. The slow read rate keeps the routine from deducing that bounces are multiple switch closures.
http://www.eetimes.com/discussion/break-point/4024981/My-favorite-software-debouncers
 
Last edited:
Thanks for the help!
So with something like
http://www.quasarelectronics.com/3129-up-down-4-digit-led-event-counter.htm

How would I be able to tweak it to be sensitive enough to respond to skin conduction as a part of the circuit (basically, count a contact with a resistance of over 1k Ohms)?