Servo control by Flex sensor

This is a special forum devoted to educators using Adafruit and Arduino products for teaching.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Servo control by Flex sensor

Post by adafruit_support_bill »


User avatar
Franklin97355
 
Posts: 23911
Joined: Mon Apr 21, 2008 2:33 pm

Re: Servo control by Flex sensor

Post by Franklin97355 »

Try ServoCity. These ServoBlocks are the best I've found. They also carry Actobotics

User avatar
spongy918
 
Posts: 10
Joined: Sun Aug 17, 2014 12:21 am

Re: Servo control by Flex sensor

Post by spongy918 »

Thanks buddy!

User avatar
spongy918
 
Posts: 10
Joined: Sun Aug 17, 2014 12:21 am

Re: Servo control by Flex sensor

Post by spongy918 »

Dear Admin,

I've brought the Micro servo of MG90S Tower Pro, running a simple code for testing. However, the shaft was being held in a position, no further movements. But its working as replaced by another model of SG92R. Am I something wrong?

main core of simple code:

void loop()
{
myservo.write(0);
delay(500);
myservo.write(180);
delay(500);
}

Thank you!

User avatar
adafruit_support_bill
 
Posts: 88093
Joined: Sat Feb 07, 2009 10:11 am

Re: Servo control by Flex sensor

Post by adafruit_support_bill »

Make sure that the cable is plugged in the right way (the yellow wire is the signal wire).

If the servo is not plugged in, can you turn the shaft by hand?

Locked
Please be positive and constructive with your questions and comments.

Return to “For Educators”