Skip to main content

LDR Based Object Counter

Circuit shown below is used to count objects by sensing light blocked by obstacle which is detected by LDR(Light Emitting Resistor).

Fig: Circuit Schematic Using Eagle.

Components Used:

  • LDR
  • Resistors(R16-100K, R17-330 ohm, R11-47k, R12-100K, R10-330 ohm, Resistors used for 7 segment display are al 330 ohm)
  • Capacitors(C1-10uF,C2-10uF,R15-0.01uF)
  • LED
  • 555 Timer ICs
  • IC 7490 
  • IC 7447 
  • 7 Segment display

IC 555 Timer:

   First 555 IC is configured in monostable mode.Monostable circuit is dark sensor circuit,whose output is given to second 555 IC which is configured in astable  mode.here pin 3 of monistable is connected to the pin 4 of astable circuit.When output from monostable is given to astable ,astable starts giving pulses to the counter 7490.Frequency for counter module is set up using R4,R3 and C2.

IC 7490 Decade Counter:

   7490 decade counter will give 4-bit output in binary at pins-12,9,8,11. Pins 12,9,8,11 are connected to the pins 7,1,2,6  of IC 7447.7490 have 4 flip-flops and 2 resets.As will need mod-10 counter so there is no need to use resets and resets will be connected to the ground (i.e. pins 2,3,6,7 of 7490 are connected to the ground) to make them deactivated.
If we connect Qa to input B that is we cascade mod 2 and mod 5 to get mod 10 counter shown in the figure below.


Fig: Block Diagram of 7490




IC 7447-BCD to Seven Segment Display:

IC 7447 gets the Binary Coded decimal as input as well as gives the output like the related Seven Segment Code.

Fig: IC 7447 decoder to Seven Segment Display.





Comments

Popular posts from this blog

MOD 6 COUNTER USING IC 7490

Fig: Circuit Diagram for Mod 6 Counter. WORKING: Mod 6 counter should count from initial state 0 up to 5.Circuit diagram for Mod 6 counter is shown above. After 5 counter enters state 6 ,it should reset to state 0. Here mod 2 and mod 5 are cascaded i.e. Clk B is connected to Qa. s1 and s2 are not used so they are connected to the ground. When counter enters state no.6 Qa and Qd will become '0'  and Qb and Qc becomes '1'.i.e.In binary 6 is written as 0110 ,so we count bits from Qd to Qa(from right to left). The AND gate input is given to r1 and r2 ,and the counter will be reset. For mod 9,Qa and Qd wil be '1' ,Qb and Qc will be '0'.
DOUBLE SIDED PCB CUSTOM ARDUINO NANO TOP LAYER BOTTOM LAYER