Skip to content

This is a C++ (Arduino) script to calibrate servo motors by sending various parameters, for example the Minimum Pulse, and Maximum Pulse.

License

Notifications You must be signed in to change notification settings

JsonSecurity/ServoTunerUNO

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ServoTunerUNO

This is a C++ (Arduino) script to calibrate servo motors by sending various parameters, for example the Minimum Pulse, and Maximum Pulse.

Aplication (Flutter)

Scheme

Reception format

The data is sent all in a row but only the char variable enters the function so it goes one by one as shown below.

z
:
...
:
z

Data reception

Data is received one at a time, a “key” (z) is used to indicate the start and end of the command.



This image is when I was debugging the code.

Servo calibration

After parcear the information is sent to the function where the servo movement is performed.



It is important to note that the servo number is also sent, so you must initialize more servos or use a motor controller module and just change the pin number.

About

This is a C++ (Arduino) script to calibrate servo motors by sending various parameters, for example the Minimum Pulse, and Maximum Pulse.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages