<?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=7871" />

<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>2012-03-24T13:43:07+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=7871</id>
<entry>
<author><name><![CDATA[alasi89]]></name></author>
<updated>2012-03-24T13:43:07+01:00</updated>
<published>2012-03-24T13:43:07+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33997#p33997</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33997#p33997"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33997#p33997"><![CDATA[
<blockquote class="uncited"><div><br />If you want an alternative bootloader, you can use the Arduino Mega bootloader and AVRdude.<br /></div></blockquote><br /><br />I have AVRdude an I know how to upload hex files to Arduino ... but I didn't understand what you mean by &quot;alternative bootloader&quot; ...  where I can find it ??<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3225">alasi89</a> — Sat Mar 24, 2012 1:43 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[alasi89]]></name></author>
<updated>2012-03-24T13:34:20+01:00</updated>
<published>2012-03-24T13:34:20+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33996#p33996</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33996#p33996"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33996#p33996"><![CDATA[
to be clear :<br /><br />I have an 3axis accelerometer + bioloid robot kit (with cm5) + arduino mega 2560 .<br /><br />I want to make what is so called &quot;balancing robot&quot;  .... the main problem is to get the accelerometer signal to control  the dynamixel according to its signal.<br /><br />so I have 2 choices :<br /><br />1- connect the sensor directly to the ADC channels of the arduino board but the bioloid libraries were designed for atmega 128 or atmega 2561 .<br />in this way I don't have to use the CM5 .<br /><br />2- connect the sensor to th half duplex Bus. I found this discussion between you and &quot;sdeba&quot; useful<br /><br /><!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=7586&amp;postdays=0&amp;postorder=asc&amp;start=30&amp;sid=e3aaeecb835751f20e1ee6259e9a3ab2">http://robosavvy.com/forum/viewtopic.ph ... 259e9a3ab2</a><!-- m --><br /><br />  I downloaded the Huv Code but I didn't know how to get use of it.  <br /><br />  <img src="http://forum.robosavvy.com/images/smilies/icon_exclaim.gif" alt=":!:" title="Exclamation" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3225">alasi89</a> — Sat Mar 24, 2012 1:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-03-21T11:40:27+01:00</updated>
<published>2012-03-21T11:40:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33961#p33961</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33961#p33961"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33961#p33961"><![CDATA[
If you want an alternative bootloader, you can use the Arduino Mega bootloader and AVRdude.<br /><br />The CM510 libraries contain only low level dynamixel drivers, there is no motion engine in the library. If this is sufficient, then you are OK.<br /><br />If you want a more complete firmware, then you might look at Arbotix code. The Robotis motion engine is released in open source as part of the DARWin project, though you will have to translate back to ATMega.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Wed Mar 21, 2012 11:40 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[alasi89]]></name></author>
<updated>2012-03-21T01:00:19+01:00</updated>
<published>2012-03-21T01:00:19+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33954#p33954</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33954#p33954"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33954#p33954"><![CDATA[
problem solved <br /><br />atmega 2561 library (cm510) with  .c , .h and .a files <br /><br /><!-- m --><a class="postlink" href="http://support.robotis.com/en/software/embeded_c/cm510_cm700.htm">http://support.robotis.com/en/software/ ... _cm700.htm</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3225">alasi89</a> — Wed Mar 21, 2012 1:00 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[alasi89]]></name></author>
<updated>2012-03-20T23:38:35+01:00</updated>
<published>2012-03-20T23:38:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33951#p33951</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33951#p33951"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33951#p33951"><![CDATA[
thanx for your reply.<br /><br />what I have discoverd that it is better for me to use cm510 library because it uses the atmega2561 controller which is more closer to atmega2560 structure.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3225">alasi89</a> — Tue Mar 20, 2012 11:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2012-03-20T18:54:35+01:00</updated>
<published>2012-03-20T18:54:35+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33949#p33949</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33949#p33949"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33949#p33949"><![CDATA[
The first thing to understand is that the CM5 bootloader, the CM5 firmware, and the bioloid library sources are not released in the public domain and not published by Robotis as source code.<br /><br />You may find it easier to use an alternative open source bootloader for the 2560.<br /><br />A CM5 .hex file is not much use for you if you have a different processor.<br /><br />Libraries do not have to contain a .c file if the source is not released. The .a file contains the pre compiled object files of the library and is picked up by the linker. You only need the .h file to show the prototypes of the functions.<br /><!-- m --><a class="postlink" href="http://www.network-theory.co.uk/docs/gccintro/gccintro_17.html">http://www.network-theory.co.uk/docs/gc ... ro_17.html</a><!-- m --><br /><br />While I understand your tight timescales, and your enthusiasm, do be careful that your graduation submission is complies with licenses and copyright of the code you use.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue Mar 20, 2012 6:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[alasi89]]></name></author>
<updated>2012-03-20T16:43:40+01:00</updated>
<published>2012-03-20T16:43:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33944#p33944</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33944#p33944"/>
<title type="html"><![CDATA[help in boot loader and firmware for cm5]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7871&amp;p=33944#p33944"><![CDATA[
hello <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /> :<br /><br />1- where I can find the update for the CM5 Boot loader because I have (v1.15) but I need (v1.31) or above.<br /><br />2- where I can find the CM5 firmware ,  they  said in the expert manual that you can find it in (Examples\ROM file\bioloid.hex) on the basic CD, but I didn't find such a file.<br /><br />3- why libraries are just .h ..... every library must have tow files .h and .c <br /><br />what I saw is <br /><br />cm5.h <br />cm5.a (what is .a files????) <br /><br />I need CM5.c because I have to make some changes in the code to upload it to my own atmega2560 controller.<br /><br />plz I need your help this is my graduation project  ... and I have to finish it ASAP.  <img src="http://forum.robosavvy.com/images/smilies/icon_cry.gif" alt=":cry:" title="Crying or Very sad" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3225">alasi89</a> — Tue Mar 20, 2012 4:43 pm</p><hr />
]]></content>
</entry>
</feed>