Density Based Traffic Light Controlleing Using Arduino


you are going to learn about how to make an density based traffic light controller using Arduino. The main purpose of this project is, if there will be no traffic on the other signal, one shouldn’t wait for that signal. The system will skip that signal and will move on the next one.


Video :-

The working of the project is divided into three steps
  • If there is traffic at all the signals, then the system will work normally by controlling the signals one by one.
  • If there is no traffic near a signal, then the system will skip this signal and will move on to the next one. For example, if there is no vehicle at signal 2, 3 and currently the system is allowing vehicles at signal 1 to pass. Then after signal 1, the system will move on to signal 4 skipping signal 2 and 3.
  • If there is no traffic at all the 4 signals, system will stop at the current signal and will only move on the next signal if there will be traffic at any other signal.
Circuit Diagram :-

Code :-



0 Comments