<?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>Ben's Blog</title>
	<atom:link href="http://www.movl.net/blog/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.movl.net/blog</link>
	<description>Family, news, politics, economics, ham radio, and other random thoughts</description>
	<lastBuildDate>Mon, 17 Oct 2011 11:35:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Starting a new job</title>
		<link>http://www.movl.net/blog/2011/10/starting-a-new-job/</link>
		<comments>http://www.movl.net/blog/2011/10/starting-a-new-job/#comments</comments>
		<pubDate>Mon, 17 Oct 2011 11:35:05 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[University of Mississippi]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=947</guid>
		<description><![CDATA[For the past six years I&#8217;ve been working for a small defense contractor here in Oxford, writing software for airborne radar. I enjoyed it, and I learned a lot along the way. Unfortunately, we were primarily funded by Congressional earmarks, which have fallen out of favor as of late. To make a long story short, [...]]]></description>
				<content:encoded><![CDATA[<p>For the past six years I&#8217;ve been working for a small defense contractor here in Oxford, writing software for airborne radar. I enjoyed it, and I learned a lot along the way. Unfortunately, we were primarily funded by Congressional earmarks, which have fallen out of favor as of late. To make a long story short, I was laid off four weeks ago. I harbor no ill will, because I feel like they held on as long as they could, but it still sucked, a lot.</p>
<p>There aren&#8217;t many high-paying software jobs here in Oxford. We briefly considered moving elsewhere, but ultimately decided to stay in Oxford, at least for now. Most of you will recall that Cassie does not work outside the home, so it was a little scary until I got an actual job offer.</p>
<p>Luckily, there was a timely opening at the University, and I&#8217;ll start today as a High Performance Computing Specialist for the Mississippi Center for Supercomputing Research (MCSR). We have two SGI Altix supercomputers and a large Linux cluster. I&#8217;ll be working with researchers from all of Mississippi&#8217;s public universities to help them utilize the supercomputers, provide training, etc. I&#8217;m looking forward to it, and it&#8217;ll be nice to be back on campus where I have several friends from previous stints as a student and as a Network Administrator for the Computer Science department (my first &#8220;real&#8221; job).</p>
<p>There&#8217;s also a research component to my new job, which I&#8217;m hoping will accelerate my PhD research. I haven&#8217;t been very productive in that area lately.</p>
<p>Hopefully I&#8217;ll find a little more time to blog and tweet as well, but no promises.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2011/10/starting-a-new-job/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Microcontroller course</title>
		<link>http://www.movl.net/blog/2011/06/microcontroller-course/</link>
		<comments>http://www.movl.net/blog/2011/06/microcontroller-course/#comments</comments>
		<pubDate>Mon, 06 Jun 2011 11:50:25 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=903</guid>
		<description><![CDATA[As I mentioned in my last post, nearly six months ago, I taught an &#8220;Embedded Development&#8221; course in the Computer Science department at the University of Mississippi. It was a highly practical course, and the Arduino was our hardware platform of choice. The &#8220;brain&#8221; of the Arduino is an Atmel AVR ATmega328P microcontroller with 2kB [...]]]></description>
				<content:encoded><![CDATA[<p>As I mentioned in my <a href="http://www.movl.net/blog/2010/12/embedded-development-course/">last post</a>, nearly six months ago, I taught an &#8220;Embedded Development&#8221; course in the Computer Science department at the University of Mississippi. It was a highly practical course, and the Arduino was our hardware platform of choice. The &#8220;brain&#8221; of the Arduino is an Atmel AVR ATmega328P microcontroller with 2kB of RAM and running at 16MHz. Instead of using the Arduino language and development environment, we used C and Eclipse.</p>
<p>We started out learning to blink LEDs, to calculate the value of current limiting resistors, and the difference between sinking and sourcing current. We then learned how to use the hardware timers on the AVR to time events (interrupts) and output Pulse Width Modulation signals to vary the brightness of LEDs and create simple sounds.</p>
<div class="wp-caption aligncenter" style="width: 410px"><img class=" " title="Four digit, seven segment display setup" src="http://farm6.static.flickr.com/5016/5491989505_eec97a86a7.jpg" alt="Four digit, seven segment display setup" width="400" height="266" /><p class="wp-caption-text">Four digit, seven segment display setup</p></div>
<p>Next, we learned to use a <a href="http://www.sparkfun.com/products/9482">four digit, seven segment display</a> from Sparkfun. This is a fairly common display, and there are lots of examples of how to use it on the Internet. However, I wasn&#8217;t happy with any of them. They either ran the display at low currents (resulting in low brightness) or used standard shift registers at higher currents than they were designed for. I came up with a design that used a TPIC6C595 power shift register to control the segments and four 2N3906 transistors that switched power to each digit. I was quite proud of my design, as I&#8217;m definitely a programmer, not a hardware guy. We also learned how to convert numbers into binary coded decimal (BCD) for display on the seven segment display.</p>
<p><span id="more-903"></span></p>
<p>For their assignment, the students added a <a href="http://www.sparkfun.com/products/9117">rotary encoder</a> and created a countdown timer. The time to count down from was chosen by turning the rotary encoder. The countdown started when the button built into the encoder was pressed. The time remaining was displayed on the display. When time was up the display flashed and an alarm was sounded on a small speaker we had used for a previous assignment. It sounds simple enough, but it presented plenty of challenge for the students. I had given them example code for all of the various interfaces, but integrating it all together proved to be difficult for some of them.</p>
<p>Next, we used the AVR&#8217;s UART hardware to communicate with a computer via USB. This is one area where the Arduino&#8217;s library makes things much easier, but we stuck with it and did it all in C.</p>
<p>Then we used the AVR&#8217;s analog to digital converter to get temperature from an LM335 temperature sensor. The students used it to build a &#8220;thermostat&#8221; that had all the features of your standard thermostat.</p>
<p>We then looked at I2C and SPI using an EEPROM and a real-time clock, respectively. We also spent a little time playing around with infrared LEDs, and one student did a <a href="http://www.ladyada.net/make/tvbgone/">TV-B-Gone</a> clone for his final project.</p>
<p>At the end of the course each student had to do a final project of their own choosing. Several of them used a <a href="http://www.sparkfun.com/products/10168">Nokia 5110 graphical LCD display</a>, which I had recently demonstrated in class. It has an interesting interface and is a nice display for $10. A couple of the students used analog joysticks in their projects, like the ones on the Playstation 2 controllers. One student created a &#8220;Breakout&#8221; clone that used an accelerometer as the control interface. Overall I was very pleased with their final projects.</p>
<p>We covered a lot of ground in the class, and I think the students learned a lot. I know I did. I would have liked to have covered a little more ground, and had time to add in a couple more assignments. I spent a ton of time writing up examples. My PhD research went absolutely nowhere during the semester because I was spending so much time on the class.</p>
<p>I should mention that the materials for the class were completely funded by the department, which made things much easier on me and the students. I hope to teach the course again in a year or so, but we&#8217;ll have a new chair by then, so all bets are off on that.</p>
<p>I hope to find an academic conference to which I can submit a paper about the class. I think it&#8217;s pretty unique, especially in computer science departments. I haven&#8217;t made any headway on that yet, though.</p>
<p>In the fall I&#8217;ll be teaching a C/C++ course, which I taught last fall. Hopefully it&#8217;ll require much less time to prep for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2011/06/microcontroller-course/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Embedded Development Course</title>
		<link>http://www.movl.net/blog/2010/12/embedded-development-course/</link>
		<comments>http://www.movl.net/blog/2010/12/embedded-development-course/#comments</comments>
		<pubDate>Mon, 20 Dec 2010 04:18:14 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[University of Mississippi]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=889</guid>
		<description><![CDATA[Below is the description of a course I&#8217;ll be teaching in the spring. It&#8217;s the first time I&#8217;ve been able to teach a special topics course (i.e., have complete control of the content of the course), and I&#8217;m really looking forward to it. CSci490: Embedded Development Instructor: Ben Pharr M W 5:30 PM &#8211; 6:45pm [...]]]></description>
				<content:encoded><![CDATA[<p>Below is the description of a course I&#8217;ll be teaching in the spring. It&#8217;s the first time I&#8217;ve been able to teach a special topics course (i.e., have complete control of the content of the course), and I&#8217;m really looking forward to it.</p>
<p>CSci490: Embedded Development<br />
Instructor: Ben Pharr<br />
M W 5:30 PM &#8211; 6:45pm<br />
Weir 235</p>
<p>Embedded systems are all around us and are becoming more common by the day. Embedded systems typically perform a few dedicated functions as part of a larger system such as a vehicle, appliance, vending machine, etc. They are often resource constrained in some way, yet must respond in near real-time to events happening in the physical world. Obviously, developing for these systems can be quite different from developing in Java for a desktop application.</p>
<p>This class will use the Arduino hardware to explore embedded development. The Arduino is a development board powered by an Atmel AVR ATmega328 microcontroller. It runs at 16 MHz and has 2kB of SRAM and 32kB of flash.</p>
<p>Instead of the usual Arduino language, we will use ANSI C in order to build skills that are transferable to other embedded platforms.</p>
<p>Topics will include:</p>
<ul>
<li> The C Programming Language</li>
<li> Data Representation</li>
<li> Computer architecture</li>
<li> General Purpose Input/Output</li>
<li> Basic electronic concepts</li>
<li> Timers</li>
<li> Pulse width modulation</li>
<li> Analog to Digital Conversion (ADC)</li>
<li> Interrupts</li>
<li> Serial communication</li>
<li> Embedded debugging and troubleshooting</li>
</ul>
<p>Textbook:<a href="http://www.amazon.com/Introduction-Embedded-Systems-Development-Environment/dp/1608454983/ref=sr_1_7?ie=UTF8&amp;qid=1288907358&amp;sr=8-7"><br />
Introduction to Embedded Systems: Using ANSI C and the Arduino Development Environment</a><br />
Morgan and Claypool Publishers (July 12, 2010)<br />
ISBN: 978-1608454983</p>
<p>Related links:<br />
<a href="http://arduino.cc/en/" target="_blank">http://arduino.cc/en/</a><br />
<a href="http://arduino.cc/en/Main/ArduinoBoardUno" target="_blank">http://arduino.cc/en/Main/ArduinoBoardUno</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/12/embedded-development-course/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Understanding Basic Electronics</title>
		<link>http://www.movl.net/blog/2010/10/understanding-basic-electronics/</link>
		<comments>http://www.movl.net/blog/2010/10/understanding-basic-electronics/#comments</comments>
		<pubDate>Wed, 20 Oct 2010 04:19:08 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=881</guid>
		<description><![CDATA[Several months ago I started reading Understanding Basic Electronics, 2nd Edition, released this year by the ARRL. I was just nearly finished with it when I decided I should get serious about studying for comps. Last week I picked it back up and finished it. During my Computer Science education I&#8217;ve only had one Electrical [...]]]></description>
				<content:encoded><![CDATA[<p>Several months ago I started reading <a href="http://www.amazon.com/Understanding-Basic-Electronics-Softcover-arrl/dp/0872590828/ref=sr_1_2?ie=UTF8&amp;qid=1287523683&amp;sr=8-2">Understanding Basic Electronics, 2nd Edition</a>, released this year by the <a href="http://www.arrl.org/">ARRL</a>. I was just nearly finished with it when I decided I should get serious about studying for <a href="http://www.movl.net/blog/2010/10/phd-comps/">comps</a>. Last week I picked it back up and finished it.</p>
<p>During my Computer Science education I&#8217;ve only had one Electrical Engineering course, ELE335, Principles of Digital Systems. There was an accompanying lab where we played with logic gates, but there was no mention of resistors, capacitors, etc.</p>
<p>Over the past several years, both before and since getting my amateur radio license, I&#8217;ve picked up several beginners&#8217; books on electronics. Understanding Basic Electronics is the best I&#8217;ve read so far. Most of the material was already familiar to me, but I learned and relearned several things.</p>
<p>It&#8217;s a relatively short and quick read. The chapters are broken into 2-3 page lessons. It covers all the basics: Ohm&#8217;s law, DC concepts, AC concepts, capacitance, inductance, power, frequency, transformers, impedance, resonant circuits, semiconductors, diodes, transistors, and integrated circuits. There are no experiments, as such, but it gives you a good base with which to move on to other books that do have experiments, like <a href="http://www.movl.net/blog/2010/02/make-electronics/">Make: Electronics</a>.</p>
<p>It&#8217;s the first in a three book series. I already have the other two, <a href="http://www.amazon.com/Basic-Radio-Understanding-Building-Blocks/dp/0872599558/ref=pd_bxgy_b_img_b">Basic Radio</a> and <a href="http://www.amazon.com/Basic-Antennas-Understanding-Practical-Design/dp/087259999X/ref=pd_bxgy_b_img_c">Basic Antennas</a>, and I&#8217;ll be starting on them as soon as I catch up with the reading for my classes.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/10/understanding-basic-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>PhD Comps</title>
		<link>http://www.movl.net/blog/2010/10/phd-comps/</link>
		<comments>http://www.movl.net/blog/2010/10/phd-comps/#comments</comments>
		<pubDate>Wed, 13 Oct 2010 04:41:50 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[University of Mississippi]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=875</guid>
		<description><![CDATA[Last week I took the comprehensive exams (&#8220;comps&#8221;) for my PhD in Computer Science. There were four of them: Theory, Programming Languages, Software Engineering, and Systems. I won&#8217;t know for certain how I did for a few weeks or so, but I feel good about all of them. I&#8217;d be shocked if I failed any [...]]]></description>
				<content:encoded><![CDATA[<p>Last week I took the comprehensive exams (&#8220;comps&#8221;) for my PhD in Computer Science. There were four of them: Theory, Programming Languages, Software Engineering, and Systems. I won&#8217;t know for certain how I did for a few weeks or so, but I feel good about all of them. I&#8217;d be shocked if I failed any of them.</p>
<p>For the past month or so I&#8217;ve been spending every spare moment studying for comps. I started studying a long time before that, but really didn&#8217;t get started in earnest until about a month ago. Cassie and the kids gave me a few weekends to myself so I could get a lot of studying done.</p>
<p>I was most concerned about the Theory and Programming Languages tests (the latter due to the Automata section), so I spent most of my time studying for those. Of course, I ended up feeling really good about those, but trying to cram the night before for Software Engineering and Systems. While I managed to stress myself out over the last two, and missed a fair amount of sleep from the cramming, I ended up doing fine on them too.</p>
<p>Studying for comps was an interesting exercise on its own. I learned and relearned a lot. I also convinced myself that I&#8217;m definitely in the right field. I found virtually everything I read to be fascinating.</p>
<p>It&#8217;s quite liberating to have comps over with. They&#8217;ve been looming for a few months now. Now I can spend time on other things&#8230;like my really tough Machine Learning course. I hope to find a little time for some ham stuff and some backpacking soon too.</p>
<p>I&#8217;ll finish the coursework for my PhD in the spring. I also hope to propose a topic for my dissertation in the spring. If I can stay motivated, with a little luck, I&#8217;ll defend my dissertation in spring of 2012. It&#8217;s certainly an optimistic schedule, but that&#8217;s what I&#8217;m shooting for.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/10/phd-comps/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Thoughts on Alaska plane crash</title>
		<link>http://www.movl.net/blog/2010/08/thoughts-on-alaska-plane-crash/</link>
		<comments>http://www.movl.net/blog/2010/08/thoughts-on-alaska-plane-crash/#comments</comments>
		<pubDate>Wed, 11 Aug 2010 04:16:31 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=856</guid>
		<description><![CDATA[It&#8217;s interesting to me how slowly details about the plane crash in Alaska are trickling out. The crash happened yesterday (Monday) around 7pm local time. A rescue team, including a doctor with a satellite phone, arrived sometime last night and stabilized the survivors. About 10am CDT this morning CNN started reporting that former NASA Administrator [...]]]></description>
				<content:encoded><![CDATA[<p>It&#8217;s interesting to me how slowly details about the plane crash in Alaska are trickling out. The crash happened yesterday (Monday) around 7pm local time. A rescue team, including a doctor with a satellite phone, arrived sometime last night and stabilized the survivors.</p>
<p>About 10am CDT this morning CNN started reporting that former NASA Administrator <a href="http://en.wikipedia.org/wiki/Sean_O%27Keefe">Sean O&#8217;Keefe</a> was on board the plane. Shortly after that, reports started coming out that former Senator Ted Stevens was possibly on board. About 2pm we learned that Stevens had died.</p>
<p>A coworker and I speculated that they were just looking for O&#8217;Keefe&#8217;s body, because surely we&#8217;d know it by now if he was alive. About 3pm we finally learned that O&#8217;Keefe was alive. Initial reports seemed to indicate that he only had minor injuries, but around 10pm tonight they announced he was in critical condition.</p>
<p>I understand the remoteness of the crash site and the poor weather, and the fact that getting information to the media isn&#8217;t the first concern, but it still seems like information was trickling out awfully slow.</p>
<p>I would imagine surviving a plane crash is something that weighs heavily on one&#8217;s mind. Especially when someone else doesn&#8217;t make it. The late Sen. Ted Kennedy survived a plane crash in 1964, less than a year after his brother, President John F. Kennedy, was assassinated.</p>
<p>The plane involved in this crash was a <a href="http://en.wikipedia.org/wiki/De_Havilland_Canada_DHC-3_Otter">de Havilland Canada DHC-3 Otter</a>, an amphibious plane. They haven&#8217;t been produced since 1967. The US Army was once the largest operator of the Otter, having 184 of them.</p>
<p>After leaving NASA in 2005, Sean O&#8217;Keefe was the chancellor of LSU for three years. He is currently the CEO of EADS North America. A subsidiary of EADS North America, American Eurocopter, produces the UH-72 Lakota Light Utility Helicopter in Columbus, Mississippi for the US Army.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/08/thoughts-on-alaska-plane-crash/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Free Socket 939 MB, Processor, and Memory</title>
		<link>http://www.movl.net/blog/2010/08/free-socket-939-mb-processor-and-memory/</link>
		<comments>http://www.movl.net/blog/2010/08/free-socket-939-mb-processor-and-memory/#comments</comments>
		<pubDate>Mon, 09 Aug 2010 04:22:30 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=852</guid>
		<description><![CDATA[I have an ASUS Socket 939 motherboard, AMD Athlon64 X2 dual-core processor, and two DIMMs of 1GB PC3200 RAM free for the taking. The catch is that one of them is bad. Based on past experience, I&#8217;d say the motherboard is toast and the processor and memory are just fine. That&#8217;s just a guess though. [...]]]></description>
				<content:encoded><![CDATA[<p>I have an ASUS Socket 939 motherboard, AMD Athlon64 X2 dual-core processor, and two DIMMs of 1GB PC3200 RAM free for the taking. The catch is that one of them is bad. Based on past experience, I&#8217;d say the motherboard is toast and the processor and memory are just fine. That&#8217;s just a guess though.</p>
<p>I replaced the ensemble with a Core 2 Duo setup a few months ago when one of them went bad. Let me know via <a href="mailto:bnp@movl.net">email</a> if you want it.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/08/free-socket-939-mb-processor-and-memory/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>The development and use of the first nuclear weapons</title>
		<link>http://www.movl.net/blog/2010/08/nuclear-history/</link>
		<comments>http://www.movl.net/blog/2010/08/nuclear-history/#comments</comments>
		<pubDate>Sat, 07 Aug 2010 04:48:10 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[History]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=840</guid>
		<description><![CDATA[A few weeks ago, I read virtually everything Wikipedia has on the development of the nuclear weapons used on Hiroshima and Nagasaki. I hadn&#8217;t planned on writing a blog post on this topic, but something interesting came up yesterday that I did want to post about and this seemed like a good introduction. It wasn&#8217;t [...]]]></description>
				<content:encoded><![CDATA[<p>A few weeks ago, I read virtually everything Wikipedia has on the development of the nuclear weapons used on Hiroshima and Nagasaki. I hadn&#8217;t planned on writing a blog post on this topic, but something interesting came up yesterday that I did want to post about and this seemed like a good introduction. It wasn&#8217;t until I after I had decided to write this post that I realized today was the 65th anniversary of the bomb being dropped on Hiroshima.</p>
<p>Numerous books have been written about the Manhattan Project, so I won&#8217;t even attempt an outline here, but below are the main Wikipedia articles for your reference:</p>
<ul>
<li><a href="http://en.wikipedia.org/wiki/Manhattan_Project">Manhattan Project</a></li>
<li><a href="http://en.wikipedia.org/wiki/Trinity_%28nuclear_test%29">Trinity</a></li>
<li><a href="http://en.wikipedia.org/wiki/Atomic_bombings_of_Hiroshima_and_Nagasaki">Atomic bombings of Hiroshima and Nagasaki</a></li>
<li><a href="http://en.wikipedia.org/wiki/Debate_over_the_atomic_bombings_of_Hiroshima_and_Nagasaki">Debate over the atomic bombings of Hiroshima and Nagasaki</a></li>
<li><a href="http://en.wikipedia.org/wiki/Surrender_of_Japan">Surrender of Japan</a></li>
</ul>
<p>Read these and some of the links on these pages and you&#8217;ll know a lot about the bombs, their development, why they were used, etc. Below are a few of the facts that were new to me or that I find particularly interesting. I&#8217;m sure there were more, but I didn&#8217;t take notes.</p>
<p>One of the things that makes the Manhattan Project so interesting is that these scientists took a completely theoretical idea and made a working weapon in less than four years (12/1941 &#8211; 8/1945). Granted, they did have virtually limitless resources and some of the brightest minds of their time.</p>
<p>In my opinion, the single most interesting person involved in the project was <a href="http://en.wikipedia.org/wiki/J._Robert_Oppenheimer">Robert Oppenheimer</a>, the scientific director. He famously lost his security clearance in 1954 for having ties to Communism. History has cleared his name regarding any spying. It is now known that the KGB tried to recruit him numerous times, but they were always turned down.</p>
<p>The project actually produced two different types of nuclear weapons: one based on Uranium-235 and another on Plutonium-239. The element Plutonium had only been discovered in February, 1941.</p>
<p>The Uranium-235 was produced in <a href="http://en.wikipedia.org/wiki/Y-12_National_Security_Complex">Oak Ridge, Tennessee</a>. The site was picked, in part, due to the availability of cheap hydroelectric power from TVA. At one time, the site used over a sixth of the electrical power produced in the United States. Due to security concerns, the Governor of Tennessee did not know Oak Ridge existed for some time, even though it would soon become the fifth largest city in Tennessee. Perhaps unsurprisingly, the area of the Oak Ridge complex where the Uranium was enriched is now an EPA Superfund site.</p>
<p>Copper was in short supply during World War II, so Oak Ridge was loaned 14,700 tons  of coinage silver (currently worth $7.3 billion) from the US Treasury to create massive electromagnetic coils. Approximately 99.965% of it was returned to the Treasury after the war.</p>
<p>Due to the small amount of Uranium-235 available and the confidence of the scientists, a test was never carried out using the Uranium design. They didn&#8217;t know for certain it would work until it was dropped on Hiroshima. As an engineer, I&#8217;m astounded that they pulled this off in such a short time with no final test.</p>
<p>On July 16th, 1945, a Plutonium weapon was tested at the White Sands Proving Ground in New Mexico. The test was code-named <a href="http://en.wikipedia.org/wiki/Trinity_%28nuclear_test%29">Trinity</a>. The explosion was heard 200 miles away. The Army put out a press release explaining that a remote ammunitions magazine had exploded. Near the explosion, the sand was turned to a light green, radioactive glass that came to be called <a href="http://en.wikipedia.org/wiki/Trinitite">Trinitite</a>.</p>
<p>In the brainstorming stage of target selection, Kyoto was a favorite.  Supposedly Kyoto was taken off the list by Secretary of War Henry  Stimson who had honeymooned there.</p>
<p>On July 26th, 1945, the <a href="http://en.wikipedia.org/wiki/Potsdam_Declaration">Potsdam Declaration</a> was released, in which the Allies requested an unconditional surrender from Japan. It promised &#8220;prompt and utter destruction&#8221; if they did not surrender. The Japanese did not respond.</p>
<p>On August 6th, 1945, three <a href="http://en.wikipedia.org/wiki/B-29_Superfortress">B-29s</a> left Tinian headed toward Hiroshima by way of Iwo Jima, a six hour flight. They were picked up by the Japanese on radar, and the alert was initially raised, but after determining there were only three planes, the air raid sirens were turned off. The Japanese had previously decided not to intercept small formations with fighters to conserve fuel and planes, which is what happened on August 6th. When the planes arrived at Hiroshima it was clear. Had it been cloudy, they would have diverted to Kokura.</p>
<p><a href="http://en.wikipedia.org/wiki/Little_Boy">&#8220;Little Boy&#8221;</a> was dropped from the <em><a href="http://en.wikipedia.org/wiki/Enola_Gay">Enola Gay</a></em> at 8:15 local time. It detonated 1900 feet above the city, as designed. Approximately 70,000 people (~30% of Hiroshima&#8217;s population) died immediately. It is estimated that up to a total of 200,000 people died by 1950 due to effects from the bomb.</p>
<p>On August 8th, the Soviet Union finally declared war on Japan and invaded Manchuria.  Japan had been hoping to avoid war with the Soviets. They still did not surrender.</p>
<p>On August 9th, <a href="http://en.wikipedia.org/wiki/Bockscar">Bockscar</a> and its supporting B-29s headed for Kokura. They had orders to drop the bomb only if they could see their target. Weather scouting planes flying an hour ahead reported clear skies. Bockscar was delayed due to a supporting plane missing its rendezvous. By the time it arrived in Kokura, it was cloudy. They diverted to the secondary target, Nagasaki.</p>
<p>At 11:01 local time, &#8220;Fat Man,&#8221; a Plutonium bomb similar in design to the one tested previously, was dropped on Nagasaki. Between 40,000 and 70,000 people died immediately.</p>
<p>At this point the officials in Japan were still split on the issue of surrender. Early on August 10th the Emperor himself came out in favor surrender, as long as he could retain his power. The Allies continued to demand an unconditional surrender. Finally, on August 14th, the Emperor and his government agreed. The was an unsuccessful coup d&#8217;état by elements of the military that did not want to surrender.</p>
<p>The US planned to have another nuclear weapon ready by August 17th, and it would have most likely been used had Japan not surrendered.</p>
<p>There is, of course, a <a href="http://en.wikipedia.org/wiki/Debate_over_the_atomic_bombings_of_Hiroshima_and_Nagasaki">debate about whether or not nuclear weapons should have been used on Japan</a>. I have my opinion. I encourage you read up on the facts and develop your own.</p>
<p>If you know of any related, interesting facts that I missed, please post them in the comments.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/08/nuclear-history/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Update</title>
		<link>http://www.movl.net/blog/2010/08/update/</link>
		<comments>http://www.movl.net/blog/2010/08/update/#comments</comments>
		<pubDate>Fri, 06 Aug 2010 04:18:38 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Computer Science]]></category>
		<category><![CDATA[Web Site]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=829</guid>
		<description><![CDATA[I haven&#8217;t posted anything in a while, so I thought it was time to post a quick update. I&#8217;ll be taking two classes again this fall in the continuing pursuit of my PhD in Computer Science at Ole Miss. I&#8217;ll also be teaching CSci259/390 (C++) on Monday and Wednesday nights. Sometime in late September or [...]]]></description>
				<content:encoded><![CDATA[<p>I haven&#8217;t posted anything in a while, so I thought it was time to post a quick update.</p>
<p>I&#8217;ll be taking two classes again this fall in the continuing pursuit of my PhD in Computer Science at Ole Miss. I&#8217;ll also be teaching CSci259/390 (C++) on Monday and Wednesday nights.</p>
<p>Sometime in late September or early October I&#8217;ll be taking my comprehensive exams, the first of three major milestones in the PhD process. There are four exams, covering Systems, Algorithms, Programming Languages, and Software Engineering. I&#8217;m not worried about them, but I&#8217;ll be glad when they&#8217;re over. Right now I feel guilty if I do anything other than study for &#8220;comps.&#8221;</p>
<p>I&#8217;ve recently finished my <a href="http://www.movl.net/blog/2009/07/small-wonder-labs-sw-40/">Small Wonder Labs SW-40+</a>, a small Morse code radio for the 40m ham band. I&#8217;ll be posting about it soon. There are also several other ham radio and electronics projects I need to post about. Back in the spring I presented a tutorial on microcontrollers at the ACM Southeast conference.</p>
<p>James and I have another backpacking trip tentatively planned for September, which I&#8217;m really looking forward to. We had intended to go in the spring but got busy and never planned anything.</p>
<p>Of course, I need to post an update about Luke and Liam, which I will try to do soon.</p>
<p>Obviously, I plan on posting to my blog a little more frequently. I&#8217;ll continue to post shorter stuff over <a href="http://twitter.com/benpharr">on Twitter</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/08/update/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make: Electronics</title>
		<link>http://www.movl.net/blog/2010/02/make-electronics/</link>
		<comments>http://www.movl.net/blog/2010/02/make-electronics/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 05:29:17 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=814</guid>
		<description><![CDATA[For about two months now, I&#8217;ve been spending most of my spare time reading and doing experiments out of Make: Electronics. My spare time has dwindled now that I&#8217;m back to teaching and taking classes. It&#8217;ll dwindle even more as I get into semester projects. I&#8217;m now up to Experiment #16 in Make: Electronics; about [...]]]></description>
				<content:encoded><![CDATA[<p>For about two months now, I&#8217;ve been spending most of my spare time reading and doing experiments out of <a href="http://www.amazon.com/MAKE-Electronics-Discovery-Charles-Platt/dp/0596153740">Make: Electronics</a>. My spare time has dwindled now that I&#8217;m back to teaching and taking classes. It&#8217;ll dwindle even more as I get into semester projects.</p>
<p>I&#8217;m now up to Experiment #16 in Make: Electronics; about half way through. I&#8217;ve learned a good bit, even though the book is definitely aimed at newbies. I have skipped a couple of experiments that didn&#8217;t seem like they offered enough new experience for the amount of effort they would require.</p>
<p>I would recommend the book to anyone with one disclaimer: be prepared to spend a lot on tools and supplies. I&#8217;m also not terribly fond of the author&#8217;s recurring intruder alarm example. I feel like he could have come up with a better project. On the other hand, I don&#8217;t know of a better hands-on, beginner&#8217;s guide to electronics.</p>
<p>For now, I&#8217;m suspending my efforts on the book to finish up my DDS-60 card. More on that soon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/02/make-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Backpacking at Big Hill Pond State Park</title>
		<link>http://www.movl.net/blog/2010/02/backpacking-at-big-hill-pond-state-park/</link>
		<comments>http://www.movl.net/blog/2010/02/backpacking-at-big-hill-pond-state-park/#comments</comments>
		<pubDate>Thu, 11 Feb 2010 04:10:38 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Backpacking]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=787</guid>
		<description><![CDATA[Back in late October, I went backpacking at Big Hill Pond State Park near Pocahontas, Tennessee, about two hours or so from Oxford. Yes, I&#8217;m a little late getting around to posting this. James Church, a fellow Computer Science geek and Eagle scout went with me. Here&#8217;s a map of the park (large PDF). You [...]]]></description>
				<content:encoded><![CDATA[<p>Back in late October, I went backpacking at Big Hill Pond State Park near Pocahontas, Tennessee, about two hours or so from Oxford. Yes, I&#8217;m a little late getting around to posting this. James Church, a fellow Computer Science geek and Eagle scout went with me. Here&#8217;s a <a href="http://www.tennessee.gov/environment/parks/gis/pdf/printmaps/bighillpond.pdf">map of the park</a> (large PDF).</p>
<p>You can see all of my pictures <a href="http://www.flickr.com/photos/bnp/sets/72157623298960656/">here</a>. I was pretty happy with my pictures, especially considering all these were taken with my Fuji point and shoot. You can view an enlarged version of any photo on this page by clicking on it.</p>
<p style="text-align: center;"><a href="http://farm5.static.flickr.com/4003/4310962216_fb6dc3c0e3_b.jpg"><img class="aligncenter" src="http://farm5.static.flickr.com/4003/4310962216_fb6dc3c0e3.jpg" alt="Trees changing color across the lake, under a blue sky." width="400" height="300" /></a></p>
<p>I did a lot of backpacking in my high school days, but this trip was my first in over ten years. I&#8217;ve done two 10 day treks in New Mexico and two multi-day trips on the Appalachian Trail, but that was all back when I was in shape from playing three sports.</p>
<p>Just before we left I weighed my pack and found it was just over 50 pounds. Never again. I made it, but there&#8217;s no reason to carry that much stuff. Next time my pack will be at or under 45lbs. Some people go a lot lighter, but I&#8217;m realistic enough to know 45lbs. is a pretty lofty goal for me.</p>
<div class="wp-caption aligncenter" style="width: 385px"><a href="http://farm3.static.flickr.com/2791/4310162535_e9ae261df2_b.jpg"><img src="http://farm3.static.flickr.com/2791/4310162535_e9ae261df2.jpg" alt="One of the trail markers that guided the way." width="375" height="500" /></a><p class="wp-caption-text">One of the trail markers that guided the way.</p></div>
<p>We arrived at Big Hill Pond State Park on Friday around 5pm or so, with just enough daylight to make it the mile or so to our first campsite. Each campsite has a small cabin, which we were happy to use. For supper we had some homemade chili I had cooked the previous day. We played a rather lengthy game of chess which James eventually won.</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://farm5.static.flickr.com/4001/4310895840_82b32bfc78_b.jpg"><img title="Cabin" src="http://farm5.static.flickr.com/4001/4310895840_82b32bfc78_d.jpg" alt="Cabin" width="400" height="300" /></a><p class="wp-caption-text">The cabin we stayed in the first night.</p></div>
<p style="text-align: center;">
<p>We got a late start Saturday morning, which was not good because we planned to walk about seven miles that day. Before lunch we walked through two different swamps. The second one had a mile long boardwalk that allowed us to walk right over the swamp. We ate lunch at the base of a 70&#8242; observation tower that was formerly used as a fire tower. From there it was a quick three mile walk along some ridges to our campsite.</p>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://farm5.static.flickr.com/4001/4310215149_6d4ac82fd9_b.jpg"><img src="http://farm5.static.flickr.com/4001/4310215149_6d4ac82fd9.jpg" alt="A view of Travis McNatt Lake, not far from our cabin on the second night." width="400" height="300" /></a><p class="wp-caption-text">A view of Travis McNatt Lake, not far from our cabin on the second night.</p></div>
<p style="text-align: center;">
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://farm3.static.flickr.com/2770/4310957258_08c7db9401_b.jpg"><img src="http://farm3.static.flickr.com/2770/4310957258_08c7db9401.jpg" alt="My MSR Dragonfly Stove setup to cook supper Saturday night." width="400" height="300" /></a><p class="wp-caption-text">My MSR Dragonfly Stove setup to cook supper Saturday night.</p></div>
<p>Several trees were completely orange or red, but there were some trees that were still completely green. I suspect another week or two would have been the peak of fall foliage there. Temperatures ranged from the sixties during the day to low thirties the second night. The forecast was so devoid of precipitation that I actually left my rain pants and gaiters at home. I did bring my rain jacket and pack cover, just in case.</p>
<p><a href="http://farm5.static.flickr.com/4031/4310902966_a294faea2b_b.jpg"><img class="aligncenter" src="http://farm5.static.flickr.com/4031/4310902966_a294faea2b.jpg" alt="Green and orange tree canopy." width="375" height="500" /></a></p>
<p>Sunday morning we had a four mile walk around Travis McNatt Lake to get back to the car. We got a much earlier start than the previous day and made it back to the car by 11am.</p>
<p>One of the neat features of Big Hill Pond State Park is the train track that runs through it. It passes through in one of the more remote parts of the park. It&#8217;s a little surreal to see a modern train passing through what passes for wilderness in the eastern US. Big Hill Pond was actually &#8220;built&#8221; in 1853 when dirt was excavated to build a levee across the creek bottoms for the <a href="http://en.wikipedia.org/wiki/Memphis_and_Charleston_Railroad">Memphis to Charleston Railroad</a>. Today the track still goes to Memphis and actually parallels Poplar Avenue for quite a ways in east Memphis. Trains seem to pass through every couple of hours, day and night.</p>
<div class="wp-caption aligncenter" style="width: 385px"><a href="http://farm5.static.flickr.com/4022/4310911482_79c84776b3_b.jpg"><img src="http://farm5.static.flickr.com/4022/4310911482_79c84776b3.jpg" alt="A train passing through the Big Hill Pond State Park wilderness." width="375" height="500" /></a><p class="wp-caption-text">A train passing through the Big Hill Pond State Park wilderness.</p></div>
<p>For a couple of desk jockeys we handled the physical exertion pretty well. Of course there weren&#8217;t many big elevation changes, which helped a lot. James was dragging a little at lunch time on Saturday. Lunch seemed to perk him up a bit and he made the rest of the hike fine, though he was pretty exhausted once we made it to the campsite. It didn&#8217;t hit me hard until Sunday morning. James had a skip in his step, but I was <em>very</em> happy to make it back to the car.</p>
<p>I had a great time and will definitely be planning another trip soon. However, I won&#8217;t go until I&#8217;m in better shape. I haven&#8217;t done much in that regard since the trip, but I just bought some new running shoes and I&#8217;m ready to get going.</p>
<p>I would definitely recommend Big Hill Pond State Park as a first backpacking trip or for someone like me who is doing their first trip in a long time. The cabins are great because you don&#8217;t have to worry about buying or carrying a tent. There isn&#8217;t much elevation change, it&#8217;s relatively remote, and the the scenery isn&#8217;t half bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/02/backpacking-at-big-hill-pond-state-park/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>PanaVise Junior</title>
		<link>http://www.movl.net/blog/2010/02/panavise-junior/</link>
		<comments>http://www.movl.net/blog/2010/02/panavise-junior/#comments</comments>
		<pubDate>Thu, 04 Feb 2010 05:29:57 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=801</guid>
		<description><![CDATA[The other day I forgot to mention a very important part of my soldering gear: the PanaVise Junior. It&#8217;s a miniature vise. Its jaws have grooves that make it perfect for holding small circuit boards. The best part is that it&#8217;s only $16, with free shipping from Amazon. I wouldn&#8217;t solder without it. PanaVise makes [...]]]></description>
				<content:encoded><![CDATA[<p>The other day I forgot to mention a very important part of my soldering gear: the <a href="http://www.amazon.com/PanaVise-Model-201-Junior-Miniature/dp/B000B61D22/ref=sr_1_1?ie=UTF8&amp;s=industrial&amp;qid=1265260075&amp;sr=8-1">PanaVise Junior</a>. It&#8217;s a miniature vise. Its jaws have grooves that make it perfect for holding small circuit boards. The best part is that it&#8217;s only $16, with free shipping from Amazon. I wouldn&#8217;t solder without it.</p>
<div class="wp-caption aligncenter" style="width: 410px"><a href="http://www.flickr.com/photos/bnp/3406388790/in/set-72157616247750956/"><img title="PanaVise Junior in action" src="http://farm4.static.flickr.com/3642/3406388790_128ed77c29_d.jpg" alt="PanaVise Junior in action" width="400" height="266" /></a><p class="wp-caption-text">PanaVise Junior in action</p></div>
<p>PanaVise makes a whole series of vise bases and heads, and I&#8217;ll probably end up with several of their products, but Junior model is absolutely perfect for working on small circuit boards.</p>
<p>A similar product is the ubiquitous &#8220;third hand,&#8221; <a href="http://www.amazon.com/Xacto-X75170-X-tra-Hands-Magnifier/dp/B0006NDZR6/ref=sr_1_1?ie=UTF8&amp;s=hi&amp;qid=1265260711&amp;sr=8-1">as seen here</a>. I have one of those too, but I don&#8217;t use it nearly as often as the PanaVise Junior. Some people actually use them to hold to hold small circuit boards while working on them, but either their third hands are much sturdier than mine or they&#8217;re crazy. It&#8217;s nice for attaching connectors to wires and that sort of thing, but I wouldn&#8217;t say it&#8217;s essential. I got mine for $4-5 from an electronics supplier. For that price, it&#8217;s not a bad deal for occasional use.</p>
<p>Along the same lines, I have a pair of medical hemostats that I use for holding things. For instance, a lot of projects will require you to solder headers onto a circuit board. It&#8217;s virtually impossible to get the headers to stay where you want them. I use the hemostats to hold the headers while I solder one pin. Remove them, check for alignment, reclamp, and solder the far pin, then remove and solder all the other pins. It makes dealing with headers much easier. It got mine from SparkFun for a few dollars.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/02/panavise-junior/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Soldering gear</title>
		<link>http://www.movl.net/blog/2010/01/soldering-gear/</link>
		<comments>http://www.movl.net/blog/2010/01/soldering-gear/#comments</comments>
		<pubDate>Tue, 26 Jan 2010 05:02:03 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=771</guid>
		<description><![CDATA[I started playing around with electronics about a year ago. You can make do with a breadboard for a while, but if you stick with electronics long enough you&#8217;ll eventually get around to soldering. I actually started soldering kits right off the bat, but I agonized over what gear to buy. I agonize over any [...]]]></description>
				<content:encoded><![CDATA[<p>I started playing around with electronics about a year ago. You can make do with a breadboard for a while, but if you stick with electronics long enough you&#8217;ll eventually get around to soldering. I actually started soldering kits right off the bat, but I agonized over what gear to buy. I agonize over any major purchasing decision (and most non-major ones), so this isn&#8217;t new for me. I&#8217;ve been very happy with my gear, so I thought I&#8217;d share it to make the decision-making process a little easier for others. I&#8217;ve been meaning to post about my gear for a while now, but actually tinkering with electronics has taken priority. Last week a friend of mine mentioned he was looking at buying a soldering iron and related gear, so I thought it was time to finally get around to it.</p>
<p>I got a <a href="http://www.circuitspecialists.com/prod.itml/icOid/7508">Circuit Specialists Soldering Station</a> for $45. It&#8217;s a 40 watt temperature-controlled station. I have the one with the digital temperature display, but they have an analog version for $5 less. The analog one is more than accurate enough, but I like the digital look. It comes recommended by others, and I have no complaints. The grip on the iron gets a little hot, but not to the point of being uncomfortable. I&#8217;ll probably upgrade eventually, but I expect it&#8217;ll be several years. You could probably get by with a non-temperature-controlled iron, but I think this one is definitely the best bang for buck.</p>
<p>For through hole work I use a 1.2mm chisel tip. Most people would probably use the next size up, but I enjoy the extra control the smaller tip gives you. For surface mount work I use a 0.8mm conical tip.</p>
<p>I decided on 63/37 Kester 285 solder, in 0.031&#8243; diameter for through hole and 0.015&#8243; diameter for surface mount. The 63/37 refers to the percentages of tin and lead in the solder. The 285 refers to the type of flux. Flux helps the solder stick to the objects you&#8217;re trying to solder. While solder sticks to metals like copper very well, it doesn&#8217;t stick to oxides very well. Unfortunately, the high temperatures involved in soldering cause accelerated oxidation. Flux helps prevent oxidation and also serves as a wetting agent, causing the solder to flow. Some fluxes must be cleaned off the board after soldering. I don&#8217;t have time for that, so I settled on Kester&#8217;s 285, the most active flux I feel comfortable leaving on a board. There are also &#8220;no clean&#8221; fluxes, but they tend to not perform as well. Especially while you&#8217;re learning to solder, stick with something like Kester 285. You can also get lead-free solder, but it&#8217;s not beginner friendly either.</p>
<p>I bought my solder from Digikey in 1lb. spools. It runs $20-30 per spool.  It&#8217;s hard to find good solder in small amounts. Radio Shack has small quantities of solder, but I have no idea if it&#8217;s any good. If you&#8217;re just getting started in this hobby I&#8217;d be glad to give you some solder. There&#8217;s no way I can use it all before it goes bad. (This type of solder has a shelf life of three years or so.)</p>
<p>I also have a flux pen, but I&#8217;ve only used it a couple of times when hand soldering surface mount ICs.</p>
<p>You need a way to clean your soldering iron&#8217;s tip. Most irons come with a cheap sponge that you wet. I use a <a href="http://www.all-spec.com/products/599B-02.html?utm_source=googlebase&amp;utm_medium=feed">Hakko 599B tip cleaner</a>. It looks like a pot scrubber, but it has flux on it that cleans your tip. It also doesn&#8217;t drop the temperature of your tip like a wet sponge.</p>
<p>Sometimes you need to remove solder. There are two basic ways to do this: a desoldering pump or desoldering wick. The pump seems to be the old standby, but I&#8217;ve had way more luck with wick. I never use the pump these days. I use <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8775">TechSpray wick</a> and it does a good job. I use size #3 for through hole components and size #2 for surface mount.</p>
<p>I use <a href="http://www.amazon.com/Xcelite-S2K-2-Piece-Shearcutter-Pliers/dp/B001R1UEPW/ref=sr_1_2?ie=UTF8&amp;s=hi&amp;qid=1264481525&amp;sr=1-2">Xcelite 378M pliers and 170M shear cutters</a>. Amazon has them for $14 as a pair. You can make do with a small pair of regular pliers, but cutters like this are virtually essential. Home Depot carries an identical set under the Cresent brand.</p>
<p>Good lighting is essential for this sort of thing. While not ideal, I use a Petzl headlamp when soldering. Magnification is also important. I have a 10x jeweler&#8217;s loupe that I use for checking joints after the fact. I&#8217;d love to have a lamp/magnifier combo that clamps to my desk, but they&#8217;re expensive, and I&#8217;m sure my kids would find a way to break it. One of those magnifier visors would be nice too.</p>
<p>So, yes, getting setup to solder is a little on the expensive side, but it&#8217;s not bad compared to a lot of hobbies, you don&#8217;t have to buy it all at once, and it&#8217;s a good skill to acquire. Let me know if you have any questions.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/01/soldering-gear/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>NorCal Dummy Load</title>
		<link>http://www.movl.net/blog/2010/01/norcal-dummy-load/</link>
		<comments>http://www.movl.net/blog/2010/01/norcal-dummy-load/#comments</comments>
		<pubDate>Fri, 15 Jan 2010 05:10:26 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=558</guid>
		<description><![CDATA[I started building electronic kits about this time last year. (My grandmother got me a soldering iron for Christmas.) At this point I&#8217;ve built several kits, but I&#8217;ve only gotten around to posting about a couple of them. This kit, the NorCal Dummy Load was my third project, the first being the MintyBoost, and the [...]]]></description>
				<content:encoded><![CDATA[<p>I started building electronic kits about this time last year. (My grandmother got me a soldering iron for Christmas.) At this point I&#8217;ve built several kits, but I&#8217;ve only gotten around to posting about a couple of them. This kit, the <a href="http://www.norcalqrp.org/ncdummyload.htm">NorCal Dummy Load</a> was my third project, the first being the <a href="http://www.movl.net/blog/2009/03/mintyboost/">MintyBoost</a>, and the second being a AVR microcontroller programmer that I haven&#8217;t had a chance to post about yet. More on that one later. I built this kit back in February of 2009. You can see all the photos <a href="http://www.flickr.com/photos/bnp/sets/72157616247750956/with/3405547403/">here</a>.</p>
<div class="wp-caption aligncenter" style="width: 510px"><a href="http://www.flickr.com/photos/bnp/3406394958/in/set-72157616247750956/"><img class="flickr-medium" title="Dummy load in vise, on desktop." src="http://farm4.static.flickr.com/3645/3406394958_45b8471943.jpg" alt="Dummy load in vise, on desktop." width="500" height="333" /></a><p class="wp-caption-text">Dummy load in vise, on desktop.</p></div>
<p>So, what the heck is a dummy load? When you&#8217;re testing a transmitter, you can&#8217;t just transmit without anything connected to the output. You could fry your final amplifier. So you need a dummy load that presents the correct impedance, 50 ohms in most cases. As it just so happens, I&#8217;m getting ready to build a transceiver, and will need a dummy load for testing. Also, this particular dummy load involves several surface mount (SMT) parts, and I wanted a little practice with those before beginning my next project, the Softrock Lite II 30m software-defined receiver.</p>
<p style="text-align: center;"><a class="flickr-image aligncenter" title="NorCal Dummy Load" rel="flickr-mgr" href="http://www.flickr.com/photos/bnp/3405547403/"><img class="flickr-medium aligncenter" src="http://farm4.static.flickr.com/3657/3405547403_09188afa3b.jpg" alt="NorCal Dummy Load" /></a></p>
<p>This kit was designed and sold by NorCal QRP, a low-power (QRP) ham radio club based in Northern California. They have put together several kits over the years. They actually retired this kit a couple of years ago, but I inquired on the <a href="http://mailman.qth.net/mailman/listinfo/qrp-l/">qrp-l list</a> and someone had one they weren&#8217;t planning on building.</p>
<p>Some hams are intimidated by surface mount (SMT) components, and rightly so; they&#8217;re pretty small. Have a look below. The small black thing to the right of the penny is a 2.2 kOhm SMT resistor. SMT components come in <a href="http://en.wikipedia.org/wiki/Surface-mount_technology#Package_sizes">different sizes</a>. This size is referred to as 1206, which means it&#8217;s 0.126&#8243; × 0.063&#8243;. It&#8217;s one of the larger sizes of SMT components.</p>
<p style="text-align: center;"><a class="flickr-image alignnone" title="1206 SMT resistor compared to penny" rel="flickr-mgr" href="http://www.flickr.com/photos/bnp/3406362520/"><img class="flickr-medium aligncenter" src="http://farm4.static.flickr.com/3617/3406362520_3f14e15b2c.jpg" alt="1206 SMT resistor compared to penny" /></a></p>
<p style="text-align: left;">As it turns out, soldering SMT components isn&#8217;t too bad. I used a small tip on my soldering iron and small solder (0.015&#8243; diameter) and had no problems. There were no SMT integrated circuits on this project, but there would be on my next project.</p>
<p style="text-align: left;">Tonight I started on another SMT project, but using solder paste, a griddle, and an embossing gun instead of solder and a soldering iron. More on that later.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2010/01/norcal-dummy-load/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Short review of Getting Started in Electronics</title>
		<link>http://www.movl.net/blog/2009/12/short-review-of-getting-started-in-electronics/</link>
		<comments>http://www.movl.net/blog/2009/12/short-review-of-getting-started-in-electronics/#comments</comments>
		<pubDate>Mon, 28 Dec 2009 05:51:28 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Reading]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=765</guid>
		<description><![CDATA[As most of you know, I&#8217;ve been tinkering with electronics as of late. My interest was piqued due to my exposure to them in Ham radio. There is also a computer science angle with microcontrollers. I&#8217;ve built several kits, and have a few in the queue to build, but I also want to work my [...]]]></description>
				<content:encoded><![CDATA[<p>As most of you know, I&#8217;ve been tinkering with electronics as of late. My interest was piqued due to my exposure to them in Ham radio. There is also a computer science angle with microcontrollers. I&#8217;ve built several kits, and have a few in the queue to build, but I also want to work my way toward being able to design my own circuits.</p>
<p>After checking out the reviews on Amazon I settled on <a href="http://www.amazon.com/Getting-Started-Electronics-Forrest-Mims/dp/0945053282/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1261978133&amp;sr=8-1">Getting Started in Electronics</a> by Forrest Mims. It has glowing reviews, many reviewers crediting Mims for jumpstarting their career in electronics. It&#8217;s also very short, at 128 pages.</p>
<p>I&#8217;ll be honest, I was disappointed. I&#8217;m probably a <em>little</em> more experienced than the target audience for this book, but not by much. While I did learn a few things, I found it to be way too high-level and not at all hands-on.</p>
<p>My next attempt at gaining an intuitive understanding of some electronic concepts will be via <a href="http://www.amazon.com/MAKE-Electronics-Discovery-Charles-Platt/dp/0596153740/ref=sr_1_1?ie=UTF8&amp;s=books&amp;qid=1261978685&amp;sr=8-1">Make: Electronics</a>. It&#8217;s a relatively new book by the guys at Make Magazine, of which I&#8217;m a subscriber. I read an interview with the author and editor a few days ago, and they actually mentioned that their intent was for it to be a modern day replacement for Getting Started in Electronics. (GSiE was originally published in 1983.) From reading about the book, it is decidedly more hands-on. While I&#8217;m sure some of it will be repetitive for me, I expect to learn quite a bit as well.</p>
<p>While I&#8217;m waiting on that to arrive, I&#8217;m going to read a couple of Sherlock Holmes short stories. I hope to see the new movie in the not too distant future, and I don&#8217;t want my image of Holmes&#8217; world to be tainted by Hollywood.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/12/short-review-of-getting-started-in-electronics/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ATS-3B and project update</title>
		<link>http://www.movl.net/blog/2009/11/ats-3b-and-project-update/</link>
		<comments>http://www.movl.net/blog/2009/11/ats-3b-and-project-update/#comments</comments>
		<pubDate>Wed, 04 Nov 2009 05:59:06 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Amateur Radio]]></category>
		<category><![CDATA[Backpacking]]></category>
		<category><![CDATA[Electronics]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=760</guid>
		<description><![CDATA[A couple of weeks ago the ATS-3B I posted about a while back became available again, and for the last time. Mine arrived in the mail today. I&#8217;m very excited about it. It really is the coolest little kit going right now. I count 19 toroids to wind. Yikes. One on the main board and [...]]]></description>
				<content:encoded><![CDATA[<p>A couple of weeks ago the <a href="http://www.movl.net/blog/2009/09/the-ats-3b/">ATS-3B</a> I posted about a while back became available again, and for the last time. Mine arrived in the mail today. I&#8217;m very excited about it. It really is the coolest little kit going right now. I count 19 toroids to wind. Yikes. One on the main board and three on each of the six band modules. Maybe it&#8217;s time to invest in an <a href="http://www.aade.com/lcmeter.htm">L/C Meter</a>?</p>
<p>While I&#8217;m very excited about the ATS-3B, I&#8217;m going to force myself to leave it alone until I finish my Softrock Lite II 30m software defined receiver and my <a href="http://www.movl.net/blog/2009/07/small-wonder-labs-sw-40/">Small Wonder Labs SW-40+ 40m CW transceiver</a>.</p>
<p>I&#8217;m not sure I&#8217;ve even mentioned my Softrock Lite II on the blog before. I&#8217;ll have to do a proper post on it soon. I have mentioned it over on <a href="http://twitter.com/benpharr">Twitter</a>. It is done, as in all the parts are installed. However, I&#8217;m not able to receive any signals. The helpful guys on the mailing list tell me it needs a proper 50-ohm antenna. I was trying to use a small piece of wire as an antenna for testing purposes.</p>
<p>I have ordered and received everything I need to build a 30m dipole antenna that will be installed in my attic, at least for now. I&#8217;ve even cut the wire to length. I just need to solder everything and put it in the attic. I&#8217;ll probably borrow an SWR meter from one of the local hams to ensure it&#8217;s resonant on the 30m band. Hopefully the Softrock Lite will just work once it has a proper antenna. If not, I&#8217;m confident I can troubleshoot it with the help of the guys on the mailing list.</p>
<p>The SW-40+ is mostly done. All the components are installed on the board. However, I still need to align it, integrate the K12 keyer, and put it in the enclosure. I&#8217;ll also need to learn Morse Code before I can get much use out of it. I&#8217;ve been practicing occasionally, but I&#8217;ll have to put a lot more time into learning it before I&#8217;m good enough to try an on-air contact.</p>
<p>I&#8217;ve also been tinkering with AVR microcontrollers, but that&#8217;s a long-term project, so I&#8217;m content to let that sit while I build the ATS-3B.</p>
<p>I hope to get up a post about the backpacking trip soon. Two things are holding it up. Mostly, I&#8217;ve been insanely busy since I got back. Secondly, the memory card that has the pictures from the trip on it seems to be corrupted. I&#8217;ve ordered a card reader so I can attempt to recover them.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/11/ats-3b-and-project-update/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Backpacking preparations</title>
		<link>http://www.movl.net/blog/2009/10/backpacking-preparations/</link>
		<comments>http://www.movl.net/blog/2009/10/backpacking-preparations/#comments</comments>
		<pubDate>Thu, 22 Oct 2009 04:49:35 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Backpacking]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=755</guid>
		<description><![CDATA[Most of my free time this week has been spent getting ready for our backpacking trip this weekend. It can be quite involved if you haven&#8217;t done it in awhile and you&#8217;re anal-retentive like me. I have a large order of goodies coming from REI tomorrow. Luke and I went for a hike in the [...]]]></description>
				<content:encoded><![CDATA[<p>Most of my free time this week has been spent getting ready for our backpacking trip this weekend. It can be quite involved if you haven&#8217;t done it in awhile and you&#8217;re anal-retentive like me. I have a large order of goodies coming from REI tomorrow.</p>
<p>Luke and I went for a hike in the Bailey Woods near Rowan Oak yesterday. I haven&#8217;t used my hiking boots in quite a while, so I wanted to take them for a spin. For eleven year-old boots they are holding up quite well. We arrived at Rowan Oak less than thirty minutes before sunset. It was already getting dark, and Luke was initially a little concerned about going into the woods. Once I got him in there he did fine though. We&#8217;ll definitely have to go back soon.</p>
<p>The forecast currently calls for a low of 39 degrees Saturday night. My sleeping bag is rated for 30 degrees, but it&#8217;s about 12 years-old, and I haven&#8217;t always taken care of it. So, last night, I gave it a little test run in the backyard. Initially I was quite toasty, but around 4:30am I woke up and was a little on the cool side. I have another sleeping bag that&#8217;s rated for zero degrees, but I use it so little it&#8217;s at my parents&#8217; house, an hour and a half away. Luckily, someone was already headed this way, so it&#8217;ll be arriving tomorrow.</p>
<p>I bought a 2GB micro SD card for my Garmin eTrex Vista HCx GPS. Saving my position every second, the card will fill up after approximately 197 days on continuous use. Overkill? Absolutely, but any computer scientist worth his salt loves a large data set.</p>
<p>More tomorrow&#8230;probably. There&#8217;s lots left to do.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/10/backpacking-preparations/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>St. Peter&#8217;s Pumpkin Patch</title>
		<link>http://www.movl.net/blog/2009/10/st-peters-pumpkin-patch/</link>
		<comments>http://www.movl.net/blog/2009/10/st-peters-pumpkin-patch/#comments</comments>
		<pubDate>Thu, 15 Oct 2009 04:11:03 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Family]]></category>
		<category><![CDATA[Photography]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=750</guid>
		<description><![CDATA[One of the Oxford traditions we enjoy is going to St. Peter&#8217;s Episcopal Church to pick out some pumpkins for Halloween. Click on the link or the picture for more pictures. We had tried to go last Wednesday, but Luke fell asleep on the way. On Thursday we tried again, even though Liam was sick [...]]]></description>
				<content:encoded><![CDATA[<p>One of the Oxford traditions we enjoy is <a href="http://www.flickr.com/photos/bnp/sets/72157622588329564/">going to St. Peter&#8217;s Episcopal Church to pick out some pumpkins</a> for Halloween. Click on the link or the picture for more pictures.</p>
<p style="text-align: center;"><a href="http://www.flickr.com/photos/bnp/sets/72157622588329564/"><img class="aligncenter" title="Luke laughing, sitting on pumpkins" src="http://farm3.static.flickr.com/2589/4012638933_8a8aa8828e.jpg" alt="" width="450" height="300" /></a></p>
<p>We had tried to go last Wednesday, but Luke fell asleep on the way. On Thursday we tried again, even though Liam was sick and sleepy.</p>
<p>We didn&#8217;t get any good pictures of the two of them together, but some with Luke by himself aren&#8217;t bad. I&#8217;ve also included some &amp;quot;outtakes&amp;quot; showing what kind of mood Liam was in.</p>
<p>I apologize in advance for the corny titles and captions. Apparently corniness is a symptom of sleep deprivation.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/10/st-peters-pumpkin-patch/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Backpacking trip is on</title>
		<link>http://www.movl.net/blog/2009/10/backpacking-trip-is-on/</link>
		<comments>http://www.movl.net/blog/2009/10/backpacking-trip-is-on/#comments</comments>
		<pubDate>Thu, 08 Oct 2009 05:06:38 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Backpacking]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=747</guid>
		<description><![CDATA[The backpacking trip to Big Hill Pond State Park is on. James has agreed to go with me. We&#8217;ve decided to go October 23rd, 24th, and 25th. If you&#8217;re interested in going with us, let me know.]]></description>
				<content:encoded><![CDATA[<p>The <a href="http://www.movl.net/blog/2009/10/planning-a-backpacking-trip/">backpacking trip</a> to Big Hill Pond State Park is on. James has agreed to go with me. We&#8217;ve decided to go October 23rd, 24th, and 25th. If you&#8217;re interested in going with us, let me know.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/10/backpacking-trip-is-on/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Planning a backpacking trip</title>
		<link>http://www.movl.net/blog/2009/10/planning-a-backpacking-trip/</link>
		<comments>http://www.movl.net/blog/2009/10/planning-a-backpacking-trip/#comments</comments>
		<pubDate>Fri, 02 Oct 2009 02:45:02 +0000</pubDate>
		<dc:creator>bnp</dc:creator>
				<category><![CDATA[Backpacking]]></category>

		<guid isPermaLink="false">http://www.movl.net/blog/?p=743</guid>
		<description><![CDATA[I love backpacking, but somehow, between school, family, and work, I&#8217;ve managed to go nine years or so since my last trip. Back in high school I went on a few multi-day trips on the Appalachian Trail and a couple of two week trips to Philmont Scout Ranch in the Sangre de Cristo Mountains of [...]]]></description>
				<content:encoded><![CDATA[<p>I love backpacking, but somehow, between school, family, and work, I&#8217;ve managed to go nine years or so since my last trip. Back in high school I went on a few multi-day trips on the Appalachian Trail and a couple of two week trips to Philmont Scout Ranch in the Sangre de Cristo Mountains of northeastern New Mexico. These days I&#8217;m in nowhere near as good of shape as I was back then, but I&#8217;m ready for another trip, regardless.</p>
<p>I think I&#8217;ve found my destination. <a href="http://www.tennessee.gov/environment/parks/BigHillPond/">Big Hill Pond State Park</a> is near Pocahontas, Tennessee and is <a href="http://maps.google.com/maps?f=d&amp;source=s_d&amp;saddr=Oxford,+MS&amp;daddr=Pocahontas,+Hardeman,+Tennessee&amp;hl=en&amp;geocode=%3BFbPUFgId4_u0-g&amp;mra=pe&amp;mrcr=0&amp;sll=34.977846,-87.808639&amp;sspn=3.096534,4.938354&amp;ie=UTF8&amp;ll=34.723555,-89.12384&amp;spn=1.553096,2.469177&amp;z=9">less than two hours from Oxford</a>. It has several miles of relatively flat trails, perfect for the out of shape backpacker. Even better, it has four shelters, lessening the need for carrying a tent. I&#8217;ve never been, but I hear it&#8217;s a very nice place.</p>
<p>I&#8217;m looking for some guys to go with me. I&#8217;ve got a backpacking stove, first aid kit, and that sort of stuff. All you&#8217;d need is a sleeping bag and some appropriate clothes.</p>
<p>I was thinking the weekend of October 16-18th, leaving Oxford midday on Friday and returning Sunday afternoon. That should put us in the peak of the fall foliage with cool, but not too cool weather. Of course, I&#8217;ve let that date get awfully close, so I&#8217;m flexible.</p>
<p>Anyone interested?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.movl.net/blog/2009/10/planning-a-backpacking-trip/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
	</channel>
</rss>
