<?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; 8-bit</title>
	<atom:link href="http://uart.net/category/microcontrollers/8-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>Arduino Nano</title>
		<link>http://uart.net/2008/06/24/arduino-nano/</link>
		<comments>http://uart.net/2008/06/24/arduino-nano/#comments</comments>
		<pubDate>Wed, 25 Jun 2008 04:02:13 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[8-bit]]></category>
		<category><![CDATA[Arduino]]></category>
		<category><![CDATA[arduino nano]]></category>
		<category><![CDATA[soldering]]></category>

		<guid isPermaLink="false">http://uart.net/?p=34</guid>
		<description><![CDATA[I just got back from a trip to the east coast to find my new Arduino Nano waiting for me. So far I haven&#8217;t done much with it besides a simple LED flashing sketch just to check that the board wasn&#8217;t DOA and interfaces with the Arduino software properly. This board is super cool. It&#8217;s so [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://uart.net/wp-content/uploads/2008/06/img_2621.jpg"><img class="alignleft size-thumbnail wp-image-35" title="Arduino Nano Front" src="http://uart.net/wp-content/uploads/2008/06/img_2621-150x150.jpg" alt="" width="150" height="150" /></a>I just got back from a trip to the east coast to find my new <a href="http://www.arduino.cc/en/Main/ArduinoBoardNano">Arduino Nano</a> waiting for me. So far I haven&#8217;t done much with it besides a simple LED flashing sketch just to check that the board wasn&#8217;t DOA and interfaces with the Arduino software properly. This board is super cool. It&#8217;s so small and yet packs a very complete feature set. My only problem with it so far is the solder joints. On my board at least (Nano v2.3) most of the joints look cold/rough. And a bunch on the backside look like they still have flux residue on them. It looks like a whitish crud (could also be oxidation caused by acidic flux) that is found around edges, and underneath some of the SMD components (capacitors and resistors). I wonder if anyone else has seen this on their board?</p>
<p><span style="color: #0000ee; text-decoration: underline;"><a href="http://uart.net/wp-content/uploads/2008/06/img_2627.jpg"><img class="alignright size-thumbnail wp-image-36" title="Arduino Nano Back" src="http://uart.net/wp-content/uploads/2008/06/img_2627-150x150.jpg" alt="" width="150" height="150" /></a></span></p>
<p>I may try and clean it up with some isopropyl alcohol later. Included here are a few photos, but they don&#8217;t really show the crud or the cold joints very well. Anyways, the board works fine, but I think Gravitech (or whoever they use to fab the boards) should do a better job getting the board clean for the next batch.</p>
<p> </p>
<p>On a side note, I recently made a true random number generator, and just finished characterizing its output (its nice and random, if a bit slow). I&#8217;ll post the details when I can.</p>
]]></content:encoded>
			<wfw:commentRss>http://uart.net/2008/06/24/arduino-nano/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Quick Bling</title>
		<link>http://uart.net/2008/06/12/quick-bling/</link>
		<comments>http://uart.net/2008/06/12/quick-bling/#comments</comments>
		<pubDate>Fri, 13 Jun 2008 03:37:23 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[8-bit]]></category>
		<category><![CDATA[Bling]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[PCB Manufacturing]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[Quick Projects]]></category>
		<category><![CDATA[3V]]></category>
		<category><![CDATA[Coin Cell]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[PIC12F675]]></category>
		<category><![CDATA[PWM]]></category>

		<guid isPermaLink="false">http://uart.net/?p=31</guid>
		<description><![CDATA[So two Saturdays ago I tried to make a some simple LED &#8220;bling&#8221; as fast as I could (from scratch). All told it took about 4hrs from start to finish (including firmware and soldering). The result is 3 LEDs (red, green and yellow) controlled by a PIC12F675 and running from a 3V lithium coin cell (CR1620). [...]]]></description>
			<content:encoded><![CDATA[<p>So two Saturdays ago I tried to make a some simple LED &#8220;bling&#8221; as fast as I could (from scratch). All told it took about 4hrs from start to finish (including firmware and soldering). The result is 3 LEDs (red, green and yellow) controlled by a PIC12F675 and running from a 3V lithium coin cell (CR1620). The LEDs brightness follows a sine wave with a period of ~ 1 second, and with each LED offset from the other by 1/3 of a period. As a result the LEDs seem to chase each other, only with a much nicer effect then your normal on/off chase. Here as one fades out, another is fading in, and the third is at nearly full brightness.</p>
<p>The whole board runs for about 24hrs w/o issue. If I disabled the brown-out detector, I think it would run for more like 48hrs, though the last 12 might not be that great. With the brown-out detector enabled, the LEDs start to flicker. This is because the voltage drops under load, so the detector trips, reseting the PIC. This causes the load to become less, so the voltage rises, the brown-out detector release the PIC from reset and then the whole processes repeats.</p>
<p>The back of the board is covered in static-free bubble wrap. I have been starting to cover my boards in the bubble wrap every since I put a board down on a pair of metal pliers and shorted a bunch of traces, frying the board. I just use the static-free bubble wrap that parts I order come with. Its also a nice way to reuse the material (instead of recycling it).</p>
<p> </p>
<p>You can <a title="Light and Temperature Logger Source" href="/downloads/Bling.zip" target="_self">download</a> the source code for the firmware (also contains a compiled binary). It&#8217;s written for HI-TIDE and PICC-lite, both by HI-TECH.</p>
<p> </p>
<p><a href="http://uart.net/wp-content/uploads/2008/06/img_2579.jpg"><img class="alignnone size-medium wp-image-32" title="Front of Bling" src="http://uart.net/wp-content/uploads/2008/06/img_2579-300x224.jpg" alt="" width="300" height="224" /></a></p>
<p>Front of Bling Board</p>
<p><span style="color: #551a8b; text-decoration: underline;"><a href="http://uart.net/wp-content/uploads/2008/06/img_2579.jpg"></a><a href="http://uart.net/wp-content/uploads/2008/06/img_2580.jpg"><img class="alignnone size-medium wp-image-33" title="Back of Bling" src="http://uart.net/wp-content/uploads/2008/06/img_2580-300x224.jpg" alt="" width="300" height="224" /></a></span></p>
<p>Back of Bling Board</p>
]]></content:encoded>
			<wfw:commentRss>http://uart.net/2008/06/12/quick-bling/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Paper and Glue Microcontrollers</title>
		<link>http://uart.net/2008/04/06/paper-and-glue-microcontrollers/</link>
		<comments>http://uart.net/2008/04/06/paper-and-glue-microcontrollers/#comments</comments>
		<pubDate>Sun, 06 Apr 2008 21:57:14 +0000</pubDate>
		<dc:creator>ned</dc:creator>
				<category><![CDATA[8-bit]]></category>
		<category><![CDATA[Conductive Glue]]></category>
		<category><![CDATA[Microcontrollers]]></category>
		<category><![CDATA[PCB Manufacturing]]></category>
		<category><![CDATA[PIC]]></category>
		<category><![CDATA[glue]]></category>
		<category><![CDATA[LED]]></category>
		<category><![CDATA[microcontroller]]></category>
		<category><![CDATA[paper]]></category>
		<category><![CDATA[PCB]]></category>
		<category><![CDATA[PIC12F675]]></category>
		<category><![CDATA[PWM]]></category>
		<category><![CDATA[SMD]]></category>

		<guid isPermaLink="false">http://uart.net/?p=12</guid>
		<description><![CDATA[Last night I made a simple LED PWM circuit using the conductive glue from the other day. It uses the super cheap and robust PIC12F675 to do two channels of software pulse width modulation (PWM). The PIC runs at 4MHz and uses Timer0 for the PWM and Timer1 to move in new &#8220;frames&#8221;. The &#8220;video&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>Last night I made a simple LED PWM circuit using the <a href="http://uart.net/2008/04/04/paper-and-glue/">conductive glue from the other day</a>. It uses the super cheap and robust <a title="PIC12F675" href="http://www.microchip.com/stellent/idcplg?IdcService=SS_GET_PAGE&amp;nodeId=1335&amp;dDocName=en010114">PIC12F675</a> to do two channels of software pulse width modulation (PWM). The PIC runs at 4MHz and uses Timer0 for the PWM and Timer1 to move in new &#8220;frames&#8221;. The &#8220;video&#8221; is stored in EEPROM. You can download the source code as well as HI-TIDE PICC project files and compiled binaries: <a class="downloadlink" href="http://uart.net/downloads/PaperCircuitTwo.zip" title="Version1.0 downloaded 1930 times" >Paper Circuit 2 Source (1930)</a>. Below you will find some pictures of the circuit through out the construction process, as well as some video of its final operation at 3.0V with no wires and at 4.5V with wires added.</p>

<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2313/' title='PWM Software Test'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2313-150x150.jpg" class="attachment-thumbnail" alt="Testing the PWM software on the PIC12F675 before gluing it to the circuit." title="PWM Software Test" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2320/' title='Partial Cicuit 1'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2320-150x150.jpg" class="attachment-thumbnail" alt="Initial placement of the PIC and sketch of circuit layout." title="Partial Cicuit 1" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2321/' title='Partial Cicuit 2'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2321-150x150.jpg" class="attachment-thumbnail" alt="PIC has been glued down and the inital traces to its pins have been added." title="Partial Cicuit 2" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2322/' title='Partial Cicuit 3'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2322-150x150.jpg" class="attachment-thumbnail" alt="LEDs have been added, and the resistors (82ohm) are in position." title="Partial Cicuit 3" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2324/' title='Finished Cricuit'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2324-150x150.jpg" class="attachment-thumbnail" alt="The finished circuit (still drying) before the addition of any wires." title="Finished Cricuit" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2333/' title='Finished Circuit with Wires'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2333-150x150.jpg" class="attachment-thumbnail" alt="The finished circuit after wires had been added to improve the trace quality." title="Finished Circuit with Wires" /></a>
<a href='http://uart.net/2008/04/06/paper-and-glue-microcontrollers/img_2337/' title='Powered Circuit'><img width="150" height="150" src="http://uart.net/wp-content/uploads/2008/04/img_2337-150x150.jpg" class="attachment-thumbnail" alt="The circuit is being power by 4.5V." title="Powered Circuit" /></a>

<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="530" height="370" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/p/DFFC74D8D58FB196" /><embed type="application/x-shockwave-flash" width="530" height="370" src="http://www.youtube.com/p/DFFC74D8D58FB196"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://uart.net/2008/04/06/paper-and-glue-microcontrollers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
