<?xml version="1.0" encoding="UTF-8"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-gb">
<link rel="self" type="application/atom+xml" href="http://forum.robosavvy.com/feed.php?f=5&amp;t=7021" />

<title>RoboSavvy Forum</title>
<subtitle>Robosavvy Forum: The largest online community of Humanoid Robot Builders</subtitle>
<link href="http://forum.robosavvy.com/index.php" />
<updated>2011-03-09T12:49:13+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=7021</id>
<entry>
<author><name><![CDATA[RicardoMarinheiro]]></name></author>
<updated>2011-03-09T12:49:13+01:00</updated>
<published>2011-03-09T12:49:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30441#p30441</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30441#p30441"/>
<title type="html"><![CDATA[AX12 Custom Firmware Release 1.0]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30441#p30441"><![CDATA[
Hi siempre.aprendiendo <br /><br />I've already thought about those two for a future release with a auto-listing instead a get ID, for the connected servos but it looks nice and helpful for now!<br />Thanks for the improvement, and hope you enjoyed that GUI.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2288">RicardoMarinheiro</a> — Wed Mar 09, 2011 12:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-03-05T20:36:18+01:00</updated>
<published>2011-03-05T20:36:18+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30426#p30426</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30426#p30426"/>
<title type="html"><![CDATA[RC100]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30426#p30426"><![CDATA[
Hi;<br /><br />Is there any IR Remote which has more Buttons than RC100 ?<br /><br />Thanks.<br /><br />Can any one tried to make Code to control Bioloid from PC having Buttons like RC100 &gt;?<br /><br />Like Click of a button in VC++<br /><br />Thanks. <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Sat Mar 05, 2011 8:36 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2011-03-04T22:09:33+01:00</updated>
<published>2011-03-04T22:09:33+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30417#p30417</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30417#p30417"/>
<title type="html"><![CDATA[AX12 Custom Firmware Release 1.0]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30417#p30417"><![CDATA[
I have been playing a little with this firmware and I have added two simple functions to the windows example of use/interface: <br /><br />- a reset button. that reset all the values to the default ones (id=1)<br />- a button to get de PID values<br /><br /><a href="http://robosavvy.com/Builders/siempre.aprendiendo/MorpheusGetPIDValuesAndResetButtons.zip" class="postlink">Here is the source code</a><br /><br /><img src="http://robosavvy.com/Builders/siempre.aprendiendo/MorpheusGetPIDValuesAndResetButtons.png" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Fri Mar 04, 2011 10:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2011-02-26T11:25:01+01:00</updated>
<published>2011-02-26T11:25:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30339#p30339</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30339#p30339"/>
<title type="html"><![CDATA[AX12 Custom Firmware Release 1.0]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30339#p30339"><![CDATA[
<img src="http://forum.robosavvy.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /> I will try this new firmware right now!<br /><br />By the way. The Visual Studio project files are for the 2010 version. If anyone want/need to use the 2008 version, <a href="http://dougortiz.blogspot.com/2009/05/converting-visual-studio-2010-project.html" class="postlink">I found it here</a> how to convert it manually from 2010 to 2008, it worked for me:<br /><br />· Open the .sln file corresponding to the Project to be converted with Notepad<br /><br />· Locate the following line: Microsoft Visual Studio Solution File, Format Version 11.00<br /><br />· Replace 11.00 with 10.00<br /><br />· Locate the following line: # Visual Studio 10<br /><br />· Replace 10 with 2008<br /><br />· Save the File<br /><br />· Delete the .cache files existing in the following paths:<br /><br />o obj/debug<br /><br />o obj/release<br /><br />· Open the project with Visual Studio 2008<br /><br />· Build the project with Visual Studio 2008<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat Feb 26, 2011 11:25 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2011-02-26T11:15:48+01:00</updated>
<published>2011-02-26T11:15:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30338#p30338</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30338#p30338"/>
<title type="html"><![CDATA[Re: Usb2Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30338#p30338"><![CDATA[
<blockquote><div><cite>MOHIT JINDAL wrote:</cite><br />Hi,<br />Can you please attach direct download links here ? <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /> <br />Google docs are hard to download.<br />Thanks.<br />I want to control all Ax12+ Dynamixels from Usb2Dynamixel from pc.<br /></div></blockquote><br /><br />Mohit, Google docs lets you download the full doc as a PDF.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Sat Feb 26, 2011 11:15 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RicardoMarinheiro]]></name></author>
<updated>2011-02-24T19:09:55+01:00</updated>
<published>2011-02-24T19:09:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30312#p30312</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30312#p30312"/>
<title type="html"><![CDATA[RE: Usb2Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30312#p30312"><![CDATA[
Hi MOHIT JINDAL<br />Sorry but all the software is either in google docs or my hard drive.<br />You can control the current AX12 with the default firmware, using the PC directly, just need to build code to use the available libraries supplied by the bioloid.<br />Or if you prefer you can program the servos with this firmware version and use the examples of code that are there, the linux (roboard example) and the windows (GUI example) examples.<br /><br />Best regards<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2288">RicardoMarinheiro</a> — Thu Feb 24, 2011 7:09 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[MOHIT JINDAL]]></name></author>
<updated>2011-02-24T16:44:36+01:00</updated>
<published>2011-02-24T16:44:36+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30311#p30311</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30311#p30311"/>
<title type="html"><![CDATA[Usb2Dynamixel]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30311#p30311"><![CDATA[
Hi,<br />Can you please attach direct download links here ? <img src="http://forum.robosavvy.com/images/smilies/icon_rolleyes.gif" alt=":roll:" title="Rolling Eyes" /> <br />Google docs are hard to download.<br />Thanks.<br />I want to control all Ax12+ Dynamixels from Usb2Dynamixel from pc.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2428">MOHIT JINDAL</a> — Thu Feb 24, 2011 4:44 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[RicardoMarinheiro]]></name></author>
<updated>2011-02-24T15:53:40+01:00</updated>
<published>2011-02-24T15:53:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30309#p30309</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30309#p30309"/>
<title type="html"><![CDATA[AX12 Custom Firmware Release 1.0]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7021&amp;p=30309#p30309"><![CDATA[
Hi fellows, for the interested ones i've now released the 1st version of my custom made firmware, visit if you get curious<br /><br /><a href="http://actuated.wordpress.com/2011/02/14/ax12-custom-firmware-1st-version/" class="postlink">http://actuated.wordpress.com/2011/02/14/ax12-custom-firmware-1st-version/</a><br /><br />In this version you using some roboard simple code, and with a frame composed by just reading positions and the controlling the PWM of 10 servos at a time, we could actually reach on closed loop 450 to 500 frames per sec.<br />You can also control position an speed and respective PIDs and set IDs and communication baudrates and limits and etc.<br />You can also get a simple example with a C# GUI to interface a servo, using the USB2Dynamixel tool a powered servo or more<br /><br />As always, any bug suggestion doubt, leave comment.<br />Enjoy!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2288">RicardoMarinheiro</a> — Thu Feb 24, 2011 3:53 pm</p><hr />
]]></content>
</entry>
</feed>