<?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"
	>
<channel>
	<title>Comments for Eightlines Creations</title>
	<atom:link href="http://www.eightlines.com/blog/comments/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.eightlines.com/blog</link>
	<description>Experiments in Physical Computing</description>
	<pubDate>Fri, 21 Nov 2008 06:39:37 +0000</pubDate>
	<generator>http://wordpress.org/?v=abc</generator>
		<item>
		<title>Comment on Data Logging to the Arduino EEPROM by blalor</title>
		<link>http://www.eightlines.com/blog/2008/09/data-logging-to-the-arduino-eeprom/#comment-107</link>
		<dc:creator>blalor</dc:creator>
		<pubDate>Mon, 17 Nov 2008 02:49:33 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=45#comment-107</guid>
		<description>Just popped in here after finding your site through a subscription to the "arduino" technorati tag feed in Google Reader.  How random.  (Yes, I'm the afore-mentioned "blalor"). :-)

Glad you're making progress!
Brian</description>
		<content:encoded><![CDATA[<p>Just popped in here after finding your site through a subscription to the &#8220;arduino&#8221; technorati tag feed in Google Reader.  How random.  (Yes, I&#8217;m the afore-mentioned &#8220;blalor&#8221;). <img src='http://www.eightlines.com/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' /> </p>
<p>Glad you&#8217;re making progress!&nbsp;Brian</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Logging to the Arduino EEPROM by Brent</title>
		<link>http://www.eightlines.com/blog/2008/09/data-logging-to-the-arduino-eeprom/#comment-105</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Sun, 16 Nov 2008 22:57:32 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=45#comment-105</guid>
		<description>One of the biggest issues is storing a float in a byte isn't really possible. If you divide by 10 and receive an amount which contains a decimal you lose that precision. 

A real time clock is one of those things I wish the Arduino had. That way you could add a timestamp to the interrupt. But again, storing the datetime to a EEPROM takes space that it doesn't really have.</description>
		<content:encoded><![CDATA[<p>One of the biggest issues is storing a float in a byte isn&#8217;t really possible. If you divide by 10 and receive an amount which contains a decimal you lose that precision. </p>
<p>A real time clock is one of those things I wish the Arduino had. That way you could add a timestamp to the interrupt. But again, storing the datetime to a <span class="caps">EEPROM</span> takes space that it doesn&#8217;t really&nbsp;have.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Logger &#8212; Next Steps by Eightlines Creations &#8250; Mapping GPS Data</title>
		<link>http://www.eightlines.com/blog/2008/09/data-logger-next-steps/#comment-103</link>
		<dc:creator>Eightlines Creations &#8250; Mapping GPS Data</dc:creator>
		<pubDate>Sun, 16 Nov 2008 20:36:55 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=73#comment-103</guid>
		<description>[...] with managing the size of the data in the allotted EEPROM space on board the Arduino. I built up an SDCard writer based on several specs I found in the messageboard and it worked flawlessly. I successfully [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] with managing the size of the data in the allotted <span class="caps">EEPROM</span> space on board the Arduino. I built up an SDCard writer based on several specs I found in the messageboard and it worked flawlessly. I successfully&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Logging to the Arduino EEPROM by Eightlines Creations &#8250; Mapping GPS Data</title>
		<link>http://www.eightlines.com/blog/2008/09/data-logging-to-the-arduino-eeprom/#comment-102</link>
		<dc:creator>Eightlines Creations &#8250; Mapping GPS Data</dc:creator>
		<pubDate>Sun, 16 Nov 2008 20:35:38 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=45#comment-102</guid>
		<description>[...] project off I was having quite a few issues with managing the size of the data in the allotted EEPROM space on board the Arduino. I built up an SDCard writer based on several specs I found in the [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] project off I was having quite a few issues with managing the size of the data in the allotted <span class="caps">EEPROM</span> space on board the Arduino. I built up an SDCard writer based on several specs I found in the&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Logging to the Arduino EEPROM by Troy</title>
		<link>http://www.eightlines.com/blog/2008/09/data-logging-to-the-arduino-eeprom/#comment-101</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 12 Nov 2008 20:28:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=45#comment-101</guid>
		<description>Re the quoted text below: 

1) do you need the resolution of each wheel revolution?  what about dividing revolutions by 10?  That's a much smaller number to track, just multiply by 10 later to rehydrate.

2) for the sample rate instead of every minute can you store your average and when that changes log the new average with a timestamp?  It's more bits per sample but possibly way less samples overall.
--- 

"The EEPROM was the next issue. 512 bytes is a serious limitation. Some math was required to see if I what wanted to do was even possible. If I were to poll every minute over a ride I’d be able to record 8.5 hours of one byte readings. That’s pretty good, seeing a 200km ride would take approximately 6 hours.

One byte is capable of storing 256 possible values. Is that enough, or would I need more values? If my revolutions were 255 with a wheel circumference of 2110mm I’d be traveling an average speed of 32km/h. Clearly not enough. I’d need to peak at 70km/h, with an average at maybe 30-40km/h."</description>
		<content:encoded><![CDATA[<p>Re the quoted text below: </p>
<p>1) do you need the resolution of each wheel revolution?  what about dividing revolutions by 10?  That&#8217;s a much smaller number to track, just multiply by 10 later to rehydrate.</p>
<p>2) for the sample rate instead of every minute can you store your average and when that changes log the new average with a timestamp?  It&#8217;s more bits per sample but possibly way less samples overall.&thinsp;&#8212;&thinsp;- </p>
<p>&#8220;The <span class="caps">EEPROM</span> was the next issue. 512 bytes is a serious limitation. Some math was required to see if I what wanted to do was even possible. If I were to poll every minute over a ride I’d be able to record 8.5 hours of one byte readings. That’s pretty good, seeing a 200km ride would take approximately 6 hours.</p>
<p>One byte is capable of storing 256 possible values. Is that enough, or would I need more values? If my revolutions were 255 with a wheel circumference of 2110mm I’d be traveling an average speed of 32km/h. Clearly not enough. I’d need to peak at 70km/h, with an average at maybe&nbsp;30-40km/h.&#8221;</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on A Maker&#8217;s deep-dark secret by Troy</title>
		<link>http://www.eightlines.com/blog/2008/11/a-makers-deep-dark-secret/#comment-100</link>
		<dc:creator>Troy</dc:creator>
		<pubDate>Wed, 12 Nov 2008 20:17:21 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=99#comment-100</guid>
		<description>That's an interesting epiphany Brent:)  I remember building the traction kites with you and Jay and the argument was about cost mostly with Jay weighing by saying he could get a better quality finished product for a little bit more.  For me the cost was immaterial, I was in it for the fun and experience.

I subscribe to that mantra when making wine.  A lot of people argue that making wine is cheaper than buying it.  Unless they are particularly lucky (and good) they will find it hard to produce a home made bottle of wine that rivals a sub $9 Chilean import.  

I think we should all admit that we're in it for the fun, the experience, the learning, the bragging rights, the socialization but rarely to save money.

Nice post :)</description>
		<content:encoded><![CDATA[<p>That&#8217;s an interesting epiphany Brent:)  I remember building the traction kites with you and Jay and the argument was about cost mostly with Jay weighing by saying he could get a better quality finished product for a little bit more.  For me the cost was immaterial, I was in it for the fun and experience.</p>
<p>I subscribe to that mantra when making wine.  A lot of people argue that making wine is cheaper than buying it.  Unless they are particularly lucky (and good) they will find it hard to produce a home made bottle of wine that rivals a sub $9 Chilean import.  </p>
<p>I think we should all admit that we&#8217;re in it for the fun, the experience, the learning, the bragging rights, the socialization but rarely to save money.</p>
<p>Nice post&nbsp;:)</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Conversation Clouds by Eightlines Creations &#8250; Conversation Clouds with Physics</title>
		<link>http://www.eightlines.com/blog/2008/11/conversation-clouds/#comment-97</link>
		<dc:creator>Eightlines Creations &#8250; Conversation Clouds with Physics</dc:creator>
		<pubDate>Mon, 03 Nov 2008 03:42:20 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=82#comment-97</guid>
		<description>[...] after posting the previous entry I went to sleep, only to find myself thinking about improving the visual aspect of the Conversation [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] after posting the previous entry I went to sleep, only to find myself thinking about improving the visual aspect of the Conversation&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XBee Solenoid Controller by Brent</title>
		<link>http://www.eightlines.com/blog/2008/07/xbee-solenoid-controller/#comment-27</link>
		<dc:creator>Brent</dc:creator>
		<pubDate>Tue, 16 Sep 2008 01:22:00 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=17#comment-27</guid>
		<description>Hi Lawrence,

The minimum you can get away with on an XBee project is 2 XBee's ($30 each -- non-pro version), and 1 USB-TTL converter ($10). I also have an XBee-breakout board adapter ($6) that allows me to quickly swap out the XBee's when I need to program them. Add in a 3.3V regulator and power supply for the remote XBee.

- http://arduino.cc/en/Main/MiniUSB
- http://www.sparkfun.com/commerce/product_info.php?products_id=8276

This wasn't available when I got going, but it looks promising:
- http://www.sparkfun.com/commerce/product_info.php?products_id=8687

An Arduino could substitute for the USB-TTL converted but you have to remove the ATMega168 IC to enable direct access to the TX/RX pins. You can also use the Wire.h library through Processing to bypass the IC removal, but I ended never trying it.

The XBee has 8 digital I/O pins on board, and a couple PWMs (I don't recall off the top of my head exactly how many), the API mode allows you to configure them according to your needs.</description>
		<content:encoded><![CDATA[<p>Hi Lawrence,</p>
<p>The minimum you can get away with on an XBee project is 2 XBee&#8217;s ($30 each&thinsp;&#8212;&thinsp;non-pro version), and 1 <span class="caps">USB</span>-<span class="caps">TTL</span> converter ($10). I also have an XBee-breakout board adapter ($6) that allows me to quickly swap out the XBee&#8217;s when I need to program them. Add in a 3.3V regulator and power supply for the remote XBee.</p>
<p>- <a href="http://arduino.cc/en/Main/MiniUSB" rel="nofollow">http://arduino.cc/en/Main/MiniUSB</a><br />
- <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8276" rel="nofollow">http://www.sparkfun.com/commerce/product_info.php?products_id=8276</a></p>
<p>This wasn&#8217;t available when I got going, but it looks promising:<br />
- <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8687" rel="nofollow">http://www.sparkfun.com/commerce/product_info.php?products_id=8687</a></p>
<p>An Arduino could substitute for the <span class="caps">USB</span>-<span class="caps">TTL</span> converted but you have to remove the ATMega168 <span class="caps">IC</span> to enable direct access to the <span class="caps">TX</span>/<span class="caps">RX</span> pins. You can also use the Wire.h library through Processing to bypass the <span class="caps">IC</span> removal, but I ended never trying it.</p>
<p>The XBee has 8 digital I/O pins on board, and a couple PWMs (I don&#8217;t recall off the top of my head exactly how many), the <span class="caps">API</span> mode allows you to configure them according to your&nbsp;needs.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on XBee Solenoid Controller by Lawrence</title>
		<link>http://www.eightlines.com/blog/2008/07/xbee-solenoid-controller/#comment-26</link>
		<dc:creator>Lawrence</dc:creator>
		<pubDate>Mon, 15 Sep 2008 23:52:41 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=17#comment-26</guid>
		<description>Hey Brent,  I have seen what you did here with the XBee Modules and am impressed with your work.  I myself am trying to use XBee to establish a two-way communcation system between an RF-scanner controlled by a microcontroller and the computer.  I still have no idea which components I need to get the wireless portion working.  Which parts do you recommend?  We have a budget (it's a course project so we're looking at under 100 bucks)

Thanks!

Lawrence</description>
		<content:encoded><![CDATA[<p>Hey Brent,  I have seen what you did here with the XBee Modules and am impressed with your work.  I myself am trying to use XBee to establish a two-way communcation system between an <span class="caps">RF</span>-scanner controlled by a microcontroller and the computer.  I still have no idea which components I need to get the wireless portion working.  Which parts do you recommend?  We have a budget (it&#8217;s a course project so we&#8217;re looking at under 100 bucks)</p>
<p>Thanks!&nbsp;Lawrence</p>
]]></content:encoded>
	</item>
	<item>
		<title>Comment on Data Logger by Eightlines Creations &#8250; Data Logging to the Arduino EEPROM</title>
		<link>http://www.eightlines.com/blog/2008/08/data-logger/#comment-20</link>
		<dc:creator>Eightlines Creations &#8250; Data Logging to the Arduino EEPROM</dc:creator>
		<pubDate>Sun, 07 Sep 2008 18:14:36 +0000</pubDate>
		<guid isPermaLink="false">http://www.eightlines.com/blog/?p=30#comment-20</guid>
		<description>[...] in the right position you wouldn&#8217;t pick up the digital I/O change. The solution, offered by Blalor, was to use the Arduino Interrupt commands. The Interrupt fires whenever a digital I/O signal is [...]</description>
		<content:encoded><![CDATA[<p>[&#8230;] in the right position you wouldn&#8217;t pick up the digital I/O change. The solution, offered by Blalor, was to use the Arduino Interrupt commands. The Interrupt fires whenever a digital I/O signal is&nbsp;[&#8230;]</p>
]]></content:encoded>
	</item>
</channel>
</rss>
