Skip to content

Latest commit

 

History

History
34 lines (28 loc) · 2.04 KB

README.md

File metadata and controls

34 lines (28 loc) · 2.04 KB

herculitoControl

Arduino ESP32 program which drives a herculito robot arm

The GCode syntax that herculitoControl understands is documented in herculitoControl GCode V1.0.pdf.

The remote control usage is described in Sony Dualshock controller help.

An easy way to drive the herculito robot arm is to connect the USB port via USB serial to a computer running the Windows operating system and to install YAT. YAT provides a command line to allows you to send text to a serial port. You can also send a complete text file in one step to the serial link. This is the way how I created the example movie.

herculitoContrl uses these external libraries:

Code from these libraries is embedded in the herculitoControl source

References