<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Accelerometer on Robot Finger</title>
	<atom:link href="http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/</link>
	<description>My various projects</description>
	<lastBuildDate>Sat, 19 Jun 2010 13:12:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Don Anderson</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1648</link>
		<dc:creator>Don Anderson</dc:creator>
		<pubDate>Fri, 16 Apr 2010 01:31:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1648</guid>
		<description>Hi Nate,
I&#039;m trying to compile your code above for the adxl accelerometer using a Arduino Duemilanove. It stops at the following line of code:
   rv.data[i] = (((int16_t)msb) &lt; &lt; 8) &#124; lsb; 
Would it be possible for you to send me a .pde sketch file I could work off of? I&#039;m a new to electronics and any help you could provide would be appreciated. I&#039;m trying to put the the accelerometers on a kayak paddle and life vest.  Have you had any luck running 3 or more adxl345&#039;s on the same Arduino analog input pins 4 &amp;5?

Thanks for any help you can provide,
Don Anderson</description>
		<content:encoded><![CDATA[<p>Hi Nate,<br />
I&#8217;m trying to compile your code above for the adxl accelerometer using a Arduino Duemilanove. It stops at the following line of code:<br />
   rv.data[i] = (((int16_t)msb) &lt; &lt; 8) | lsb;<br />
Would it be possible for you to send me a .pde sketch file I could work off of? I&#039;m a new to electronics and any help you could provide would be appreciated. I&#039;m trying to put the the accelerometers on a kayak paddle and life vest.  Have you had any luck running 3 or more adxl345&#039;s on the same Arduino analog input pins 4 &amp;5?</p>
<p>Thanks for any help you can provide,<br />
Don Anderson</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EyeTic</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1108</link>
		<dc:creator>EyeTic</dc:creator>
		<pubDate>Thu, 03 Dec 2009 21:11:53 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1108</guid>
		<description>Nate thanx! I&#039;ve managed to translate it well enough for my app! The problem was mixed types, I used chars instead of bytes, and it pretty much messed up the readings...

You can see the final thingie here: http://www.youtube.com/watch?v=BJeohcZssBU</description>
		<content:encoded><![CDATA[<p>Nate thanx! I&#8217;ve managed to translate it well enough for my app! The problem was mixed types, I used chars instead of bytes, and it pretty much messed up the readings&#8230;</p>
<p>You can see the final thingie here: <a href="http://www.youtube.com/watch?v=BJeohcZssBU" rel="nofollow">http://www.youtube.com/watch?v=BJeohcZssBU</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1094</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 26 Nov 2009 19:20:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1094</guid>
		<description>@guest2-
We actually didn’t use resistors, and connected it straight to the arduino pins specified for those. We were a little confused about the pull up resistors, but it seemed to work without them. We were thinking it might effect the bandwidth of the measurements, but not really sure. You should reply if you investigate more into this topic.
Thanks</description>
		<content:encoded><![CDATA[<p>@guest2-<br />
We actually didn’t use resistors, and connected it straight to the arduino pins specified for those. We were a little confused about the pull up resistors, but it seemed to work without them. We were thinking it might effect the bandwidth of the measurements, but not really sure. You should reply if you investigate more into this topic.<br />
Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1092</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Thu, 26 Nov 2009 19:14:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1092</guid>
		<description>@EyeTic-
Well, for our application, we didn&#039;t need to do this, but I may be able to tell you which direction to go.
Each individual axis has three positions that can allow you to translate output from accelerometers into g&#039;s.
Pointing an axis down should be the value corresponding to 1g, pointing it up should be -1g, and having it horizontal should be the zero value. Using these three points for each axis you should be able to do a linear regression and get a transform function for each axis.</description>
		<content:encoded><![CDATA[<p>@EyeTic-<br />
Well, for our application, we didn&#8217;t need to do this, but I may be able to tell you which direction to go.<br />
Each individual axis has three positions that can allow you to translate output from accelerometers into g&#8217;s.<br />
Pointing an axis down should be the value corresponding to 1g, pointing it up should be -1g, and having it horizontal should be the zero value. Using these three points for each axis you should be able to do a linear regression and get a transform function for each axis.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: EyeTic</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1089</link>
		<dc:creator>EyeTic</dc:creator>
		<pubDate>Wed, 25 Nov 2009 11:18:07 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1089</guid>
		<description>Hi!
I&#039;ve managed to work out the data reading from the adxl345, how do I translate the values to g&#039;s though? The pos/neg doesn&#039;t seem to be consistent, and I can&#039;t figure out how to arrange the bits so that I get it in the right format

Thanx!</description>
		<content:encoded><![CDATA[<p>Hi!<br />
I&#8217;ve managed to work out the data reading from the adxl345, how do I translate the values to g&#8217;s though? The pos/neg doesn&#8217;t seem to be consistent, and I can&#8217;t figure out how to arrange the bits so that I get it in the right format</p>
<p>Thanx!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest2</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1087</link>
		<dc:creator>guest2</dc:creator>
		<pubDate>Sat, 21 Nov 2009 17:20:24 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1087</guid>
		<description>May I ask what pull-up resistor values you used for the SDA and SCL lines? Thank you.</description>
		<content:encoded><![CDATA[<p>May I ask what pull-up resistor values you used for the SDA and SCL lines? Thank you.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nate</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1073</link>
		<dc:creator>Nate</dc:creator>
		<pubDate>Fri, 06 Nov 2009 16:22:50 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1073</guid>
		<description>Ah, yes there was a problem with the html escaping. It&#039;s fixed now.</description>
		<content:encoded><![CDATA[<p>Ah, yes there was a problem with the html escaping. It&#8217;s fixed now.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: guest</title>
		<link>http://www.natenewz.com/2009/10/12/accelerometer-on-robot-finger/comment-page-1/#comment-1071</link>
		<dc:creator>guest</dc:creator>
		<pubDate>Fri, 06 Nov 2009 06:02:54 +0000</pubDate>
		<guid isPermaLink="false">http://www.natenewz.com/blog/?p=53#comment-1071</guid>
		<description>byte lsb, msb;
 for (i=0; i&lt;&lt; 8) &#124; lsb;
 }

in the read routine. Is there something missing here? I presume you are creating and int out of the lsb and msb for the x value...but the syntax/construct looks strange</description>
		<content:encoded><![CDATA[<p>byte lsb, msb;<br />
 for (i=0; i&lt;&lt; 8) | lsb;<br />
 }</p>
<p>in the read routine. Is there something missing here? I presume you are creating and int out of the lsb and msb for the x value&#8230;but the syntax/construct looks strange</p>
]]></content:encoded>
	</item>
</channel>
</rss>
