Hi, I'm a noob so i would like some help with this project.
So firstly, I will explain what am I trying to achieve and then ask you some questions about it.
I plan to make a prototype Traffic Light System. Each intersection has an Arduino Mega to process sensor data and control the Traffic Lights in its corresponding intersection.
This system has sensors (that senses traffic that passes by) connected to the Analog pins of the Mega. The Mega then processes the collected data. The output of this system would be the dynamic (depending on the data) control of the Traffic lights in its respective intersection.
These Arduino Megas (with the Ethernet Shield and Wifi router) communicate data to each other through the bridge connection via Wifi. This data would further increase the predictability of the Megas
reagrding the manipulation of the Traffic Lights.
So my question is - Is this idea achievable? Has anybody tried one of these projects? Do you have any suggestions about them?