Keyestudio 4DOF Manual page 216

Robot mechanical arm kit for arduino diy
Hide thumbs Also See for 4DOF:
Table of Contents

Advertisement

{
pos3=180;
}
}
// the lower arm will draw back
void LF()
{
pos3=pos3-1;
myservo3.write(pos3);
delay(5);
if(pos3<35)
{
pos3=35;
}
}
********************************************************************************************************************
Test Result:
Upload the code, connect it up and power on, after connecting the Bluetooth APP, press the key to control the
robot arm do commanded motions.
213

Hide quick links:

Advertisement

Table of Contents
loading

Table of Contents