This project provides the PHP-based control dashboard for R.O.B.E.R.T. (Robotic Overlord Bent on Enslaving and Ruling Technology), also known as "Robby." The dashboard enables remote monitoring and control of R.O.B.E.R.T’s functions through a user-friendly interface.
For more details on the core system and Python-based components, visit the main R.O.B.E.R.T. project on GitHub.
The control dashboard is built to facilitate seamless interaction with R.O.B.E.R.T, displaying real-time data from sensors and offering direct control over the motors and other functionalities. This backend project handles requests sent to the Raspberry Pi and integrates with R.O.B.E.R.T.'s Python API to execute commands.
- Real-Time Monitoring: Display data from LEGO sensors and connected camera
- Control Interface: Send commands to manage motor movements and other robotic actions
- Modular Design: Easily extendable to add new controls or monitoring capabilities
- PHP – Handles backend operations and communicates with the Python API
- HTML/CSS – For the dashboard UI (frontend can be customized separately)
- Clone this repository:
git clone https://github.com/your-username/robert-dashboard.git