<?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>Software design and embedded system tools. &#187; arduino tone</title>
	<atom:link href="http://embedsoftdev.com/tag/arduino-tone/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Mon, 09 Apr 2012 23:27:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>More on Arduino part I.</title>
		<link>http://embedsoftdev.com/embedded/more-on-arduino-part-i/</link>
		<comments>http://embedsoftdev.com/embedded/more-on-arduino-part-i/#comments</comments>
		<pubDate>Sun, 13 Dec 2009 06:24:48 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arbotix]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[arduino tone]]></category>
		<category><![CDATA[arduino.cc]]></category>
		<category><![CDATA[bioloid]]></category>
		<category><![CDATA[dataflash]]></category>

		<guid isPermaLink="false">http://embedsoftdev.com/?p=300</guid>
		<description><![CDATA[More on Arduino part one. - Arduino-tone It is the library for produce square-ware tones.It can use with ATmega8,ATmega168/328 and ATmega1280 microcontroller series.With this library,you don&#8217;t need to use DAC (Digital to Analog onverter) for building the tones.This library use timer and PWM of microcontroller, so it will affect the usage of other PWM outputs. [...]
Related posts:<ol>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='More on Arduino part II'>More on Arduino part II</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Arduino resource on the web.'>Arduino resource on the web.</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-fat/' rel='bookmark' title='Arduino FAT'>Arduino FAT</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<p><strong>More on Arduino part one.</strong></p>
<p>- <a rel="nofollow" target="_blank" href="http://code.google.com/p/arduino-tone/">Arduino-tone</a><br />
  It is the library for produce square-ware tones.It can use with ATmega8,ATmega168/328 and ATmega1280<br />
microcontroller series.With this library,you don&#8217;t need to use DAC (Digital to Analog onverter) for building the<br />
tones.This library use timer and PWM of microcontroller, so it will affect the usage of other PWM outputs. </p>
<p>- <a rel="nofollow" target="_blank" href="http://www.arduino.cc/playground/Code/Dataflash">Dataflash</a><br />
  It is the library for make your Arduino be able to interface to the external memory chip.It&#8217;s suitable for<br />
use in storing the voice file or use in datalogging application.The original code of this library is come<br />
from Atmel butterfly.</p>
<p>- <a rel="nofollow" target="_blank" href="http://www.instructables.com/contest/arduino/">Arduino contest</a><br />
  Finished contest from Instructables website.This  contest has a lot of interesting Arduino projects and<br />
also contain the instruction to describe about how to make each project too ( but I don&#8217;t know that it give the<br />
source code relate to each Arduino project or not).</p>
<p>- <a rel="nofollow" target="_blank" href="http://vanadium.wikidot.com/arbotix">ArbotiX Robocontroller</a><br />
  It is control board for robots.It use AVR (ATMEGA644p) as main microcontroller and also contain the Xbee module in order to communicate with the robot by wireless radio signal.The designer of ArbotiX board also designed the library that used for interfacing with the motor of <a rel="nofollow" target="_blank" href="http://www.trossenrobotics.com/bioloid-robot-system.aspx">Bioloid System</a> (this will help in controlling the motor easier).This board can be used with various Bioloid motor series (Bioloid motor is &#8220;digital servo&#8221; motor, it can be commanded via RS485 or even can communicate via Xbee too). </p>
<p>- <strong>Multi-touch Technology</strong></p>
<p>   This technology is very interesting.The person who inspire this technology is Jefferson Y. Han.He is researcher at NYU (New York University).To know more about him, please visit these links.</p>
<p><a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Jeff_Han">1. http://en.wikipedia.org/wiki/Jeff_Han</a><br />
<a rel="nofollow" target="_blank" href="http://cs.nyu.edu/~jhan/">2. http://cs.nyu.edu/~jhan/</a></p>
<p>This is Multi-touch presentation video.</p>
<p><center><br />
<object width="425" height="344"><param name="movie" value="http://www.youtube.com/v/UcKqyn-gUbY&#038;hl=en_US&#038;fs=1&#038;"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/UcKqyn-gUbY&#038;hl=en_US&#038;fs=1&#038;" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed></object><br />
</center></p>
<p>The theory that used in Multi-touch is <a rel="nofollow" target="_blank" href="http://en.wikipedia.org/wiki/Total_internal_reflection#Frustrated_total_internal_reflection">Total internal reflection.</a></p>
<p><strong>Multi-touch Do-It-Yourself projects.</strong><br />
<a rel="nofollow" target="_blank" href="http://www.maximumpc.com/article/features/maximum_pc_builds_a_multitouch_surface_computer">1. http://www.maximumpc.com/article/features/maximum_pc_builds_a_multitouch_surface_computer</a></p>
<p><a rel="nofollow" target="_blank" href="http://www.instructables.com/id/S1D8LVAF3ER7VNE/">2. http://www.instructables.com/id/S1D8LVAF3ER7VNE/</a></p>
<p>Reference site :<br />
1. <a rel="nofollow" target="_blank" href="http://www.ayarafun.com">Ayarafun</a><br />
2. <a rel="nofollow" target="_blank" href="http://www.electoday.com">Electoday webboard</a></p>
<p>Related posts:<ol>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='More on Arduino part II'>More on Arduino part II</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Arduino resource on the web.'>Arduino resource on the web.</a></li>
<li><a href='http://embedsoftdev.com/embedded/arduino-fat/' rel='bookmark' title='Arduino FAT'>Arduino FAT</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/more-on-arduino-part-i/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

