Go to file
Gabri6 1d8a928df5 new function to change wait time between each note, and glissendo function, to do glissendos 2024-03-20 19:21:13 +01:00
.gitignore Initial commit 2024-02-22 08:57:30 +01:00
LICENSE Initial commit 2024-02-22 08:57:30 +01:00
README.md new function to change wait time between each note, and glissendo function, to do glissendos 2024-03-20 19:21:13 +01:00
main.cpp new function to change wait time between each note, and glissendo function, to do glissendos 2024-03-20 19:21:13 +01:00
makefile initial commit 2024-02-22 12:22:08 +01:00

README.md

poppyMusician

##requirements

need a "libraries" folder in the parent folder, in which is located the Dynamixel-sdk library for C++, with the folder toolkit-dynamixel

##usage

plug the poppy to the computer and power it

(compile the code if you need. You can use 'make' in Linux.)

After going to playing position, the poppy will disable its torque.

###First phase

You can then move it around and have it register 9 positions (from 0 to 8) by putting the id of the position and pressing enter. it will then register its current position

when you are finished, enter 555 and press enter.

###Second phase