Frame Module: Arduino Remote Control with RaspberryPi Web Interface
**ARDUINO**
Main Controller
- Function...
- Web Comunication Function
Send Satus Data via GET method:
http://
**Arduino Read Instruction Data via GET method:**
Instruction Data = OpCmd (Operator Command) + PrCmd (Parameter Command)
- '$' Read OpCmd (Operator Command)
- '@' Read PrCmd (Parameter Command)
- OpCmd_Rd0 Op.Command Care On
- OpCmd_Wt0 Waiting Care On
- PrCmd_Rd0 Calculation Parameter
- OpCmd_Rd0 + OpCmd_Wt0 = OpCmd_Rd1 Op.Command Execution
**RASPBERRY PI**
Web Server for Operator Command Web Interface
- RaspberryPi Read Instruction Data via GET method:
- Instruction Data = OpCmd (Operator Command) + PrCmd (Parameter Command)
- Send Instruction Data via GET method
http://
View full history Series and milestones
trunk series is the current focus of development.