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

<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>2013-04-10T16:41:27+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=5&amp;t=2726</id>
<entry>
<author><name><![CDATA[adie8]]></name></author>
<updated>2013-04-10T16:41:27+01:00</updated>
<published>2013-04-10T16:41:27+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=37535#p37535</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=37535#p37535"/>
<title type="html"><![CDATA[Matlab communication protocol]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=37535#p37535"><![CDATA[
I am currently working on the CM-530 which can connect straight to PC using mini USB. I tried to make connection between Matlab and CM-530 without using USB2Dynamixel device. but nothing work. I wonder if anyone could make connection straight away without using the device. If anyone know can how to do it can you guys help me with this. Thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=4288">adie8</a> — Wed Apr 10, 2013 4:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Medel]]></name></author>
<updated>2011-12-30T07:27:34+01:00</updated>
<published>2011-12-30T07:27:34+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=33341#p33341</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=33341#p33341"/>
<title type="html"><![CDATA[Bioloid premium labview conection?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=33341#p33341"><![CDATA[
Hi, i'm new in this forum and a new user of the Bioloid Premium, I got a question:<br /><br />Have you ever tried to control the Bioloid Premium with labview 2010 using the SDK of robotis? or maybe this solution:<br /><!-- m --><a class="postlink" href="https://decibel.ni.com/content/docs/DOC-12909">https://decibel.ni.com/content/docs/DOC-12909</a><!-- m --><br /><br />if so...is this the correct hardware conection?<br /><br />PC-&gt; USB2DYNAMIXEL-&gt;CM-510-&gt;AX12A<br /><br />Because i've tried to communicate using the SDK and the page above a nothing...could anyone give a hint? Thanks!!<br /><br />PD: I want to create in labview AI so the robot can learn something like the ASIMO but the conection is slowing me down for 2 weeks =(<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3085">Medel</a> — Fri Dec 30, 2011 7:27 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[cybernetics]]></name></author>
<updated>2011-07-21T18:08:52+01:00</updated>
<published>2011-07-21T18:08:52+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31804#p31804</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31804#p31804"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31804#p31804"><![CDATA[
Problem (kind of) solved: <!-- m --><a class="postlink" href="http://forums.trossenrobotics.com/showthread.php?t=4980">http://forums.trossenrobotics.com/showthread.php?t=4980</a><!-- m --><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2822">cybernetics</a> — Thu Jul 21, 2011 6:08 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[cybernetics]]></name></author>
<updated>2011-07-19T16:47:25+01:00</updated>
<published>2011-07-19T16:47:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31788#p31788</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31788#p31788"/>
<title type="html"><![CDATA[:?:How to add a library on MATLAB?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=31788#p31788"><![CDATA[
Hi everybody! <br /><br />I've got a little problem.<br /><br />When I try to import the needed Matlab library like this:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>loadlibrary&#40;'dynamixel','dxl_matlab.h'&#41;;<br />libfunctions&#40;'dynamixel'&#41;;</code></dd></dl><br /><br />I get this error:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>??? Error using ==&gt; loadlibrary&gt;lFullPath at 553<br />Could not find file dxl_matlab.h.<br /><br />Error in ==&gt; loadlibrary at 221<br />        header=lFullPath&#40;header&#41;;<br /><br />Error in ==&gt; ReadWrite at 36<br />loadlibrary&#40;'dynamixel','dxl_matlab.h'&#41;;</code></dd></dl><br /><br />And when I try with 'dynamixel.h' instead of 'dxl_matlab.h' as someone suggested me, I've got this error:<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code>??? Error using ==&gt; loadlibrary at 368<br />Failed to preprocess the input file.<br /> Output from preprocessor is:'cl' n'est pas reconnu en tant que commande interne<br />ou externe, un programme ex‚cutable ou un fichier de commandes.<br /><br /><br />Error in ==&gt; ReadWrite at 38<br />loadlibrary&#40;'dynamixel','dynamixel.h'&#41;;</code></dd></dl><br /><br />And I've added this path (under File &gt; Set Path): D:\LiberT\Desktop\Laboratoire de Robotique\dxl_sdk_win64_v1_02\import<br /><br />So I don't know what else I need to do? :S<br /><br />Thanks a lot!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2822">cybernetics</a> — Tue Jul 19, 2011 4:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[haratron]]></name></author>
<updated>2011-02-06T14:06:59+01:00</updated>
<published>2011-02-06T14:06:59+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=30077#p30077</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=30077#p30077"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=30077#p30077"><![CDATA[
I'm confused. I want to read/set values on the servos (via usb2dynamixel) but I want to do it wirelessly. <br />I saw there is a ZigBee extension module but is this just for the playstation-like controller? I want the Bioloid to send the servo positions to the PC and then the PC should send the desired *new* positions to the Bioloid.<br />From what I understand this is already done if wired with the usb2dynamixel.<br /><br />I want to do this wirelessly.<br /><br />If I get zig2serial ( <!-- m --><a class="postlink" href="http://robosavvy.com/store/product_info.php/products_id/224">http://robosavvy.com/store/product_info ... cts_id/224</a><!-- m -->) and the zig100 pair (<!-- m --><a class="postlink" href="http://robosavvy.com/store/product_info.php/products_id/223">http://robosavvy.com/store/product_info ... cts_id/223</a><!-- m -->), will I be able to do that?<br /><br />Also, what is zig100's operating range?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2577">haratron</a> — Sun Feb 06, 2011 2:06 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2010-08-11T23:53:03+01:00</updated>
<published>2010-08-11T23:53:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=27849#p27849</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=27849#p27849"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=27849#p27849"><![CDATA[
Managing Dynamixels is now done via the Dynamixel wizard software part of the software suite <a href="http://www.robotis.com/xe/download_en" class="postlink">Roboplus</a>.<br />It relies on the USB2Dynamixel module that now comes with the Premium kits (or any other interface board with FTDI chip).<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Aug 11, 2010 11:53 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Suicidal.Banana]]></name></author>
<updated>2009-06-17T22:11:04+01:00</updated>
<published>2009-06-17T22:11:04+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20252#p20252</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20252#p20252"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20252#p20252"><![CDATA[
ah nice, thanks  <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=1517">Suicidal.Banana</a> — Wed Jun 17, 2009 10:11 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2009-06-17T16:46:32+01:00</updated>
<published>2009-06-17T16:46:32+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20238#p20238</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20238#p20238"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20238#p20238"><![CDATA[
the easiest way would be to get the Zig100 and Zig2Serial (see <!-- m --><a class="postlink" href="http://robosavvy.com/store">http://robosavvy.com/store</a><!-- m --> ). It will give you an immediate wireless solution. If you are adventurous you can create a bluetooth link. See my bluesmirf@bioloid blog and others; links at the Bioloid <a href="http://robosavvy.com/site/index.php?option=com_openwiki&amp;Itemid=&amp;id=robotis_bioloid" class="postlink">knowledgebase</a>.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Wed Jun 17, 2009 4:46 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Suicidal.Banana]]></name></author>
<updated>2009-06-16T13:32:01+01:00</updated>
<published>2009-06-16T13:32:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20205#p20205</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20205#p20205"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=20205#p20205"><![CDATA[
<blockquote><div><cite>limor wrote:</cite><br />Robotis have recently updated the library.<br /><br />This is a very impressive package.<br />Basically a C implementation of the low level code and then bindings for several programming languages with examples.<br /><br />This was designed for <a href="http://robosavvy.com/store/product_info.php/manufacturers_id/15/products_id/222" class="postlink">USB2dynamixel</a> but should work also on any home-built FTDI based interface to Dynamixel bus.<br /><br />If you own a Bioloid you should definitely download this package and consider getting the <a href="http://robosavvy.com/store/product_info.php/manufacturers_id/15/products_id/222" class="postlink">USB2dynamixel</a> as this provides a whole new level of functionality to your Bioloid. You can basically harness the power of your 3Ghz CPU gaming PC to control your Bioloid.<br /></div></blockquote><br /><br />Sorry for the bump (tho ye, the forums aint that active) but any way to do this wireless? i basically bought a bioloid with the above as end goal<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1517">Suicidal.Banana</a> — Tue Jun 16, 2009 1:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Tyberius]]></name></author>
<updated>2008-12-15T22:22:40+01:00</updated>
<published>2008-12-15T22:22:40+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18637#p18637</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18637#p18637"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18637#p18637"><![CDATA[
All the USB2Dynamixel will do for you is provide a USB interface to your servos. You'll still need to power them from a CM-5 or SMPS2Dynamixel adapter. You can still control the servos directly using the serial port and a CM-5 in Manage Mode, which is essentially what the USB2Dynamixel does for you.<br /><br />For a beginner starting out, I wouldn't say its worth it.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=816">Tyberius</a> — Mon Dec 15, 2008 10:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[dmj4]]></name></author>
<updated>2008-12-15T21:38:39+01:00</updated>
<published>2008-12-15T21:38:39+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18636#p18636</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18636#p18636"/>
<title type="html"><![CDATA[Please help a robot/ignorant old woman]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18636#p18636"><![CDATA[
I'm just a robot/ignorant old woman with a 13 year-old son. Please, make sure I understand this.  <br /><br />I have decided to get him the Bioloid Beginner Kit and 2 extra AX12 servos thrown in for good measure.  Am I correct in my understanding that if I get this USB2Dynamixel to go with the above, it will allow him to do extra fun things with the Bioloid beginner kit?  <br /><br />Is there anything else I need to make this work?<br /><br />You have no idea how much I appreciate your help with this.<br /><br />Donna<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1262">dmj4</a> — Mon Dec 15, 2008 9:38 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2008-12-01T23:16:01+01:00</updated>
<published>2008-12-01T23:16:01+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18496#p18496</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18496#p18496"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=18496#p18496"><![CDATA[
more free software for USB2Dynamixel is found here:<br /><!-- m --><a class="postlink" href="http://www.forestmoon.com/Software/DynaCommander/">http://www.forestmoon.com/Software/DynaCommander/</a><!-- m --><br /><img src="http://www.forestmoon.com/Software/DynaCommander/DynaCmdr.jpg" alt="Image" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Mon Dec 01, 2008 11:16 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[limor]]></name></author>
<updated>2008-09-27T17:59:05+01:00</updated>
<published>2008-09-27T17:59:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=17692#p17692</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=17692#p17692"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=17692#p17692"><![CDATA[
Robotis have recently updated the library.<br /><br />This is a very impressive package.<br />Basically a C implementation of the low level code and then bindings for several programming languages with examples.<br /><br />This was designed for <a href="http://robosavvy.com/store/product_info.php/manufacturers_id/15/products_id/222" class="postlink">USB2dynamixel</a> but should work also on any home-built FTDI based interface to Dynamixel bus.<br /><br />If you own a Bioloid you should definitely download this package and consider getting the <a href="http://robosavvy.com/store/product_info.php/manufacturers_id/15/products_id/222" class="postlink">USB2dynamixel</a> as this provides a whole new level of functionality to your Bioloid. You can basically harness the power of your 3Ghz CPU gaming PC to control your Bioloid.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2">limor</a> — Sat Sep 27, 2008 5:59 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[srobot]]></name></author>
<updated>2008-07-17T20:29:54+01:00</updated>
<published>2008-07-17T20:29:54+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16936#p16936</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16936#p16936"/>
<title type="html"><![CDATA[Re: &gt;NEW&gt; USB2Dynamixel Software v1.01 (eng)]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16936#p16936"><![CDATA[
<blockquote><div><cite>siempre.aprendiendo wrote:</cite><br />Oh, my God! There is a GOTO in the C example  <img src="http://forum.robosavvy.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /><br /></div></blockquote><br /><br />But I still want to call them up... jk...  <img src="http://forum.robosavvy.com/images/smilies/icon_lol.gif" alt=":lol:" title="Laughing" /> <br /><br />I'm downloading right now!  <img src="http://forum.robosavvy.com/images/smilies/icon_biggrin.gif" alt=":D" title="Very Happy" /> <br /><br />Thanks!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=419">srobot</a> — Thu Jul 17, 2008 8:29 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[siempre.aprendiendo]]></name></author>
<updated>2011-05-01T11:39:32+01:00</updated>
<published>2008-07-17T19:10:15+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16933#p16933</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16933#p16933"/>
<title type="html"><![CDATA[&gt;NEW&gt; USB2Dynamixel Software: Dynamixel SDK]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=2726&amp;p=16933#p16933"><![CDATA[
<span style="color: orange">Update [June 2010]: the Dynamixel manager is now part of the <a href="http://www.robotis.com/xe/download_en" class="postlink">Roboplus</a>  software.</span><br /><br />Interesting... <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><br /><span style="color: red"><br />[Links updated: May 2011]</span><br /><a href="http://support.robotis.com/en/techsupport_eng.htm#software/dynamixelsdk.htm" class="postlink">Dynamixel SDK e-manual</a><br /><br /><a href="http://support.robotis.com/en/techsupport_eng.htm#software/dynamixel_sdk/usb2dynamixel.htm" class="postlink">USB2Dynamixel Software</a><br /><br />- Dynamixel Manager.exe : Dynamixel Manager Program Execution File<br />- Dynamixel SDK(U2D win32).html : Dynamixel Manager Manual<br />- Examples : Example Source Folder: [Updated: May 2011]<br /><ul> <br />      labview<br />      matlab<br />      visual basic<br />      visual c#<br />      visual c++</ul><br /><br />By the way, there is the &quot;monitor&quot; command in the &quot;Manage mode&quot; to monitor the data flow ...<br /><br />[Edited]<br />Oh, my God! There is a GOTO in the C example  <img src="http://forum.robosavvy.com/images/smilies/icon_eek.gif" alt=":shock:" title="Shocked" /><br /><br />[Edited, again]<br /><span style="font-size: 150%; line-height: 116%;"><span style="color: red">Now, linux support!</span></span><br /><br /><a href="http://support.robotis.com/en/techsupport_eng.htm#software/dynamixel_sdk/usb2dynamixel/usb2dxl_linux.htm" class="postlink">Dynamixel SDK for Linux</a><br /><br /><a href="http://support.robotis.com/en/techsupport_eng.htm#software/zigbee_sdk/zig2serial/linux.htm" class="postlink">Zigbee SDK for Linux</a><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=698">siempre.aprendiendo</a> — Thu Jul 17, 2008 7:10 pm</p><hr />
]]></content>
</entry>
</feed>