brianinnes / vPiP

A python library with accompanying Arduino code to drive a vertical plotter from a Raspberry Pi. This project is targeted to drive the driver board created by makeBournemouth, but will work with any system capable of running Python and connecting to an Arduino/Genuino to drive the stepper motors
https://github.com/brianinnes/vPiP/wiki
Apache License 2.0
16 stars 11 forks source link

vPiP

Driving a drawing machine from python

A python library targeted to run on a Raspberry Pi with accompanying Arduino code. This code is intended to run on the driver board created by makeBournemouth

Links:

Inspired by the Polargraph project http://www.polargraph.co.uk and gocupi project https://github.com/brandonagr/gocupi

To run this library you need Python installed with the Python Imaging Library fork, Pillow. Installation instructions are here : https://pillow.readthedocs.org/en/latest/installation.html