Skip to content

byronlloydwakeman/RobotArmArduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

Cartesian Robot Arm

The code to control a cartesian robot arm using an Arduino Uno.

Overview

The code reads content from the serial port (Arduino must be plugged in to send commands).

These commands can be sent from any other program over the serial port, making it decoupled.

The Arduino will read cartesian distances from the serial port, interpret them, and them move the stepper motors for each axis.

The Arduino then sends an acknowledgement to the serial port, signifiying that it's ready for another command.

The external programs should be setup to handle the buffering and ensure that commands are only send over after an acknowledgement so they're not skipped over or missed.

About

Arduino C/C++ code to control the robot arm as an embedded system.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages