Skip to content

elliott-turner/linkedin-park

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LinkedIn Park

Project for ME366J at the University of Texas at Austin

Theory of Operation

Communication Protocol

To control the instrument, the GUI sends commands over serial that are then processed. The format and functionality of these commands are described below.

Move Command

The move command moves the roller to the specified position (absolute) following a trapezoidal trajectory with specified maximum velocity and acceleration.

M <position> <max_velocity> <max_acceleration>\n

variable description
position absolute position to move to [steps]
max_velocity maximum velocity [steps/s]
max_acceleration maximum acceleration [steps/s/s]

Pluck Command

The pluck command moves the servo to pluck the string once. The servo alternates between two pre-defined angles such that moving from one angle to the other causes the plucker to pluck the string.

P\n

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published