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

<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-05-15T18:21:05+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=15&amp;t=7211</id>
<entry>
<author><name><![CDATA[Ben Rubi]]></name></author>
<updated>2011-05-15T18:21:05+01:00</updated>
<published>2011-05-15T18:21:05+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31241#p31241</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31241#p31241"/>
<title type="html"><![CDATA[USE ACCELERATION SENSOR]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31241#p31241"><![CDATA[
Thank you very much <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=2650">Ben Rubi</a> — Sun May 15, 2011 6:21 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2011-05-15T18:10:21+01:00</updated>
<published>2011-05-15T18:10:21+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31240#p31240</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31240#p31240"/>
<title type="html"><![CDATA[USE ACCELERATION SENSOR]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31240#p31240"><![CDATA[
Call the function <br /><br /><dl class="codebox"><dt>Code: </dt><dd><code> void Acc_init&#40;void&#41;</code></dd></dl><br /><br />And then every time you want to get a accelerometer reading call<br /><br /><dl class="codebox"><dt>Code: </dt><dd><code> void AccGetData&#40;void&#41;</code></dd></dl><br /><br />The X,Y,Z values are available in the global variables  gAccX ,gAccY ,gAccZ. Now check those values continuously in a loop and if the value of Z is in a certain range call the predefined motion - such as stand up. See the IR controller code to see how to call a predefined motion when a button is pressed.<br /><br />cheers<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun May 15, 2011 6:10 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ben Rubi]]></name></author>
<updated>2011-05-15T17:42:57+01:00</updated>
<published>2011-05-15T17:42:57+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31239#p31239</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31239#p31239"/>
<title type="html"><![CDATA[USE ACCELERATION SENSOR]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31239#p31239"><![CDATA[
thank you for your answer but i need explanation how to use it. yes i see the function but i don't know how to work with it. i read all the pdf file that attached to to source but its not mentioned there.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2650">Ben Rubi</a> — Sun May 15, 2011 5:42 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[l3v3rz]]></name></author>
<updated>2011-05-15T11:34:13+01:00</updated>
<published>2011-05-15T11:34:13+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31235#p31235</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31235#p31235"/>
<title type="html"><![CDATA[USE ACCELERATION SENSOR]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31235#p31235"><![CDATA[
If you look in the file <!-- m --><a class="postlink" href="http://robosavvy.com/RoboSavvyPages/Robobuilder/RoboBuilder_2nd_C_Source.zip">http://robosavvy.com/RoboSavvyPages/Rob ... Source.zip</a><!-- m --> you'll find accel.c that has the source to read the accelerometer.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=1101">l3v3rz</a> — Sun May 15, 2011 11:34 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Ben Rubi]]></name></author>
<updated>2011-05-14T22:32:29+01:00</updated>
<published>2011-05-14T22:32:29+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31234#p31234</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31234#p31234"/>
<title type="html"><![CDATA[USE ACCELERATION SENSOR]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=7211&amp;p=31234#p31234"><![CDATA[
HI ALL<br />IF ANYONE HAVE EXPLANATION HOW TO PROGRAM IN C LANGUAGE THE ROBOBUILDER TO USE ACCELERATION SENSOR AND TO GET UP WHEN ITS FALL DOWN?  <br />THANK YOU<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2650">Ben Rubi</a> — Sat May 14, 2011 10:32 pm</p><hr />
]]></content>
</entry>
</feed>