<?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=15&amp;t=8130" />

<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-07-31T16:31:42+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=8130</id>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-31T16:31:42+01:00</updated>
<published>2012-07-31T16:31:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34998#p34998</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34998#p34998"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34998#p34998"><![CDATA[
I'm not sure if I understand your question.<br /><br />I don't have information about the center of gravity of the Robot or where the sensor is located in relation to it.<br /><br />What the sensor returns are the acceleration readings on each axis.<br /><br />If it's standing still it will be reading only the Acceleration of Gravity (you'll get a value on the Y axis when the Robot is standing up).<br /><br />If the Robot falls down you will have readings on other axis as gravity is always perpendicular to the floor; depending on the reading you can know in which position the Robot is.<br /><br />Please refer to the product page of the ACC sensor for more information <!-- m --><a class="postlink" href="http://robosavvy.com/store/product_info.php/products_id/456">http://robosavvy.com/store/product_info ... cts_id/456</a><!-- m --><br /><br /><br />I just want to leave one final note regarding hacking the Robot and the advance in previous posts: I can never stress enough that all procedures should be done at your own risk; modifying the Robot's hardware will void it's warranty.<br />The information provided is what it is: a &quot;hack&quot;; not an official procedure.<br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Tue Jul 31, 2012 4:31 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chickenkai]]></name></author>
<updated>2012-07-31T15:32:49+01:00</updated>
<published>2012-07-31T15:32:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34995#p34995</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34995#p34995"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34995#p34995"><![CDATA[
I'm really thankful for your answer!<br /><br />I think I'll try your method<br /><br />Just one more question to ask<br /><br />Is the x,y,z coordinates get by the accelerometer means the center of gravity(COG) of the robot?<br /><br />thanks a lot!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3490">chickenkai</a> — Tue Jul 31, 2012 3:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-31T14:47:42+01:00</updated>
<published>2012-07-31T14:47:42+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34993#p34993</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34993#p34993"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34993#p34993"><![CDATA[
Hi Chienkai<br /><br />Robobuilder does not supply a Gyro for the 57xx Robots.<br /><br />There is a way to &quot;hack&quot; the robot to add a gyro using the I2C bus of the Accelerometer.<br />However, to do this, you need to program the micro controller in WinAVR (C).<br /><br />If you're familiar with doing this, you may want o reffer to the following posts:<br />- Sample C code to get you started: <!-- m --><a class="postlink" href="http://robosavvy.com/forum/viewtopic.php?t=3379">http://robosavvy.com/forum/viewtopic.php?t=3379</a><!-- m --><br />- You will need to design your board (or prototype) and add any I2C Gyro and eventually the Accelerometer.<br /><br />You will then need to write the code to read the sensors and also to make use of them.<br /><br /><br />When using custom C programs written in WinAVR, the Robobuilder Graphical tools (MotionBuilder, ActionBuilder) and RBC Protocol will not work though.<br /><br />There are also some alternative firmwares for Robobuilder that _might_ let you access the I2C bus without having to get down to WinAVR (maybe the BASIC firmware by l3v3rz but I'm not sure).<br /><br />If you're familiar with these topics, the explanation above should be good enough; if you're not familiar with I2C and WinAVR, I would sincerely recommend sticking to the default configuration and firmware.<br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Tue Jul 31, 2012 2:47 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chickenkai]]></name></author>
<updated>2012-07-31T03:53:03+01:00</updated>
<published>2012-07-31T03:53:03+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34987#p34987</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34987#p34987"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34987#p34987"><![CDATA[
thank for your answer, Pedro!<br /><br />Now I understand the main function of the accelerometer.<br /><br />What is Gyro you've mentioned? Can you give me more information?<br /><br />thanks a lot!<br /><br />Regards<br />Chickenkai<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3490">chickenkai</a> — Tue Jul 31, 2012 3:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[PedroR]]></name></author>
<updated>2012-07-30T12:54:05+01:00</updated>
<published>2012-07-30T12:54:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34974#p34974</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34974#p34974"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34974#p34974"><![CDATA[
Hi Chikenkai<br /><br />The main purpose of the accelerometer is to detect when the Robot has fallen.<br /><br />It can be used to provide some basic form of balance, but for Balancing the Robot while it's walking you'll need a Gyro.<br /><br />The Robobuilder 57xx does not include one by default but there are possible hacks to add one.<br />This will greatly depend on your skill level. (if you want to know more about this, please post back).<br /><br /><br />Regards<br />Pedro.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1061">PedroR</a> — Mon Jul 30, 2012 12:54 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[chickenkai]]></name></author>
<updated>2012-07-30T08:45:02+01:00</updated>
<published>2012-07-30T08:45:02+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34973#p34973</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34973#p34973"/>
<title type="html"><![CDATA[roboBuilder:robot balance control]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=8130&amp;p=34973#p34973"><![CDATA[
hi everybody,<br /><br />do anyone knows how to achieve robot balance control by using Acceleration Sensor built in robobuilder?<br /><br />thanks all!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=3490">chickenkai</a> — Mon Jul 30, 2012 8:45 am</p><hr />
]]></content>
</entry>
</feed>