Table of Contents
- Description:
- The components and tools used in this project can be purchased from Amazon, the components Purchase links are given below:
- Circuit Diagram:
- Arduino Programming:
- Computer application Designing and Programming:
- Watch Video Tutorial:
- Other Related Project:
This tutorial is about the Car parking Slots monitoring system using a computer application designed in Visual Basic .net Which is also known as vb.net. this project is based on the vb.net, Arduino and infrared sensors. Total of six IR sensors are used are used in this car parking project. This car parking area is divided into two parking areas, Parking1 and Parking 2. Each Parking slot has an infrared sensor, which is used for the car detection. Depending on the detection of the car the box next to the slot is checked or unchecked. If the box is checked it means the slot is occupied by a car.
This Tutorial covers
Sensors installation
Circuit diagram
Interfacing
Arduino programming
Computer
application designing and finally
Testing
Soldering iron kit: “best” You guys should defini
This is the Complete circuit diagram of the car parking monitoring system. The circuit diagram is designed in cadsoft eagle version 9.1.0. These are the six infrared sensors. Each infrared sensor represents a Slot.
Vcc of all the infrared sensors are connected together and is connected with the Arduino’s 5v. Similarly, the ground pins of all the infrared sensors are connected together and are connected with the Arduino’s ground. While the out pins of the infrared sensors are connected with
pin number 4
pin number 5
pin number 6
pin number 7
pin number 8 and
pin number 9
First I started off by defining pins for the infrared sensors. Then I defined 6 variables of the type String with names sensor1 to sensor6. Finally I defined a variable cdata of the type String for storing the complete message.
Check My website
https://www.electroniclinic.com/car-parking-monitoring-system-using-arduino-and-vb-net/
And Subscribe My youtube Channel
Comments