aii
Newbie

I have a project to build analog circuit and my idea is to build visitor counter....but everytime i search for the schematic it is always using IC or arduino. But my class is analog so yeah can someone help me
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
So it supposed to be a visitor counter placed near the lift door, when certain amount of maximum person on the lift is hit the door will be close.Do you mean like an analog clock counter. Describe how it works.
Yeah i plan to replace the counter like on didgital clock with LED because it is an analogA) Make up a way to add a tiny amount of charge on a capacitor each time a pulse arrives. This is known as a charge bucket. Then build circuitry that reads the charge voltage on a meter.
B) A key element in counters is the clock-divide-by-2 circuit. This is not easy to build from analog components. Cascade several of these to serve as bits counting in a binary pattern. Read each bit with an led.
So it supposed to be a visitor counter placed near the lift door, when certain amount of maximum person on the lift is hit the door will be close
Sorry for my bad english but did you get it?
I think about changing the digital counter to LED but the limit will only be at three so i am not using lots of it....but to achieve the same result can i change the IC to transistor? Or maybe there are something else to make it analog?In usual terminology, a counter is a digital circuit, no matter if it's comprised of IC or discrete transistors. A one-bit counter (T-flip-flop) can be made of two transistors and various passive components. The flips-flops can be cascaded to a ripple-carry binary counter. How many bits do you want to count?
Alternatively you could think of a real analog visitor monitor, an integrator with its output voltage getting increased by some amount for each event.
Hi,
technically I´d say "analog" and "counter" contradicts itself.
Klaus