Home - CodeClubLuxembourg/plottybot-toolkit-web GitHub Wiki
PlottyBot is a project aimed at controlling an XY plotter via a web interface. It uses a combination of PHP and JavaScript for the frontend and Python for the backend, making it a versatile tool for educational and creative projects.
- Raspberry Pi
- Python 3.x
- PHP-compatible Web Server
- Flash the SD Card: Use an image flashing tool to write the provided image to an SD card.
- Insert & Boot: Place the SD card into the Raspberry Pi and boot it up.
-
/var/www/html: Contains PHP and JavaScript files.
-
command.php
: PHP script for plotter commands. -
calibration.php
: HTML file for calibration (no PHP code). -
javascript.js
: JavaScript file for frontend interactions.
-
- /usr/local/bin/plottybot.py: Python script for running the command server.
- /root/variables.json: Stores working variables across reboots.
Insert relevant image here when available.