<?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>uart.net &#187; 16-bit</title>
	<atom:link href="http://uart.net/tag/16-bit/feed/" rel="self" type="application/rss+xml" />
	<link>http://uart.net</link>
	<description>universal asynchronous receiver/transmitter</description>
	<lastBuildDate>Sat, 06 Nov 2010 05:11:45 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.3</generator>
		<item>
		<title>Light and Temperature Logger</title>
		<link>http://uart.net/2008/06/12/light-and-temperature-logger/</link>
		<comments>http://uart.net/2008/06/12/light-and-temperature-logger/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 02:28:47 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[16-bit]]></category>
		<category><![CDATA[Data Logging]]></category>
		<category><![CDATA[EEPROM]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[3.3V]]></category>
		<category><![CDATA[light]]></category>
		<category><![CDATA[PIC24]]></category>
		<category><![CDATA[PIC24FJ64GA002]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[temperature]]></category>

		<guid isPermaLink="false">http://uart.net/?p=29</guid>
		<description><![CDATA[I made a simple light and temperature logger a few weekends ago. It&#8217;s simple (I have built em lots of times) but this is the first one I actually soldered up. It uses a PIC24FJ64GA002 (Microchip) as its controller, a TSL-14S (TAOS) for the light sensor, and a MCP9701A (Microchip) as the temperature sensor. The [...]]]></description>
			<content:encoded><![CDATA[<p>I made a simple light and temperature logger a few weekends ago. It&#8217;s simple (I have built em lots of times) but this is the first one I actually soldered up. It uses a PIC24FJ64GA002 (Microchip) as its controller, a TSL-14S (TAOS) for the light sensor, and a MCP9701A (Microchip) as the temperature sensor. The data is stored in a 24AA1025 (Microchip) 1024Mbit I2C EEPROM. The firmware supports up to 3 more (4 total) 24AA1025s for expanded capacity. Just connect the EEPROMs to the I2C bus and tell the firmware about the expanded capacity and away you go.</p>
<p>All communications with the Logger are done using UART at 38400bps. The firmware provides a VT100-compatible terminal for easy data download and reconfiguration. There is an LED on the board that shows the current ambient light level (the brighter the room, the dimmer the LED), and another to show the memory status. The board will run for about 48hrs on 4 AAA, and records data once every 30 seconds (though that is easily changed in the code). The board also keeps track of up to 16 runs of data. Each time the board is reset, it starts a new run.</p>
<p>You can find a few photos below. And you can <a title="Light and Temperature Logger Source" href="/downloads/Data_Logger_EEPROM.zip" target="_self">download</a> the code (for Microchip C30 compiler), MPLAB project files and a complied binary.</p>

<a href='http://uart.net/2008/06/12/light-and-temperature-logger/img_2433/' title='Light and Temp Logger'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/06/img_2433-150x150.jpg" class="attachment-thumbnail" alt="Light and Temp Logger" title="Light and Temp Logger" /></a>
<a href='http://uart.net/2008/06/12/light-and-temperature-logger/img_2425/' title='Breadboarded Light and Temp Logger'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/06/img_2425-150x150.jpg" class="attachment-thumbnail" alt="Breadboarded Light and Temp Logger" title="Breadboarded Light and Temp Logger" /></a>
<a href='http://uart.net/2008/06/12/light-and-temperature-logger/img_2431/' title='Light and Temp Logger + Battery Pack'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/06/img_2431-150x150.jpg" class="attachment-thumbnail" alt="Light and Temp Logger + Battery Pack" title="Light and Temp Logger + Battery Pack" /></a>

]]></content:encoded>
			<wfw:commentRss>http://uart.net/2008/06/12/light-and-temperature-logger/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
