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

<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>2007-12-31T12:04:58+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=1996</id>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2007-12-30T23:31:57+01:00</updated>
<published>2007-12-30T23:31:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13115#p13115</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13115#p13115"/>
<title type="html"><![CDATA[mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13115#p13115"><![CDATA[
To those who are curious about Bioloid and want to get a feel of the kit before spending the money here are a couple of cheap intro suggestions.<br /><br /><br />1) get the Bioloid Beginners kit at around 200GBP. you can then upgrade it to a Comprehensive kit (humanoid).<br /><br />2) get  1x CM5  +  1x AX-12 + 1x Serial Cable. At about 80GBP you can play with the Bioloid software, reprogram the CM5 and understand the principles of the Bioloid.<br /><br />3) get the Arduino (POP168 or Diecimila because their voltage regulator will tolerate the same voltage as the servo) and 1x AX-12 servo and play around with the C libraries to control the servo. This is a bit cheaper than option 2 but you will not be able to use the standard Bioloid software. However, the Arduino has the advantage of having well documented software development environment and you can interface with sensors, something that can not be done with the CM5.<br /><br />Robotis items can be found here:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/store/index.php?manufacturers_id=15">http://robosavvy.com/store/index.php?ma ... rers_id=15</a><!-- m --><br />Arduino:<br /><!-- m --><a class="postlink" href="http://robosavvy.com/store/advanced_search_result.php?keywords=Arduino&amp;x=0&amp;y=0">http://robosavvy.com/store/advanced_sea ... no&amp;x=0&amp;y=0</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sun Dec 30, 2007 11:31 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kennethw]]></name></author>
<updated>2007-12-31T12:04:58+01:00</updated>
<published>2007-12-29T08:43:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13092#p13092</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13092#p13092"/>
<title type="html"><![CDATA[mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13092#p13092"><![CDATA[
Sweet! I made a lot of progress today, and will be gathering notes on Mac access to Bioloid as soon as I can. Here's the short version:<br /><br />- I have R Kym Horsell's decompiler built for OS X, but not the compiler (yet).<br /><br />- There's an OS X flavor of the &quot;WinAVR&quot; toolchain, called OSX-AVR, required for building .hex files for the atmels from C. I have been able to build the Robotis Example.c in XCode.<br /><br />I have been able to load files onto the CM-5 with <span style="font-style: italic">screen</span> in Terminal, but the Mac-generated Example.hex has a different file size (the checksum is not right), presumably due to a rsrc or some other Mac voodoo. The Example.c output file built from XCode loads onto the CM-5 with Robot Terminal and works perfectly, so the build is good...<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=840">kennethw</a> — Sat Dec 29, 2007 8:43 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[kennethw]]></name></author>
<updated>2007-12-28T21:55:30+01:00</updated>
<published>2007-12-28T21:55:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13087#p13087</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13087#p13087"/>
<title type="html"><![CDATA[mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=13087#p13087"><![CDATA[
<blockquote><div><cite>Rob wrote:</cite><br />...You need to get one of Jon Hylands boards and write your own software. I haven't gotten to this stage yet.<br /></div></blockquote><br /><br />You can use <span style="font-style: italic">screen</span> in Terminal for direct control over serial. This command will start a session, which does everything Robot Terminal can do, including on-board motion page editing. The &quot;e&quot; turns on echo:<br /><br />screen <span style="font-style: italic">port</span> 57600 e<br /><br />There is now a .hex compiler/decompiler, so an app could be produced which writes them. I'm toying with the notion of getting Flash communicating with a serial port so I can build some online (not internet-online) GUI stuff there.<br /><br /><a href="http://www.bioloid.info/tiki/tiki-index.php?page=Bioloid+compiler%2Fdecompiler" class="postlink">http://www.bioloid.info/tiki/tiki-index.php?page=Bioloid+compiler%2Fdecompiler</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=840">kennethw</a> — Fri Dec 28, 2007 9:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2007-12-12T19:16:25+01:00</updated>
<published>2007-12-12T19:16:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12801#p12801</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12801#p12801"/>
<title type="html"><![CDATA[Re: mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12801#p12801"><![CDATA[
<blockquote><div><cite>Kess wrote:</cite><br /><blockquote class="uncited"><div>My main concerns are about little low level documentation, specially to programming it with C<br /></div></blockquote><br />Have you looked at the Bioloid  <a href="http://robosavvy.com/RoboSavvyPages/Support/Bioloid/Bioloid_Expert_Manual.pdf" class="postlink">Expert manual</a>?  There is a lot of stuff about C programming in there.  As far as I'm aware the libCM-5 libraries are not available to us non-Expert owners, but fortunately many of the core routines can be found in the example.c file that is available. <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /></div></blockquote><br /><br /><br />There is no Robotis documentation about AX-S1 IR communications, about charging, about Bioloid_Ver115.hex functions, etc. <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=698">siempre.aprendiendo</a> — Wed Dec 12, 2007 7:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Kess]]></name></author>
<updated>2007-12-12T13:56:11+01:00</updated>
<published>2007-12-12T13:56:11+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12789#p12789</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12789#p12789"/>
<title type="html"><![CDATA[Re: mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12789#p12789"><![CDATA[
<blockquote class="uncited"><div><br />My main concerns are about little low level documentation, specially to programming it with C<br /></div></blockquote><br />Have you looked at the Bioloid  <a href="http://robosavvy.com/RoboSavvyPages/Support/Bioloid/Bioloid_Expert_Manual.pdf" class="postlink">Expert manual</a>?  There is a lot of stuff about C programming in there.  As far as I'm aware the libCM-5 libraries are not available to us non-Expert owners, but fortunately many of the core routines can be found in the example.c file that is available. <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=809">Kess</a> — Wed Dec 12, 2007 1:56 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Rob]]></name></author>
<updated>2007-12-12T13:55:31+01:00</updated>
<published>2007-12-12T13:55:31+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12788#p12788</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12788#p12788"/>
<title type="html"><![CDATA[mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12788#p12788"><![CDATA[
I am a newbie but this is what I've worked out so far.<br /><br />1. As for Mac read this thread <!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?p=10270">http://robosavvy.com/forum/viewtopic.php?p=10270</a><!-- m -->. You nee to get one of Jon Hylands boards and write your own software. I haven't gotten to this stage yet.<br /><br />2. It would be great if people would start sharing Bioloid monion files there is a wiki site we could add them too with Jon's go ahead <!-- m --><a class="postlink" href="http://www.bioloid.info/tiki/tiki-index.php">http://www.bioloid.info/tiki/tiki-index.php</a><!-- m --> <br /><br />3. The best feature about the bioloid for me is I can replace the CM5 with another board\computer (gumstix) and then program in any language  I like (depending on the OS) i.e. C#, Java etc. If you're not interesting in programming you bot then maybe look at another robot (but that's just my opinion).<br /><br />Siempre what's this new solution you're talking about???<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=814">Rob</a> — Wed Dec 12, 2007 1:55 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2007-12-12T00:56:40+01:00</updated>
<published>2007-12-12T00:56:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12780#p12780</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12780#p12780"/>
<title type="html"><![CDATA[Re: mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12780#p12780"><![CDATA[
<blockquote><div><cite>plingboot wrote:</cite><br />i'm thinking about adding a bioloid to my collection over christmas and wondered:<br /><br />1. whether anyone uses one with a mac - and can offer some experience?<br />2. is there a community for sharing motion files?<br />3. what are the downsides to bioloid ownership?<br /></div></blockquote><br /><br />1- I'm afraid that there isn't Mac software for Bioloid. <br /><br />You can download the new CD from <a href="http://robosavvy.com/forum/viewtopic.php?t=1968&amp;start=0&amp;postdays=0&amp;postorder=asc&amp;highlight=" class="postlink">here</a><br />And the previous version from <a href="http://www.tribotix.info/Downloads/Robotis/Robotis.htm" class="postlink">here</a><br /><br />2.- I think that there isn't a community for sharing motion files. But we can start it here <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><br />3.- I think that is Bioloid is a very good product. It's complex but powerful.      <br />My main concerns are about little low level documentation, specially to programming it with C, but it seems that a new solution is coming ...<br /><br />(Excuse my poor English...)<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Wed Dec 12, 2007 12:56 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[plingboot]]></name></author>
<updated>2007-12-11T15:37:57+01:00</updated>
<published>2007-12-11T15:37:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12771#p12771</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12771#p12771"/>
<title type="html"><![CDATA[mac questions...]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=1996&amp;p=12771#p12771"><![CDATA[
i'm thinking about adding a bioloid to my collection over christmas and wondered:<br /><br />1. whether anyone uses one with a mac - and can offer some experience?<br />2. is there a community for sharing motion files?<br />3. what are the downsides to bioloid ownership?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=346">plingboot</a> — Tue Dec 11, 2007 3:37 pm</p><hr />
]]></content>
</entry>
</feed>