<?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; fat for arduino</title>
	<atom:link href="http://embedsoftdev.com/tag/fat-for-arduino/feed/" rel="self" type="application/rss+xml" />
	<link>http://embedsoftdev.com</link>
	<description>Good information for software design</description>
	<lastBuildDate>Fri, 27 Aug 2010 22:53:53 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>Arduino FAT</title>
		<link>http://embedsoftdev.com/embedded/arduino-fat/</link>
		<comments>http://embedsoftdev.com/embedded/arduino-fat/#comments</comments>
		<pubDate>Wed, 21 Oct 2009 13:20:32 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Embedded]]></category>
		<category><![CDATA[arduino fat]]></category>
		<category><![CDATA[fat]]></category>
		<category><![CDATA[fat for arduino]]></category>
		<guid isPermaLink="false">http://embedsoftdev.com/?p=225</guid>
		<description><![CDATA[Nowadays Fat storage device has an important role for Embedded System.Many electronics manufacturers also integrate the unit for read Fat file system with their products such as digital camera , mobile phone , MP3/MP4 player , GPS receiver , etc&#8230; There are many storage device on the market that use Fat file system such as [...]
Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Permanent Link: Arduino resource on the web.'>Arduino resource on the web.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-i/' rel='bookmark' title='Permanent Link: More on Arduino part I.'>More on Arduino part I.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='Permanent Link: More on Arduino part II'>More on Arduino part II</a></li>
</ol>]]></description>
			<content:encoded><![CDATA[<div class="tweetmeme_button" style="float: right; margin-left: 10px;">
			<a rel="nofollow" target="_blank" href="http://api.tweetmeme.com/share?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Farduino-fat%2F"><br />
				<img src="http://api.tweetmeme.com/imagebutton.gif?url=http%3A%2F%2Fembedsoftdev.com%2Fembedded%2Farduino-fat%2F&amp;style=normal" height="61" width="50" title="Arduino FAT" alt="embedded Arduino FAT" /><br />
			</a>
		</div>
<p>    Nowadays Fat storage device has an important role for Embedded System.Many<br />
electronics manufacturers also integrate the unit for read Fat file system with their<br />
products such as digital camera , mobile phone , MP3/MP4 player , GPS receiver , etc&#8230;</p>
<p>     There are many storage device on the market that use Fat file system such as harddisk,<br />
SD card,MMC card,SDHC,Micro SD card,Mini SD card, etc. This article mention about<br />
only SD card.</p>
<p>    <strong>SD Card (Secure Digital Card)</strong><br />
    It is storage equipment that use nand flash memory to store the data (non volatile<br />
memory).SD Card was developed from MMC card.Its body is slightly thicker than MMC card.<br />
It can have a capacity up to 4 GB while MMC card has a maximum capacity of 512 MB.The<br />
speed of reading and writing of SD Card is faster than MMC card.Furthermore SD card can<br />
be locked to disable any data-writing to the card by implement security system to the<br />
card.SD Card also has high capacity version called &#8220;SDHC&#8221;.SDHC can have the capacity from<br />
4 GB &#8211; 32GB.Mini SD or Micro SD card also has the same principle as SD card but its size<br />
is smaller than normal SD card.</p>
<p><img src="http://embedsoftdev.com/wp-content/uploads/2009/10/comparision-of-sd-mini-sd-microsd-ca1-198x300.png" alt="embedded Arduino FAT" title="comparision-of-sd-mini-sd-microsd-ca" width="198" height="300" class="aligncenter size-medium wp-image-235" /></p>
<p>    OK, now back to the story corresponding to this article topic &#8220;Arduino FAT&#8221;. For<br />
anyone who want to develop FAT project and don&#8217;t want to spend too much money I<br />
suggest you develop your project with Arduino because its development enviroment is very<br />
cheap (the board and programmer is cheap and easy to find, the compiler is free).Below is<br />
the resource on the internet that concern with FAT project for Arduino.I think they are<br />
practicable up until now.  </p>
<p>1.<a rel="nofollow" target="_blank" href="http://www.watterott.net/projects/arduino-s65">S65-Shield</a><br />
    It is SDFAT library for arduino to make vfat sd-card (library of SDFat is come from<br />
elm-chan project).</p>
<p>2.<a rel="nofollow" target="_blank" href="http://arduinonut.blogspot.com/2008/04/ufat.html">Arduinonut</a><br />
    Another Far file system for Arduino that use u-fat file system.</p>
<p>3.Forums from <a rel="nofollow" target="_blank" href="http://www.arduino.cc">arduino.cc</a> that I found interesting.<br />
     3.1  <a rel="nofollow" target="_blank" href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1175433007">SD card interface </a><br />
     3.2  <a rel="nofollow" target="_blank" href="http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1206874649/8">SD card read/write with Arduino</a> </p>
<p>4.MicroSD module for Arduino<br />
     4.1 <a rel="nofollow" target="_blank" href="http://www.sensor-networks.org/index.php?page=0827727742">wireless sensor networks</a><br />
     4.2 <a rel="nofollow" target="_blank" href="http://blushingboy.net/p/SDuFAT/">blushingboy</a></p>
<p>5.<a rel="nofollow" target="_blank" href="http://www.roland-riegel.de/sd-reader/index.html">MMC/SD/SDHC card library</a></p>
<p>6.<a rel="nofollow" target="_blank" href="http://www.ladyada.net/make/waveshield/library.html">fat + sdcard</a></p>
<p>7.<a rel="nofollow" target="_blank" href="http://elm-chan.org/fsw/ff/en/appnote.html">FatFs Module Application Note</a></p>
<p>    I also have another article about FAT library for STM32, you can view it <a href="http://embedsoftdev.com/embedded/fat-library-for-stm32/">here</a>.</p>
<p>Thank you,<br />
      Jitkasem Pintaya.</p>
<p>Reference site:<br />
      1. <a rel="nofollow" target="_blank" href="http://www.ayarafun.com/2009/04/howto-interface-arduino-with-vfat32/#more-252">http://www.ayarafun.com/2009/04/howto-interface-arduino-with-vfat32/#more-252</a><br />
      2. <a rel="nofollow" target="_blank" href="http://www.electoday.com/cgi-bin/yabb2/YaBB.pl?num=1232963016">http://www.electoday.com/cgi-bin/yabb2/YaBB.pl?num=1232963016</a><br />
      3. Picture from <a rel="nofollow" target="_blank" href="http://www.interfacebus.com/Secure_Digital_Card_Pinout.html">http://www.interfacebus.com/Secure_Digital_Card_Pinout.html</a></p>
<h4>Incoming search terms for the article:</h4><ul><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino sd card">arduino sd card</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino fatfs">arduino fatfs</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino fat">arduino fat</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino mmc">arduino mmc</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino SD-CARD">arduino SD-CARD</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino write sd">arduino write sd</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="fatfs arduino">fatfs arduino</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino sd card fat">arduino sd card fat</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="SDHC arduino">SDHC arduino</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino fat16 works with mmc">arduino fat16 works with mmc</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino micro sd">arduino micro sd</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="embedded system sd card">embedded system sd card</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino fat library">arduino fat library</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="sd hc arduino">sd hc arduino</a></li><li><a href="http://embedsoftdev.com/embedded/arduino-fat/" title="arduino embedded">arduino embedded</a></li></ul><!-- SEO SearchTerms Tagging 2 plugin took 5.729 ms -->
<p>Related posts:<ol><li><a href='http://embedsoftdev.com/embedded/arduino-resource-on-the-web/' rel='bookmark' title='Permanent Link: Arduino resource on the web.'>Arduino resource on the web.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-i/' rel='bookmark' title='Permanent Link: More on Arduino part I.'>More on Arduino part I.</a></li>
<li><a href='http://embedsoftdev.com/embedded/more-on-arduino-part-ii/' rel='bookmark' title='Permanent Link: More on Arduino part II'>More on Arduino part II</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://embedsoftdev.com/embedded/arduino-fat/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
