Hi
I have previously tackled an Arduino project which grew and grew in scope. When it was finished, it was ethernet enabled, could tweet and send SMS, could read inputs from wireless equipment, set its own RTC from an NTP server and control a servo and LEDs. I created it with a lot of help from the community, but I also gave back to the community in identifying and fixing a bug I found in a library. I'm mentioning this so that you have some idea that whilst I'm a beginner, I can learn as I go.
Now I want to create a project which reads inputs from three "control panels" separated by many metres but ultimately within the same residential building.
I want the control panels to contain LEDs which are turned on/off by both switches on the OTHER control panels and/or by magnetic contacts on doors etc.
Please - how best to approach, do you think?
- One Arduino with many many I/O pins? If so, does an Arduino model exist with enough pins?
- Three Arduinos somehow wired communicating with each other? I have Googled this topic extensively but I'm still not sure of the various methods which to choose and how to do it. Or even if it's necessary.
- Three Arduinos communicating with RF/WiFi ? Even less sure if this is reliable and how to do it.
Many thanks for your replies. Go easy on me!