Skip to content

rohan-motukuri/traffic-density-measurement-management

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Remote IOT based Traffic Monitoring

This is an IOT domain project built using Arduino UNO and ESP 8266 as the main processors. This project is a basic demo prototyping the concept of traffic monitoring from remote coniditons at intersections of traffi clanes.

Working

Constituents:

  1. Arduino UNO
  2. ESP8266
  3. Ultrasonic sensor
  4. Stepper motor
  5. Servo motor

Explaination: Arduino UNO primarily controlls the action sof all the sensors and actuators. It then then formats the collected data and using Rx and Tx pins communicates with the ESP8266 serialy using SoftwareSerial. This data is then formatted into HTML <div> objects with red rectangular styling applied who synamically showcase the relative traffic density across 4 lanes of traffic.

Basic Schematics of the device: image image

Working: image image

image image image

Analysis: image

Releases

No releases published

Packages

No packages published

Languages