<?xml-stylesheet type="text/xsl" href="https://community.element14.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/"><channel><title>Review 3: Digital Continuous Rotation (360°) Servo Part 1</title><link>/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/review-3-digital-continuous-rotation-360-servo-part-1</link><description>The Enchanted Objects kit includes a TinkerKit Servo Module.That servo motor is not your common 180° angle adjustable unit. It&amp;#39;s something special. Digital Continuous Rotation (360°) Servo It&amp;#39;s a SM-S430R continuous rotation type ( htt...</description><dc:language>en-US</dc:language><generator>Telligent Community 12</generator><item><title>RE: Review 3: Digital Continuous Rotation (360°) Servo Part 1</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/review-3-digital-continuous-rotation-360-servo-part-1</link><pubDate>Mon, 06 Apr 2015 10:21:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10794d7e-ca79-4db7-80e5-0bea66832653</guid><dc:creator>neilk</dc:creator><slash:comments>3</slash:comments><description>&lt;p&gt;&lt;span&gt;[mention:acaf6a9338de4eef8f6717d5561ed01d:e9ed411860ed4f2ba0265705b8793d05]&lt;/span&gt; Jan. I&amp;#39;m fairly new to using motors and have seen lots of references to using continuous rotation servos instead of simple DC motors in robot projects. Can you (or any one else) confirm why this might be preferred?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;ol&gt;&lt;li&gt;Continuous rotation servo comes with it;s own motor driver - no need for an H-bridge.&lt;/li&gt;&lt;li&gt;Continuous rotation servo is controlled with a single PWM pin, since reverse, stop and forward, as well as speed are all determined purely by duty cycle.&lt;/li&gt;&lt;/ol&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Are there any other benefits?&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20374&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Review 3: Digital Continuous Rotation (360°) Servo Part 1</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/review-3-digital-continuous-rotation-360-servo-part-1</link><pubDate>Sat, 04 Apr 2015 08:44:33 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10794d7e-ca79-4db7-80e5-0bea66832653</guid><dc:creator>balearicdynamics</dc:creator><slash:comments>2</slash:comments><description>&lt;p&gt;I have a 360 servo for continuous rotation too but I see that these parameters seems working partially, the servo don&amp;#39;t stop at the position. I think that the best and more precise way to control this kind of servos is using writeMillis() instead of the bare write() to manage better the PWM frequency from which the servo manages the speed. &lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;For example, in my particular case, the producer gives all the PWM frequency specifications for motion and rest position setting. If interested, you find more in this link (maybe you can find something similar for your servo model): &lt;a class="jive-link-external-small" href="http://www.phidgets.com/products.php?product_id=3210_0" rel="nofollow ugc noopener" target="_blank" title="http://www.phidgets.com/products.php?product_id=3210_0"&gt;http://www.phidgets.com/products.php?product_id=3210_0&lt;/a&gt;&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20374&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Review 3: Digital Continuous Rotation (360°) Servo Part 1</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/review-3-digital-continuous-rotation-360-servo-part-1</link><pubDate>Sat, 04 Apr 2015 08:07:22 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10794d7e-ca79-4db7-80e5-0bea66832653</guid><dc:creator>Workshopshed</dc:creator><slash:comments>0</slash:comments><description>&lt;p&gt;Perhaps the servo could be used to make a mini turntable?&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;When attaching the horn, use the smaller screws. The long screws are used with the rubber gromits and metal collars to give an anti vibration mount.&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20374&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item><item><title>RE: Review 3: Digital Continuous Rotation (360°) Servo Part 1</title><link>https://community.element14.com/challenges-projects/design-challenges/enchanted-objects/b/blog/posts/review-3-digital-continuous-rotation-360-servo-part-1</link><pubDate>Fri, 03 Apr 2015 22:41:26 GMT</pubDate><guid isPermaLink="false">93d5dcb4-84c2-446f-b2cb-99731719e767:10794d7e-ca79-4db7-80e5-0bea66832653</guid><dc:creator>mcb1</dc:creator><slash:comments>1</slash:comments><description>&lt;p&gt;Jan&lt;/p&gt;&lt;p&gt;They usually disconnect the mechanical link to the pot inside.&lt;/p&gt;&lt;p&gt;It&amp;#39;s possible this one has no pot inside.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;The best solution for your project is to obtain a normal servo .... or see if you can fix this one.&lt;/p&gt;&lt;p&gt;&amp;nbsp;&lt;/p&gt;&lt;p&gt;Adding other sensors for the In/Out position is adding more complexity.&lt;/p&gt;&lt;p&gt;Mark&lt;/p&gt;&lt;img src="https://community.element14.com/aggbug?PostID=20374&amp;AppID=117&amp;AppType=Weblog&amp;ContentType=0" width="1" height="1"&gt;</description></item></channel></rss>