0% found this document useful (0 votes)
51 views1 page

Algorithm: Detect. Buzzer Will Beep

The algorithm uses a Raspberry Pi controller with an IR sensor to detect obstacles and turn a camera on or off. When an object is detected, the camera captures its number plate as a 1-dimensional object. The number plate is compared to a database of stored plates, and if a match is found, an RFID tag is activated to deduct payment while alerting the user and RTO of the transaction by email and SMS. A buzzer will also sound if an unauthorized vehicle is detected.

Uploaded by

yash
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as DOCX, PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
51 views1 page

Algorithm: Detect. Buzzer Will Beep

The algorithm uses a Raspberry Pi controller with an IR sensor to detect obstacles and turn a camera on or off. When an object is detected, the camera captures its number plate as a 1-dimensional object. The number plate is compared to a database of stored plates, and if a match is found, an RFID tag is activated to deduct payment while alerting the user and RTO of the transaction by email and SMS. A buzzer will also sound if an unauthorized vehicle is detected.

Uploaded by

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

ALGORITHM

STEP 1 :- Power Up hardware.

STEP 2 :- Initialize hardware module.

STEP 4 :- here we are using Raspberry pi as a controller.

STEP 5 :- microcontroller sense the IR sensor

STEP 6 :- IR sensor used to detect the obstacle.

STEP 7 :- if signal = 0 camera = ON.

Else ,

Signal = 1

camera = OFF.

STEP 8 :- camera capture the number. Pi camera capture object which support
paython buffer protocol.

STEP 9 :- object must be in 1- dimentional.

STEP 8 :- creat database with different number plate.

STEP 9 :- All information will be displayed on LCD.

STEP 10 :-If camera capture image then if it matches with stored databse.

STEP 11 :- RFID tag activated. Amount will deduct.

STEP 12 :- send mail to user for remaining balance.

STEP 13 :- GSM used for message send to RTO mobile number. If unauthorised vehicle is
detect. Buzzer will beep

STEP 14 :- STOP.

You might also like