Hi everybody
New with Arduino and this forum.
I bought a 270 servo (I'm not quite sure it is a 270 or not).
I try to get rotation more than 180 with this 270 servo, but I couldn't.
While I searched I found,with "write" I can't get rotation more than 180 and I have to use "writeMicroseconds"
Here it is my try:
Thanks for your reply.
About this part of your reply
you mean If I run a 270_servo code on a 180_servo It will kill the 180_servo?
How would this happen?
You mean, for example a servo with plastic gear , by this code may crash the gear?
It may kill the servo if you stall the motor for too long. Stalling the motor means holding the motor so that it cannot rotate like running it against an end stop. A stalled motor pulls a lot more current than a running motor. If a motor is not built to withstand that high current it can get hot enough to be damaged. Most motors are not built to be stalled.
Stripping gears is also a possibility. It is wise to avoid the end stops.