So i have like a 360 servo motor i bought at a store and im trying to use to like spin a plate theres two exits right and the plate has one opening. The plate turn to the first exit and then wait a few seconds. Next when going to the second im trying to make it like go around. So if the second exit was like beside the first it would go all the way around and not like just move to it, it would like go the long way. And I also dont wanna keep making different topics but im also having problem with mg lcd i2c it just shows a blue screen anybody know why? But im not quite sure how to code it because everytime i try to code it would just keep on spinning 360's can anybody show me how or tell me if i got a problem?
Post like a complete like sketch that makes the motor go like round and round, where you think it shouldn't be like doing that.
Do you know how a continuous rotation servo responds to control angles set in degrees?
Do you have a continuous rotation servo, or just a result servo with like a wider than like usual range?
a7
@alto777 I dont really have a sketch where the motor goes round and round. I use tinkercad and im not so sure if they have a 360 option in there options. Im not sure at all how a continuous rotation servo responds im kinda going in to this blindly which was kinda stupid for me. And yeah its a continuous rotation servo. Sorry i dont really have much to work on do you know how you can help me?
If you use common servo library, cont.rot. servo stops at 90deg, moves one direction when >90 and another when <90, higher the difference to 90 and faster it goes. 0 and 180 would be full speed. But you don't have any position control, (just time to adjust).