<?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 for Ruben&#039;s blogRuben&#039;s blog -</title>
	<atom:link href="http://rubenlaguna.com/wp/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://rubenlaguna.com/wp</link>
	<description>Just another WordPress weblog</description>
	<lastBuildDate>Thu, 04 Mar 2010 16:48:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Comment on Arduino tilt sensor using MMA7260Q accelerometer by Rubén Laguna</title>
		<link>http://rubenlaguna.com/wp/2008/11/03/arduino-tilt-sensor-using-mma7260q/comment-page-1/#comment-45370</link>
		<dc:creator>Rubén Laguna</dc:creator>
		<pubDate>Thu, 04 Mar 2010 16:48:15 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=291#comment-45370</guid>
		<description>If I recall correctly, I divide by 0.8 to normalize the value (the MMA7260Q output is 800mV/g).</description>
		<content:encoded><![CDATA[<p>If I recall correctly, I divide by 0.8 to normalize the value (the MMA7260Q output is 800mV/g).</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino tilt sensor using MMA7260Q accelerometer by Rohit Banerjee</title>
		<link>http://rubenlaguna.com/wp/2008/11/03/arduino-tilt-sensor-using-mma7260q/comment-page-1/#comment-45369</link>
		<dc:creator>Rohit Banerjee</dc:creator>
		<pubDate>Thu, 04 Mar 2010 15:54:06 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=291#comment-45369</guid>
		<description>Hello,

I was just wondering why when you are converting from a float to an int, you do an effective divide by 0.8. Why don&#039;t you do just *= 3.3/1024 ?

Thanks</description>
		<content:encoded><![CDATA[<p>Hello,</p>
<p>I was just wondering why when you are converting from a float to an int, you do an effective divide by 0.8. Why don&#8217;t you do just *= 3.3/1024 ?</p>
<p>Thanks</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on bash: clear: command not found by gini</title>
		<link>http://rubenlaguna.com/wp/2007/09/26/bash-clear-command-not-found/comment-page-1/#comment-44971</link>
		<dc:creator>gini</dc:creator>
		<pubDate>Mon, 22 Feb 2010 21:46:43 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/09/26/bash-clear-command-not-found/#comment-44971</guid>
		<description>I verified through cygcheck that I have the ncurses installed yet I cannot use any of the cleartool/clearmake of other commands of clearcase.... any suggestions?</description>
		<content:encoded><![CDATA[<p>I verified through cygcheck that I have the ncurses installed yet I cannot use any of the cleartool/clearmake of other commands of clearcase&#8230;. any suggestions?</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino library for MMA7260Q (Tilt Sensor) by ruben.laguna</title>
		<link>http://rubenlaguna.com/wp/2009/03/21/arduino-library-for-mma7260q-tilt-sensor/comment-page-1/#comment-44773</link>
		<dc:creator>ruben.laguna</dc:creator>
		<pubDate>Wed, 17 Feb 2010 17:10:39 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=541#comment-44773</guid>
		<description>I never used Processing myself, but according to the example that I found here  http://arduino.cc/en/Tutorial/VirtualColorMixer it looks that it&#039;s a matter of  reading from Processing what Arduino prints in the serial line. The example shown in this pages prints something like...

rho: 71.137 phi: -1.060 theta: -71.169
minx: 407.0 miny: 434.0 minz: 739.0
maxx: 524.0 maxy: 510.0 maxz: 814.0

in the serial line. In processing you have to parse this output (look at serialEvent method in http://arduino.cc/en/Tutorial/VirtualColorMixer). Look at the arduino&lt; -&gt;Processing examples at http://www.arduino.cc/en/Tutorial/HomePage under Communication.</description>
		<content:encoded><![CDATA[<p>I never used Processing myself, but according to the example that I found here  <a href="http://arduino.cc/en/Tutorial/VirtualColorMixer" rel="nofollow">http://arduino.cc/en/Tutorial/VirtualColorMixer</a> it looks that it&#8217;s a matter of  reading from Processing what Arduino prints in the serial line. The example shown in this pages prints something like&#8230;</p>
<p>rho: 71.137 phi: -1.060 theta: -71.169<br />
minx: 407.0 miny: 434.0 minz: 739.0<br />
maxx: 524.0 maxy: 510.0 maxz: 814.0</p>
<p>in the serial line. In processing you have to parse this output (look at serialEvent method in <a href="http://arduino.cc/en/Tutorial/VirtualColorMixer)" rel="nofollow">http://arduino.cc/en/Tutorial/VirtualColorMixer)</a>. Look at the arduino< ->Processing examples at <a href="http://www.arduino.cc/en/Tutorial/HomePage" rel="nofollow">http://www.arduino.cc/en/Tutorial/HomePage</a> under Communication.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino library for MMA7260Q (Tilt Sensor) by Brian Mogensen</title>
		<link>http://rubenlaguna.com/wp/2009/03/21/arduino-library-for-mma7260q-tilt-sensor/comment-page-1/#comment-44771</link>
		<dc:creator>Brian Mogensen</dc:creator>
		<pubDate>Wed, 17 Feb 2010 16:13:30 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=541#comment-44771</guid>
		<description>Hello there!

Thanks for a nice library for the MMA7260q - I&#039;m just curious about how the get the numbers
from the calibration/tilt code to f.ex processing? Which numbers is it exactly ?

Hope you can help, and sorry for the more or less newbie&#039;ish questions :-)

Sincerely
Brian Mogensen, from denmark</description>
		<content:encoded><![CDATA[<p>Hello there!</p>
<p>Thanks for a nice library for the MMA7260q &#8211; I&#8217;m just curious about how the get the numbers<br />
from the calibration/tilt code to f.ex processing? Which numbers is it exactly ?</p>
<p>Hope you can help, and sorry for the more or less newbie&#8217;ish questions :-)</p>
<p>Sincerely<br />
Brian Mogensen, from denmark</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DS1620 temperature sensor library for Arduino by ruben.laguna</title>
		<link>http://rubenlaguna.com/wp/2009/03/18/ds1620-temperature-sensor-library-for-arduino/comment-page-1/#comment-44604</link>
		<dc:creator>ruben.laguna</dc:creator>
		<pubDate>Fri, 12 Feb 2010 15:00:31 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=503#comment-44604</guid>
		<description>I didn&#039;t test this at below 0 temperatures. It certainly won&#039;t work properly
-0.5C will be read as 511/2.0 = 205.5C
-25C will be read as 462/2.0 = 231.0C
-50C will be read as 402/2.0 = 201.0C

I will take a look and see if I can fix the library to support negative temperatures. But I can&#039;t really test it right now</description>
		<content:encoded><![CDATA[<p>I didn&#8217;t test this at below 0 temperatures. It certainly won&#8217;t work properly<br />
-0.5C will be read as 511/2.0 = 205.5C<br />
-25C will be read as 462/2.0 = 231.0C<br />
-50C will be read as 402/2.0 = 201.0C</p>
<p>I will take a look and see if I can fix the library to support negative temperatures. But I can&#8217;t really test it right now</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Firefox and file:// Windows UNC paths by Ståle L. Hansen</title>
		<link>http://rubenlaguna.com/wp/2007/04/20/firefox-and-file-windows-unc-paths/comment-page-1/#comment-44519</link>
		<dc:creator>Ståle L. Hansen</dc:creator>
		<pubDate>Tue, 09 Feb 2010 10:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/04/20/firefox-and-file-windows-unc-paths/#comment-44519</guid>
		<description>This URI is works (tested on FF 3.5.7 and 3.6):

file://localhost///servername/share/file.txt

(And this hacky solution too:
file:///\\servername\share\file.txt  )

This is a security issue, see e.g.:
http://en.wikipedia.org/wiki/File_URI_scheme</description>
		<content:encoded><![CDATA[<p>This URI is works (tested on FF 3.5.7 and 3.6):</p>
<p>file://localhost///servername/share/file.txt</p>
<p>(And this hacky solution too:<br />
file:///\\servername\share\file.txt  )</p>
<p>This is a security issue, see e.g.:<br />
<a href="http://en.wikipedia.org/wiki/File_URI_scheme" rel="nofollow">http://en.wikipedia.org/wiki/File_URI_scheme</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Subversion error: 503 Service unavailable by Randy</title>
		<link>http://rubenlaguna.com/wp/2007/03/07/subversion-error-503-service-unavailable/comment-page-1/#comment-44333</link>
		<dc:creator>Randy</dc:creator>
		<pubDate>Thu, 04 Feb 2010 02:40:01 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/2007/03/07/subversion-error-503-service-unavailable/#comment-44333</guid>
		<description>You saved my life man! This took forever to find out.</description>
		<content:encoded><![CDATA[<p>You saved my life man! This took forever to find out.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on DS1620 temperature sensor library for Arduino by Phillip</title>
		<link>http://rubenlaguna.com/wp/2009/03/18/ds1620-temperature-sensor-library-for-arduino/comment-page-1/#comment-44234</link>
		<dc:creator>Phillip</dc:creator>
		<pubDate>Mon, 01 Feb 2010 19:17:04 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=503#comment-44234</guid>
		<description>Hello Ruben.  Great code.  What happens when the temp drops below 0 Celcius?  I guess there has to be some inverting  to get the negative temperature  eg:Ctemp = ^raw_data+1.   If you have done this then maybe you can mention the additional code needed for reading below 0 degrees.

Thanks
Phillip</description>
		<content:encoded><![CDATA[<p>Hello Ruben.  Great code.  What happens when the temp drops below 0 Celcius?  I guess there has to be some inverting  to get the negative temperature  eg:Ctemp = ^raw_data+1.   If you have done this then maybe you can mention the additional code needed for reading below 0 degrees.</p>
<p>Thanks<br />
Phillip</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Arduino sleep mode &#8211; Waking up when receiving data on the USART by tekinay004</title>
		<link>http://rubenlaguna.com/wp/2008/10/15/arduino-sleep-mode-waking-up-when-receiving-data-on-the-usart/comment-page-1/#comment-44074</link>
		<dc:creator>tekinay004</dc:creator>
		<pubDate>Fri, 29 Jan 2010 05:37:42 +0000</pubDate>
		<guid isPermaLink="false">http://rubenlaguna.com/wp/?p=286#comment-44074</guid>
		<description>Hey Ruben. I am a newbie here working on Arduino 0017 (Duemilanove) for our project. I want to awake my arduino whenever I get a 5V from a device. Since this is going to be an interrupt, I set the pin number 2 as input and set it to 0V, then wait for a CHANGE to wake the Arduino? 
Does this seem reasonable ?  Can I actually set an input pin as 0V?</description>
		<content:encoded><![CDATA[<p>Hey Ruben. I am a newbie here working on Arduino 0017 (Duemilanove) for our project. I want to awake my arduino whenever I get a 5V from a device. Since this is going to be an interrupt, I set the pin number 2 as input and set it to 0V, then wait for a CHANGE to wake the Arduino?<br />
Does this seem reasonable ?  Can I actually set an input pin as 0V?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
