scottbez1 / splitflap

DIY split-flap display
https://scottbez1.github.io/splitflap
Other
3.18k stars 263 forks source link

python file #71

Closed carlosbritotx closed 4 years ago

carlosbritotx commented 5 years ago

Hi friend, how do I use your python file? I'm starting the programming now.

scottbez1 commented 4 years ago

Apologies for responding so late. The python scripts in the software/ directory are intended to run on a computer connected to the Arduino controlling the splitflaps, and demonstrates how you can control the display via a serial port.

The generate_acceleration.py python script in the arduino directory can be used to re-generate the stepper motor acceleration curves in the arduino code - you don't need to worry about this at all for normal use, but if you need to tweak the top speed (e.g. due to motors stalling), you can do so here and then run the script which will update the Arduino code.

Closing this for now, please leave a comment or open a new issue if you still have questions, thanks!