<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Robots w/Lasers &#187; DSerial</title>
	<atom:link href="http://blog.davr.org/category/hardware/dserial/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.davr.org</link>
	<description>Nintendo DS &#038; GBA development, microcontrollers, and occasionally FPGAs</description>
	<lastBuildDate>Wed, 08 Feb 2012 17:51:32 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Heart Monitor for NDS</title>
		<link>http://blog.davr.org/2007/07/17/heart-monitor-for-nds/</link>
		<comments>http://blog.davr.org/2007/07/17/heart-monitor-for-nds/#comments</comments>
		<pubDate>Tue, 17 Jul 2007 20:29:38 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[DSerial]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/07/17/heart-monitor-for-nds/</guid>
		<description><![CDATA[I have a prototype of the hardware side of my Nintendo DS-based heart rate monitor. I&#8217;m using the awesome DSerial to interface an IR LED &#038; IR phototransistor to the DS. It works ok, but the signal is not strong enough. Slight movements can make the data unusable. I think I need to work on [...]]]></description>
			<content:encoded><![CDATA[<p>I have a prototype of the hardware side of my Nintendo DS-based heart rate monitor. I&#8217;m using the awesome <a href="http://www.electrobee.com/product_info.php?ref=4&#038;products_id=45">DSerial</a> to interface an IR LED &#038; IR phototransistor to the DS.</p>
<p>It works ok, but the signal is not strong enough. Slight movements can make the data unusable. I think I need to work on either amplifying the signal, or increasing the sensitivity of the DSerial. Also I need to rig up some velcro to stick the sensor to your finger, so you don&#8217;t have to hold it in place.</p>
<p>Here you can see my &#8220;sensor&#8221;:<br />
<a href="http://davr.org/dserial/sensor.jpg"><img src="http://davr.org/dserial/thumb/sensor.jpg"></a></p>
<p>Here is the connection to the DS:<br />
<a href="http://davr.org/dserial/dserial1.jpg"><img src="http://davr.org/dserial/thumb/dserial1.jpg"></a></p>
<p>And finally, here is a screenshot of the DS&#8217;s lower screen, which is just graphing the data coming from the DSerial&#8217;s ADC:<br />
<img src="http://davr.org/dserial/heart.jpg"></p>
<p>Check out this movie of it in action: <a href="http://davr.org/dserial/dserial_heart_monitor.avi">dserial_heart_monitor.avi</a> (1.5MB)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/07/17/heart-monitor-for-nds/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
<enclosure url="http://davr.org/dserial/dserial_heart_monitor.avi" length="1557880" type="video/x-msvideo" />
		</item>
		<item>
		<title>Hardware I/O for Nintendo DS</title>
		<link>http://blog.davr.org/2007/06/29/hardware-io-for-nintendo-ds/</link>
		<comments>http://blog.davr.org/2007/06/29/hardware-io-for-nintendo-ds/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 20:37:53 +0000</pubDate>
		<dc:creator>davr</dc:creator>
				<category><![CDATA[DSerial]]></category>
		<category><![CDATA[Hardware]]></category>
		<category><![CDATA[Nintendo DS]]></category>

		<guid isPermaLink="false">http://blog.davr.org/2007/06/29/hardware-io-for-nintendo-ds/</guid>
		<description><![CDATA[A neat-looking device for DS homebrew development is natrium42&#8216;s DSerial. The features include 8051 microcontroller running at 24MHz Reprogrammable from DS, premade firmwares available Free development tools available 18 GPIO lines, 2 status LEDs UART with RS-232 level converter (can be disabled) Full-speed USB 2.0 device (does not support USB host) PWM and ADC available [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.electrobee.com/product_info.php?ref=4&#038;products_id=45"><img align="right" src="http://davr.org/pics/dserial.jpg" width="300" height="236" border="0"/></a><br />
A neat-looking device for DS homebrew development is <a href="http://www.natrium42.com/">natrium42</a>&#8216;s <a href="http://www.electrobee.com/product_info.php?affiliate_banner_id=1&#038;ref=4&#038;products_id=20">DSerial</a>. The features include</p>
<ul>
<li>8051 microcontroller running at 24MHz</li>
<li>Reprogrammable from DS, premade firmwares available</li>
<li>Free development tools available</li>
<li>18 GPIO lines, 2 status LEDs</li>
<li>UART with RS-232 level converter (can be disabled)</li>
<li>Full-speed USB 2.0 device (does not support USB host)</li>
<li>PWM and ADC available</li>
<li>2D tilt sensor</li>
</ul>
<p>I&#8217;m hoping to make some cool stuff with it&#8230;my first plan is to build a portable heart monitor, that can also tell you how stressed-out you are, based on your &#8216;coherence&#8217; (essentially you take the FFT of your heart rate over time, and you want most of the energy to fall near to 0.1Hz)</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.davr.org/2007/06/29/hardware-io-for-nintendo-ds/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

