What about this projects ?
- As now traffic is one of the biggest problems of our country and specially for "Emergency vehicles". We always get to know from newspaper or social media platform that in many cases patient is died due to delay in the traffic. So the idea of this project is all about that how can we overcome with this problem.
- The idea of this Project that how can we give the preference for emergency vehicle on the Same route without making special route or passage for emergency in traffics.
- In this Projects traffic lights are control with the help of microcontroller (Arduino Uno) and it work as the same way by which other traffics lights are work but in the case of emergency as the emergency vehicles is pass through the IR sensor which are fixed on each route before the traffics lights according to regular traffics conditions.
- it gives Interrupt to the microcontroller to read the RFID Card . As RFID read the Card then all the details of the vehicle is sent to microcontroller with the help of Synchronous Serial Communication Interface by RFID. Now that details is send to our system by microcontroller with the help of Serial Communication.
- And as soon as microcontroller detects the vehicle it give alert with the help of buzzer and clear that route by glowing "Green signal" and stop all other routes by glowing of "Red signal". And as the vehicle cross the traffic. Traffics lights are start working normally as from where it stop.
Connections::-
Connection between Arduino Uno and RFID.
RFID pins---Arduino pins
- RST --- 9
- SDA(SS) --- 10
- MOSI --- 11
- MISO --- 12
- SCK --- 13
Lcd is connected with Arduino with I2C Communication with the help of I2C Module.
- SCL --- A5
- SDA --- A4
IR Sensor is connected to the Arduino Interrupt pin = 2.
Led's:
- Out of Eight Led's 6 are connected with digital pins of Arduino from 2 to 8.
- And other 2 Led's are Connected with Analog pins of Arduino A0 & A1.
Buzzer:
- It is connected with analog pin: A2.
.png)