0% found this document useful (0 votes)
39 views2 pages

Object Counting

The project counts objects moving on a conveyor belt using infrared sensors and displays the count on a 7-segment display. Two pairs of infrared sensors are placed at a distance, with a transmitter and receiver in each pair facing each other. When an object passes between the sensors, it interrupts the infrared signal, triggering a microcontroller to increment the count. The count is displayed on the 7-segment display and can count up or down based on the object's direction. This counter could also be used to monitor passenger numbers on public transportation.

Uploaded by

Abu Ali Almayahi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
39 views2 pages

Object Counting

The project counts objects moving on a conveyor belt using infrared sensors and displays the count on a 7-segment display. Two pairs of infrared sensors are placed at a distance, with a transmitter and receiver in each pair facing each other. When an object passes between the sensors, it interrupts the infrared signal, triggering a microcontroller to increment the count. The count is displayed on the 7-segment display and can count up or down based on the object's direction. This counter could also be used to monitor passenger numbers on public transportation.

Uploaded by

Abu Ali Almayahi
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOC, PDF, TXT or read online on Scribd
You are on page 1/ 2

OBJECT COUNTER WITH 7 SEGMENT DISPLAY

ABSTRACT

The project is designed to monitor the counting operations in industries. For


example, products moving on a conveyor belt are counted by IR interruption concept and
displayed on a seven segment display.
There are two pair sensors, each kept at certain distance from the other. One pair of
sensor consists of a transmitter and a receiver, kept exactly opposite to each other. The
transmitting part emits modulated IR light which is received at the receiver end and fed to a
microcontroller of 8051 family. When an object passes through the sensors then
microcontroller gets interrupt signal (from IR sensors) and increments the count to displays
it on 7 segments displays. Count down is also achieved if the object moves in reverse
direction. This project can also be used in any public transport/trains to count the number of
passengers for monitoring purpose.
Further the project can be enhanced by interfacing it with a warning system so that
if total number of occupants in the vehicle exceeds the passenger carrying capacity then an
alarm is generated by the device.

BLOCK DIAGRAM:

HARDWARE REQUIREMENTS:

SOFTWARE REQUIREMENTS:

8051 series Microcontroller, 7-Segment Display,


Diodes, Voltage Regulator, Capacitors, Resistors,
Transistor, LED, Push button, IR LEDs, IR
Sensor, Timer IC.

Keil compiler
Languages: Embedded C or Assembly

You might also like