Recently studied Arduino, ready to do a combination of control systems.
The general idea is that the utility of multiple Arduino into a combination network for communication and distributed control
1. A WiFi module with ESP8266 connected to a UNO Ardunio board to do the total route
2, the total route Arduino called Ra,ra on a number of virtual serial ports and I²c interface
3. Dynamic loading of virtual serial port or I²c control downstream equipment by instruction
4, the current design downstream equipment includes:
LCD Display control Arduino is called SA
Temperature sensor controls Arduino called TA, which connects 2 temperature sensors to measure temperature in real time
Button control Arduino is called BA, which connects several buttons, LEDs, and IR buttons
MPU6050 control Arduino called Ma with 6-axis gyroscope connected
5, the existing hardware has been basically in place, the next first to do the various hardware distributed control
The hardware image is as follows:
Arduino Hardware combination Platform (i)