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

<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>2010-10-26T04:59:49+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=4&amp;t=6646</id>
<entry>
<author><name><![CDATA[ozfiddler]]></name></author>
<updated>2010-10-26T04:59:49+01:00</updated>
<published>2010-10-26T04:59:49+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28553#p28553</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28553#p28553"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28553#p28553"><![CDATA[
Hey Fritzoid - thanks for that excellent explanation! I had been wondering about the differences and you've made it very clear.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2395">ozfiddler</a> — Tue Oct 26, 2010 4:59 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Kelpy]]></name></author>
<updated>2010-10-16T17:41:30+01:00</updated>
<published>2010-10-16T17:41:30+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28464#p28464</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28464#p28464"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28464#p28464"><![CDATA[
Many thanks guys. I'll do some more research, but I think a pair of gyro's and an accelorometer is what I need.<br />Cheers.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2242">Kelpy</a> — Sat Oct 16, 2010 5:41 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Gort]]></name></author>
<updated>2010-10-15T19:49:25+01:00</updated>
<published>2010-10-15T19:49:25+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28457#p28457</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28457#p28457"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28457#p28457"><![CDATA[
I would look through past posts on the Robonova. There is a lot of information on gyros and accelerometers for the Robonova. Check the Robonova wiki. There is also information about hooking up a compass to the Robonova too. <img src="http://forum.robosavvy.com/images/smilies/icon_smile.gif" alt=":)" title="Smile" /><p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=174">Gort</a> — Fri Oct 15, 2010 7:49 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Fritzoid]]></name></author>
<updated>2010-10-15T18:32:48+01:00</updated>
<published>2010-10-15T18:32:48+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28456#p28456</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28456#p28456"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28456#p28456"><![CDATA[
I'll take a shot at it.<br /><br />An accelerometer as the name suggests measures the acceleration of the device in 1, 2 or 3 directions.  A typical accelerometer used in robotics can measure the acceleration of between 0 and 5 times the acceleration of gravity, denoted by the letter g.<br /><br />Under static conditions (robot not moving) a 2 or 3-axis accelerometer can be used to find the direction of the gravity vector, i.e the earth.  This in turn can be used to determine the attitude (tilt) of your robot.  Unfortunately humanoid robots are far from static and even small motions can cause high accelerometer readings.  For this reason they are really only good for gross measurements.  Basically all you can tell is whether the robot has fallen over and in which direction.  As a result an accelerometer is often sold as or referred to as a tilt sensor.  This is the case with the Robonova tilt sensor, it's acctually an accelerometer.<br /><br />There are other types of sensors that can also measure tilt, you may see these around in catalogs.  They are rarely used on the Robonova.<br /><br />Gyroscopes on the other hand are very common.  They measure the rate of angular motion or twist.  By integrating the gyro readings over time it is also possible to determine the attitude of your robot.  This turns out to be a more reliable method for active control of a humanoid robot than the accelerometer technique.  So you'll get better stability with a gyro than an accelerometer.<br /><br />Gyros aren't so good at telling if the robot has fallen over though, so an accelerometer/tilt sensor is nice to have too.<br /><br />Also,  the Robonova accelerometer (tilt sensor) is easy to install, just push it onto the controller.  You will have to come up with a custom solution for hooking up and mounting any gyros.  <br /><br />Fortunately there are plenty of other posts around here on that subject.<br /><br />Have fun.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=438">Fritzoid</a> — Fri Oct 15, 2010 6:32 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Kelpy]]></name></author>
<updated>2010-10-15T17:22:24+01:00</updated>
<published>2010-10-15T17:22:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28455#p28455</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28455#p28455"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28455#p28455"><![CDATA[
Anybody???<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2242">Kelpy</a> — Fri Oct 15, 2010 5:22 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[Kelpy]]></name></author>
<updated>2010-10-12T16:25:08+01:00</updated>
<published>2010-10-12T16:25:08+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28440#p28440</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28440#p28440"/>
<title type="html"><![CDATA[Tilt Sensor, Accelerometer or Gyro's?]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6646&amp;p=28440#p28440"><![CDATA[
Hi.<br /><br />I'm new to this hobby, and am a little confused about some of the sensors you all seem to fit to your RN.<br /><br />Can someone please explain to me, in simple terms, the difference in those 3 sensors?<br /><br />I basically want him to be steadier on his feet, and to automatically get up should he fall over.<br /><br />Many thanks.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2242">Kelpy</a> — Tue Oct 12, 2010 4:25 pm</p><hr />
]]></content>
</entry>
</feed>