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

<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-01-13T14:23:26+01:00</updated>

<author><name><![CDATA[RoboSavvy Forum]]></name></author>
<id>http://forum.robosavvy.com/feed.php?f=17&amp;t=6893</id>
<entry>
<author><name><![CDATA[josh]]></name></author>
<updated>2011-01-13T14:23:26+01:00</updated>
<published>2011-01-13T14:23:26+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29771#p29771</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29771#p29771"/>
<title type="html"><![CDATA[Gyro rm 145 connect to microcontroler avr atmega16]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29771#p29771"><![CDATA[
Hi,<br /><br />the gm-145 address is 0x21h (7-bit).<br /><br />Therefor, if want to write data to gm-145, you will set 8-bit address (0x21)&lt;&lt;1.<br /><br />If want to rea data from gm-145, you will set 8-bit address (0x21)&lt;&lt;1 + 1.<br /><br />you can refer the roboard web <!-- m --><a class="postlink" href="http://www.roboard.com/G145.html">http://www.roboard.com/G145.html</a><!-- m -->.<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2058">josh</a> — Thu Jan 13, 2011 2:23 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[masmo]]></name></author>
<updated>2011-01-04T16:34:43+01:00</updated>
<published>2011-01-04T16:34:43+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29643#p29643</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29643#p29643"/>
<title type="html"><![CDATA[Gyro rm 145 connect to microcontroler avr atmega16]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29643#p29643"><![CDATA[
I have tried, but address 0x21h is not used. In datasheet, the address is 0x40h, It also can not be used. So, what i2c address for A2D?<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2526">masmo</a> — Tue Jan 04, 2011 4:34 pm</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[i-Bot]]></name></author>
<updated>2011-01-04T11:52:24+01:00</updated>
<published>2011-01-04T11:52:24+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29638#p29638</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29638#p29638"/>
<title type="html"><![CDATA[Gyro rm 145 connect to microcontroler avr atmega16]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29638#p29638"><![CDATA[
I don't know of any existing code for this, but it will be fairly simple to do your own.<br />The G145 uses two analog gyros interfaced over using an I2C analog to digital converter. The schematic, datasheets and example code for the Roboard are on Roboard site. Their example code show the simple sequence of I2C commands used to talk to the AD7998 A2D.<br />There are lots of I2C master implementations for the Atmega16, so just use the one of these most convenient to your development environment and then perform the same I2C commands<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=159">i-Bot</a> — Tue Jan 04, 2011 11:52 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[masmo]]></name></author>
<updated>2011-01-04T00:53:45+01:00</updated>
<published>2011-01-04T00:53:45+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29632#p29632</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29632#p29632"/>
<title type="html"><![CDATA[source code]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29632#p29632"><![CDATA[
i need source code for it, because sample code in roboard.com cant used. i<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2526">masmo</a> — Tue Jan 04, 2011 12:53 am</p><hr />
]]></content>
</entry>
<entry>
<author><name><![CDATA[masmo]]></name></author>
<updated>2011-01-04T00:50:55+01:00</updated>
<published>2011-01-04T00:50:55+01:00</published>
<id>http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29631#p29631</id>
<link href="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29631#p29631"/>
<title type="html"><![CDATA[Gyro rm 145 connect to microcontroler avr atmega16]]></title>

<content type="html" xml:base="http://forum.robosavvy.com/viewtopic.php?t=6893&amp;p=29631#p29631"><![CDATA[
hai robomania, i have problem. I cant connecting gyro rm 145 to microcontroler avr atmega16, can you help me? Please help me, because this project for my last project in my university. thanks very much!<p>Statistics: Posted by <a href="http://forum.robosavvy.com/memberlist.php?mode=viewprofile&amp;u=2526">masmo</a> — Tue Jan 04, 2011 12:50 am</p><hr />
]]></content>
</entry>
</feed>