Iot Based Speed Checker in Highway

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 2

IOT BASED SPEED CHECKER IN HIGHWAY

The IOT Based Speed Checker in Highway project aims to provide the vehicle speed
alert with IOT .We have used two sensors in this project. These sensors detect the
vehicle speed. Condition is that, the two sensors should be installed at a distance apart
from one another. WI-FI is connected to this arduino. This WI-FI will send the
vehicle speed to web. It will also intimate user if vehicle speed crossed the maximum
speed limit or not. If maximum speed limit crosses alarm will alert in phone.

The IOT Based Speed Checker in Highway Project Consists Of the Following
Components:

• Custom built compatible board


• Mobile phone with custom project app

Mobile phone with custom app

Hardware

The custom built board contains the follows resources:

• Arduino board : ATmega328 Arduino board with running at 16 MHz


• Power supply:
An battery that supplies 5V supplies is used in the project. The custom board
has a mating male connector for the DC supply.
The 3.3V supply required for the WI-FI module is generated on-board using
the LM1117 LDO
• WI-FI module ESP-328 with a serial interface to the Arduino board
• IR LED
An IR LED (infrared light emitting diode) is a solid state lighting (SSL)
device that emits light in the infrared range of the electromagnetic radiation
spectrum is operating with 1.5v.
• Photodiodes
A photodiode is a semiconductor device that converts light into an electrical
current. The current is generated when photons are absorbed in the
photodiode. Photodiodes may contain optical filters, built-in lenses, and may
have large or small surface areas
• Eagle PCB CAD software is used for the design of the single layer custom board

Software

Firmware
The firmware will be written using the Arduino IDE. This is possible since the
ATmega328 Arduino board is loaded with the Arduino boot loader.
The firmware will do the following functions:
• Read the speed of vehicle using IR sensors
• Send that information to the mobile app by WI-FI module
Mobile App development

The Mobile App development will be done using the App Inventor 2 utility for
Android based mobile phones. The mobile app will do the following functions:
• Receive Wi-Fi data using IP address
• Display on mobile screen

You might also like