Hello there !
I have arduino devices, such as:
- Timers
- Temperature Controllers
- Water Level Controllers
- Security System
etc.
How I can integrate all these devices (Centralize) to a single unit ?
Hello there !
I have arduino devices, such as:
How I can integrate all these devices (Centralize) to a single unit ?
You have not provided enough information.
"Security system" could mean a sensor on one door or it could mean 100 different sensors on a large property.
How many Timers, Temperature controllers etc?
What specific Timers, controllers and security system etc?
And perhaps most important, how is the whole thing intended to operate?
...R
These devices are Arduino pro mini
Want to control from a centrilize panel by integrating all these devices.
How it can be integrated ? Now all devices are working stand alone.
Hi,
You have at least 2 main questions here:
Communications. Probably RS485 would be a good low-cost solution. See Examples HERE
Integration by a central Arduino. You will need to decide what messages will be sent and received. You will need some protocol for message structure. See Nick Gammon's examples HERE
And: What is the human interface???
Do you mean that you have 4 separate systems (or is it 9?) each controlled by an Arduino Pro Mini and you would like to be able to link them to another central computer?
If so, why not just say so instead of forcing us to drag the information from you a little piece at a time?
...R