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.
Constituents:
- Arduino UNO
- ESP8266
- Ultrasonic sensor
- Stepper motor
- 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.