<?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>Innovation Plaza &#187; hemsingj</title>
	<atom:link href="http://ece-research.unm.edu/iplaza/?author=7&#038;feed=rss2" rel="self" type="application/rss+xml" />
	<link>http://ece-research.unm.edu/iplaza</link>
	<description>Where theory meets practice</description>
	<lastBuildDate>Tue, 08 Apr 2014 18:19:32 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=4.2.3</generator>
	<item>
		<title>Using Linux to give life to old computers &#8211; Part 2</title>
		<link>http://ece-research.unm.edu/iplaza/?p=93</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=93#comments</comments>
		<pubDate>Sun, 16 Mar 2014 23:09:30 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=93</guid>
		<description><![CDATA[In the previous post, I installed Debian Linux on an old Dell laptop so that I could use its floppy drive and network connection to get files off the internet onto an ancient Apple Macintosh Quadra 700. I got this old Mac from eBay for a price that is higher than I care to admit, &#8230; <a href="http://ece-research.unm.edu/iplaza/?p=93" class="more-link">Continue reading <span class="screen-reader-text">Using Linux to give life to old computers &#8211; Part 2</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<figure id="attachment_98" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-16.22.20.jpg"><img class="size-large wp-image-98 " alt="Screen shot of Quadra desktop. Notice the floppy drive has been read successfully." src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-16.22.20-1024x627.jpg" width="474" height="290" /></a><figcaption class="wp-caption-text">Almost a barrel full.</figcaption></figure>
<p>In the <a title="Using Linux to give life to old comptuers – Part 1" href="http://ece-research.unm.edu/iplaza/?p=75">previous post</a>, I installed Debian Linux on an old Dell laptop so that I could use its floppy drive and network connection to get files off the internet onto an ancient Apple Macintosh Quadra 700.</p>
<figure id="attachment_94" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-01.21.46.jpg"><img class="size-large wp-image-94" alt="Macintosh Quadra 700. This machine was a top-of-the-line computer that cost $6000 in 1991. " src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-01.21.46-1024x768.jpg" width="474" height="355" /></a><figcaption class="wp-caption-text">Macintosh Quadra 700. This machine was a top-of-the-line computer that cost $6000 in 1991.</figcaption></figure>
<p>I got this old Mac from eBay for a price that is higher than I care to admit, especially for a computer that probably has less than 1/100th the processing power of the cell phone I used to take its picture.</p>
<p>The machine was worth it, in my opinion, because it came fully loaded with RAM and VRAM, (20MB and 4MB respectively) and has an original and working hard drive. The chassis and all of its connectors are in very good condition.</p>
<p>When I stopped in Part 1, the Zip and floppy drives were working and I was able to read and write to them from the Linux laptop. But I ran into a big problem that I had forgotten about after all these years. When copying from a UNIX file system to a Mac file system, the UNIX file system ignores the Resource Fork, a crucial part of the Mac&#8217;s executable files. Though Linux has the ability to mount, read, and write HFS file systems, it does not know how to handle this resource fork and only can copy the data fork.</p>
<p>There are utilities for doing this in Linux. In Debian, they can be installed with the Apt packages <strong>hfsprogs</strong> and <strong>hfsutils</strong>, but after several failed attempts, I gave up. I needed a different approach that did not require a UNIX file system as an intermediate step.</p>
<p>After many different tries and google searches that revealed nothing, I figured out the right approach. There is a classic Macintosh 68k CPU emulator called <a href="http://basilisk.cebix.net/" target="_blank">Basilisk II</a> that uses a ROM from one of these old machines. It runs on Linux and the other OSes. From inside the emulator, I copied the downloaded files to the floppy drive which was mounted in the emulator at launch time.</p>
<figure id="attachment_97" style="width: 1024px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-070554_1024x768_scrot.png"><img class=" wp-image-97" alt="2014-03-16-070554_1024x768_scrot" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-070554_1024x768_scrot.png" width="1024" height="768" /></a><figcaption class="wp-caption-text">Adding the block device to Basilisk II&#8217;s settings for the floppy.</figcaption></figure>
<p>Figuring out how to mount the floppy drive was tricky because it had to be mounted in a way that bypassed the UNIX file system entirely. The solution is to add the block dev file, &#8216;<strong>/dev/fd0</strong>&#8216; to the list of volumes in the Basilisk II configuration window that appears at launch. For this to work, the floppy can not be mounted in Linux or with the linux HFS tools. Amazingly, Basilisk II knows exactly how to handle a raw block device like this.</p>
<figure id="attachment_96" style="width: 1024px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-070104_1024x768_scrot.png"><img class=" wp-image-96 " alt="2014-03-16-070104_1024x768_scrot" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-070104_1024x768_scrot.png" width="1024" height="768" /></a><figcaption class="wp-caption-text">Running Basilisk II in Linux; emulating a Quadra 650; running System 7.5.5; and copying files to a physical floppy called &#8216;asdf&#8217;. This mounted floppy can be seen in the lower right of the emulator window.</figcaption></figure>
<p>The only drawback to this approach, which isn&#8217;t a big deal considering the other difficulties, is that I have to quit the emulator to swap out the floppy out, or else I would get file system errors that required me to reformat the floppy with the Quadra. The emulator treats the floppy block device like a non-removable hard drive rather than a removable floppy, so in order for changes to the file system to be updated correctly, the machine had to be Shut Down entirely.</p>
<p>That&#8217;s it! I was able to successfully copy 2 applications over to the Quadra that will be needed when I get my Ethernet transceiver, <a href="http://sourceforge.net/projects/macssh/" target="_blank">MacSSH 68k</a> and <a href="http://macintoshgarden.org/apps/stuffit-expander-55" target="_blank">Stuffit Expander 5.5</a>. With these programs, the Quadra should be able to connect to other machines with its own Ethernet and copy files.</p>
<figure id="attachment_99" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/quadra_desk.jpg"><img class=" wp-image-99" alt="quadra_desk" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/quadra_desk-1024x773.jpg" width="474" height="357" /></a><figcaption class="wp-caption-text">Mac OS 7.5.5 desktop booted on actual Quadra 700. Notice floppy &#8216;asdf&#8217; is mounted.</figcaption></figure>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=93</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Using Linux to give life to old comptuers &#8211; Part 1</title>
		<link>http://ece-research.unm.edu/iplaza/?p=75</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=75#comments</comments>
		<pubDate>Sun, 16 Mar 2014 21:10:06 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Projects]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=75</guid>
		<description><![CDATA[At Innovation Plaza, we don&#8217;t just build circuits and solder PCBs, we also work with software &#8212; and that doesn&#8217;t mean we only write code or install Matlab on laptops &#8212;  some of us like to engage in pointless nostalgia. This includes projects like getting classic video game console emulators running on a Raspberry Pi, &#8230; <a href="http://ece-research.unm.edu/iplaza/?p=75" class="more-link">Continue reading <span class="screen-reader-text">Using Linux to give life to old comptuers &#8211; Part 1</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>At Innovation Plaza, we don&#8217;t just build circuits and solder PCBs, we also work with software &#8212; and that doesn&#8217;t mean we only write code or install Matlab on laptops &#8212;  some of us like to engage in pointless nostalgia. This includes projects like getting classic video game console emulators running on a Raspberry Pi, making GPIO adapters for the accompanying controllers, collecting classic Macintosh hardware, or running linux on hardware that can barely surf the modern web. There will be more posts regarding the video game emulators and pointless Linux installations later.</p>
<p>The reason for this post comes from creating a way to download classic Macintosh software from abandonware sites using a modern computer, copying it over the network to an intermediate computer that can write to a medium readable by the classic machine. This is more difficult than it sounds.</p>
<p>Why bother? Good question. And, it&#8217;s a question I ask repeatedly while I&#8217;m wasting time on this when I&#8217;m supposed to be doing homework. It&#8217;s fun, and I have serious nostalgia with this Macintosh <a href="http://en.wikipedia.org/wiki/Macintosh_Quadra_700" target="_blank">Quadra 700 (25 MHz 68040)</a> as it was the first powerful computer I was ever able to call my own. Surely, any geek or nerd has a similar memory of finally getting that device that could do things we had only read about previously.</p>
<figure id="attachment_91" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/crop_dell.jpg"><img class="size-large wp-image-91" alt="15 year old Dell Inspiron 2500 booting Debian Linux for the first time." src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/crop_dell-1024x913.jpg" width="474" height="422" /></a><figcaption class="wp-caption-text">15 year old Dell Inspiron 2500 booting Debian Linux for the first time.</figcaption></figure>
<p>For today&#8217;s post, I will be discussing installing Debian Linux 7.4 (Wheezy) on a Dell Inspiron 2500 (900 MHz Coppermine Celeron) circa 1999. This old Dell laptop has a floppy drive, a CD drive, a Parallel Port, and an RS232 port all built in, and because of this, it serves as a bridge to my classic Macintoshes that have only a floppy drive and have a SCSI Iomega Zip drive.  It does not have an Ethernet adapter, but it does have a Mini-PCI slot for a WiFi card from another laptop, a newer, dead HP.</p>
<p>My modern desktop machine is an Intel based system running Ubuntu and it is the machine I&#8217;m writing this post on. It does not have any of the connections needed to communicate with this old Mac. It does NOT have a serial port, parallel port, zip drive, or floppy drive. So the bridge to this old Dell Laptop from downloaded internet software is a network connection. I could have run a web browser on this old Dell if I needed to, but it only has 128MB of RAM so surfing the web is painful. The files are served to this Dell from the modern PC over samba which works beautifully and can be done from the command line.</p>
<p>The Quadra can connect over Ethernet with a transceiver (I ordered one from eBay, but it hasn&#8217;t arrived yet). However, even with an Ethernet connection, its operating system does not support communication over NFS, Samba, or SSH without 3rd party software. There is an SSH client for 68k Mac, and I will copy it over with a floppy.</p>
<p>To recap, here is the path I need to build to get files to my Macintosh Quadra 700.</p>
<p>Internet -&gt; Modern PC -&gt; Old Dell -&gt; (floppy/Zip) -&gt; Macintosh Quadra</p>
<p>So, back to the old Dell. The first step is downloading a CD image of Debian netinst, which is a lightweight cd image that only installs the bare minimum to be able to boot linux and connect to the network.</p>
<p>To boot Linux on the Dell, I had to tell the Kernel to disable ACPI, which is done by passing &#8216;acpi=off&#8217; to the kernel boot arguments. Otherwise it would hang. Additionally, the video card on this machine didn&#8217;t support the default menu resolution, so I also had to pass &#8216;vga=normal&#8217; in the boot options.</p>
<p>This machine didn&#8217;t have a hard drive, so I took the wireless card and antenna from the dead HP. I was fortunate to have a pile of old broken systems that had the right parts to make a good one for this project.</p>
<figure id="attachment_78" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-16.22.28.jpg"><img class=" wp-image-78" alt="2014-03-15 16.22.28" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-16.22.28-1024x768.jpg" width="474" height="355" /></a><figcaption class="wp-caption-text">HP/Compaq Pentium 4 laptop. Notice the dual fans and large heatsinks which weren&#8217;t enough to keep this monster from cooking itself to death.</figcaption></figure>
<p>The old Dell has an Ethernet connector on the side, but no Ethernet card&#8230; (thanks, Dell), so the installer had to be told not to try to download anything and just complete the install. The install went smoothly, and the machine booted, but it didn&#8217;t get everything it needed to connect with the Wireless card. Like I did with the installer, I had to change the GRUB boot config file, /etc/default/grub, to pass &#8216;acpi=off&#8217; to kernel. Then run &#8216;update-grub&#8217; to update the bootloader with these changes.</p>
<p>The Mini-PCI card that was already there was an old ActionTec 56K modem. I replaced this with the Broadcom BCM4306 Wireless ethernet card. Notice there are antenna connections on this board, but there is no antenna in this chassis.</p>
<figure id="attachment_83" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-17.52.27.jpg"><img class=" wp-image-83" alt="2014-03-15 17.52.27" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-17.52.27-1024x768.jpg" width="474" height="355" /></a><figcaption class="wp-caption-text">On the left is the Wireless card I yanked from the HP. On the right is the 56K modem that was in the slot. I was pretty lucky to have two laptops from the same era so that I could make the system I needed for this project.</figcaption></figure>
<p>For the antenna, I took the wireless antenna out of the dead HP. The antenna is in the screen module, so I removed the screen and took the antenna out. For now, I will connect the antenna and let it dangle off to the side, but I will figure out a better way to hide this antenna in the chassis. Before I do this, I want to make sure everything else works.</p>

<a href='http://ece-research.unm.edu/iplaza/?attachment_id=81'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-16.13.44-150x150.jpg" class="attachment-thumbnail" alt="Antenna removed" /></a>
<a href='http://ece-research.unm.edu/iplaza/?attachment_id=80'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-16.12.05-150x150.jpg" class="attachment-thumbnail" alt="Antenna guides along screen chassis" /></a>
<a href='http://ece-research.unm.edu/iplaza/?attachment_id=79'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-15-16.11.51-150x150.jpg" class="attachment-thumbnail" alt="Removing wireless antenna" /></a>

<p>The next part is a bit laborious. I need to get this machine on the network. Because the wireless card didn&#8217;t have native linux drivers, I had to download the firmware and accompanying installer utility (b43-fwcutter) on the modern PC, compile it for the old machine (gcc -m32), copy it over using a USB flash drive, and then install and configure wireless manually on the command line.</p>
<p>Configuring the wireless on the command line is the best option because using a GUI requires downloading and copying a lot more files over the thumb drive. To do this isn&#8217;t hard, but it takes a few steps:</p>
<ol>
<li>Download and install the .deb files needed, <strong>wpasupplicant</strong> and <strong>wireless-tools</strong>, and all of their dependencies.</li>
<li>Configure the wireless connection for your network using this guide: <a title="Debian WiFiHowTo on for Command Line" href="Configure the wireless connection for your network using this guide. https://wiki.debian.org/WiFi/HowToUse#Command_Line" target="_blank">https://wiki.debian.org/WiFi/HowToUse#Command_Line</a></li>
<li>Add the standard <a href="https://wiki.debian.org/SourcesList" target="_blank">debian mirrors</a> to your /etc/sources.list file, then do <strong>apt-get update</strong>. If the wireless connection is working, the modern PC is no longer needed to copy any files over with a thumb drive. Progress!</li>
</ol>
<p>A note about web browsers: For an old machine, I&#8217;ve discovered that Firefox is really, really slow. Instead I use <strong>midori</strong> or <strong>chromium-browser</strong>, based on the webkit framework, and the basis for google-chrome, is completely open-source and light-weight. The performance and security of bare-bones debian + chromium on a 15-year-old computer is surprisingly good, far better than any commercial operating system of any era on this hardware. If it had even a little bit more RAM I would have been able to browse the web without having to constantly swap to disk</p>
<p>Great, I&#8217;m on the network now, and should soon be able to copy files to the Zip drive or a floppy. There is no /dev/fd0 or /dev/fd1 by default on this version of Debian. As root, if I run &#8216;modprobe floppy&#8217;, the floppy device /dev/fd0 appears and I can&#8217;t mount a floppy drive. For those who don&#8217;t know what modprobe does, it tells the kernel to load a drive module. If the hardware is present, the module loads successfully and the devices are created by the <strong>udev</strong> subsystem.</p>
<p>The Zip drive is a bit more complicated. After searching some 5+ year old forum posts, I found out that several modules must be loaded in order to access this ancient piece of storage hardware. The modules are: <strong>ppa, parport, parport_pc.</strong> As soon as the last module was added, the busy light on the zip drive began to flash and the drive was now accessible as a SCSI emulated device on /dev/sdb.</p>
<p>The old Mac does not have a parallel port, but has an external SCSI connector which was common for nearly all Macintosh computers from the Macintosh Plus (ca. 1986) to what is now called &#8220;Old World&#8221; G3 PowerMacintosh (Beige) computers in 1998. When the Zip drives were introduced, they came in both Parallel and SCSI flavors, and I have one of each. I didn&#8217;t have a power supply for these drives, but with the help of <strong>Ryan Fenn</strong>, who found the right power supply and connector to make this work. Rumor has it that he has excellent soldering skills too.</p>
<p><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-01.11.59.jpg"><img class="alignnone size-large wp-image-88" alt="2014-03-16 01.11.59" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-16-01.11.59-1024x768.jpg" width="474" height="355" /></a></p>
<p>I now have the ability to read and write to the two media that the Quadra can, so I&#8217;m almost done bridging the gap between my modern internet connected systems and this 23 year old Macintosh.  I soon discovered, though, copying the files over in a way that the old system can recognize is another big hurdle.</p>
<p>In <a title="Using Linux to give life to old computers – Part 2" href="http://ece-research.unm.edu/iplaza/?p=93">Part 2</a> of giving life to old computers, I will go through the steps I took to copy files over to the Quadra so that it was able to recognize them.</p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=75</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Ferrofluid controlled by Variac</title>
		<link>http://ece-research.unm.edu/iplaza/?p=62</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=62#comments</comments>
		<pubDate>Wed, 12 Mar 2014 18:10:13 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Projects]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=62</guid>
		<description><![CDATA[Justin Johnston demonstrates the behavior of Ferrofluid when placed near a Variac, also known as an autotransformer. The oscillating magnetic field created by the Variac arranges the fluid, and the spines extend in the direction of field lines.]]></description>
				<content:encoded><![CDATA[<p>Justin Johnston demonstrates the behavior of Ferrofluid when placed near a Variac, also known as an autotransformer. The oscillating magnetic field created by the Variac arranges the fluid, and the spines extend in the direction of field lines.</p>
<div style="width: 474px; " class="wp-video"><!--[if lt IE 9]><script>document.createElement('video');</script><![endif]-->
<video class="wp-video-shortcode" id="video-62-1" width="474" height="266" preload="metadata" controls="controls"><source type="video/webm" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid3.webm?_=1" /><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid3.webm">http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid3.webm</a></video></div>
<div style="width: 474px; " class="wp-video"><video class="wp-video-shortcode" id="video-62-2" width="474" height="266" preload="metadata" controls="controls"><source type="video/webm" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid1.webm?_=2" /><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid1.webm">http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid1.webm</a></video></div>
<div style="width: 474px; " class="wp-video"><video class="wp-video-shortcode" id="video-62-3" width="474" height="266" preload="metadata" controls="controls"><source type="video/webm" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid2.webm?_=3" /><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid2.webm">http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid2.webm</a></video></div>
<p><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/vlcsnap-2014-03-12-12h07m23s243.png"><img class="alignnone size-large wp-image-66" alt="vlcsnap-2014-03-12-12h07m23s243" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/vlcsnap-2014-03-12-12h07m23s243-1024x576.png" width="474" height="266" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=62</wfw:commentRss>
		<slash:comments>0</slash:comments>
<enclosure url="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid1.webm" length="548215" type="video/webm" />
<enclosure url="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid2.webm" length="1272533" type="video/webm" />
<enclosure url="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/ferrofluid3.webm" length="1788152" type="video/webm" />
		</item>
		<item>
		<title>Infrared Camera</title>
		<link>http://ece-research.unm.edu/iplaza/?p=56</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=56#comments</comments>
		<pubDate>Wed, 12 Mar 2014 17:29:27 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[featured]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=56</guid>
		<description><![CDATA[Some neat shots of an Infrared camera assembled by Creighton Glenn.]]></description>
				<content:encoded><![CDATA[<p>Some neat shots of an Infrared camera assembled by Creighton Glenn.</p>

<a href='http://ece-research.unm.edu/iplaza/?attachment_id=60'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/creighton_camera-150x150.jpg" class="attachment-thumbnail" alt="creighton_camera" /></a>
<a href='http://ece-research.unm.edu/iplaza/?attachment_id=59'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-12-10.51.38-150x150.jpg" class="attachment-thumbnail" alt="2014-03-12 10.51.38" /></a>
<a href='http://ece-research.unm.edu/iplaza/?attachment_id=58'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-12-10.54.09-150x150.jpg" class="attachment-thumbnail" alt="2014-03-12 10.54.09" /></a>
<a href='http://ece-research.unm.edu/iplaza/?attachment_id=57'><img width="150" height="150" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-03-12-10.51.52-150x150.jpg" class="attachment-thumbnail" alt="2014-03-12 10.51.52" /></a>

]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=56</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Prototyping Workshop</title>
		<link>http://ece-research.unm.edu/iplaza/?p=48</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=48#comments</comments>
		<pubDate>Tue, 04 Mar 2014 19:11:14 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=48</guid>
		<description><![CDATA[Creighton Glenn is putting on a prototyping workshop. The goal is to create a small USB oscilloscope from start to finish. It starts with designing a printed circuit board, creating it, wiring and soldering the parts, and finishes with testing. If you want to participate, it isn&#8217;t too late. There is a sign-up sheet on &#8230; <a href="http://ece-research.unm.edu/iplaza/?p=48" class="more-link">Continue reading <span class="screen-reader-text">Prototyping Workshop</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Creighton Glenn is putting on a prototyping workshop. The goal is to create a small USB oscilloscope from start to finish. It starts with designing a printed circuit board, creating it, wiring and soldering the parts, and finishes with testing.</p>
<p>If you want to participate, it isn&#8217;t too late. There is a sign-up sheet on the Innovation Plaza banner in the ECE lobby. Supplies are limited , so come by and let Creighton know if you&#8217;d like to be a part of the workshop.<a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/cg_pt1.jpg"><img class="alignnone size-large wp-image-49" alt="cg_pt1" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/cg_pt1-1024x768.jpg" width="474" height="355" /></a> <a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/cg_pt2.jpg"><img class="alignnone size-large wp-image-50" alt="cg_pt2" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/cg_pt2-1024x768.jpg" width="474" height="355" /></a><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMG_20140304_114416.jpg"><img class="alignnone size-large wp-image-51" alt="IMG_20140304_114416" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMG_20140304_114416-1024x768.jpg" width="474" height="355" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=48</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Posters</title>
		<link>http://ece-research.unm.edu/iplaza/?p=38</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=38#comments</comments>
		<pubDate>Tue, 04 Mar 2014 01:43:49 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[News]]></category>
		<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=38</guid>
		<description><![CDATA[Check out these sweet posters.]]></description>
				<content:encoded><![CDATA[<p>Check out these sweet posters.<a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/justin_ryan_robot.jpg"><img class="alignnone size-large wp-image-39" alt="justin_ryan_robot" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/justin_ryan_robot-1024x683.jpg" width="474" height="316" /></a> <a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/justin_tesla.jpg"><img class="alignnone size-large wp-image-40" alt="justin_tesla" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/justin_tesla-1024x683.jpg" width="474" height="316" /></a> <a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/tjs_radar.jpg"><img class="alignnone size-large wp-image-41" alt="tjs_radar" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/tjs_radar-1024x597.jpg" width="474" height="276" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=38</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Boards for Days</title>
		<link>http://ece-research.unm.edu/iplaza/?p=31</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=31#comments</comments>
		<pubDate>Tue, 04 Mar 2014 01:09:45 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Photos]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=31</guid>
		<description><![CDATA[We&#8217;ve got all (well a few at least) the different boards.]]></description>
				<content:encoded><![CDATA[<p>We&#8217;ve got all (well a few at least) the different boards.</p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=31</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Soldering Workshop</title>
		<link>http://ece-research.unm.edu/iplaza/?p=18</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=18#comments</comments>
		<pubDate>Tue, 04 Mar 2014 00:23:56 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[Photos]]></category>
		<category><![CDATA[Workshops]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=18</guid>
		<description><![CDATA[The soldering workshop was a hit, and we ran out of boards. Stay tuned for the next workshop when the new boards arrive.]]></description>
				<content:encoded><![CDATA[<p>The soldering workshop was a hit, and we ran out of boards. Stay tuned for the next workshop when the new boards arrive.</p>
<figure id="attachment_19" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0952.jpg"><img class="size-large wp-image-19" alt="J. Johnson solders an A-to-D converter board." src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0952-1024x577.jpg" width="474" height="267" /></a><figcaption class="wp-caption-text">J. Johnson solders an A-to-D converter board.</figcaption></figure>
<figure id="attachment_27" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0958.jpg"><img class="size-large wp-image-27" alt="Seth Decker and Cody Shell soldering" src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0958-1024x577.jpg" width="474" height="267" /></a><figcaption class="wp-caption-text">Seth Decker and Cody Shell soldering</figcaption></figure>
<figure id="attachment_29" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0955.jpg"><img class="size-large wp-image-29" alt="Dennis is soldering." src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/IMAG0955-1024x577.jpg" width="474" height="267" /></a><figcaption class="wp-caption-text">Dennis is soldering.</figcaption></figure>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=18</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Hello world!</title>
		<link>http://ece-research.unm.edu/iplaza/?p=1</link>
		<comments>http://ece-research.unm.edu/iplaza/?p=1#comments</comments>
		<pubDate>Mon, 03 Mar 2014 23:07:52 +0000</pubDate>
		<dc:creator><![CDATA[hemsingj]]></dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://ece-research.unm.edu/iplaza/?p=1</guid>
		<description><![CDATA[Welcome to the new Innovation Plaza website.  As the tagline suggests, the goal of Innovation Plaza is to help students put the theory they learn in their ECE classes to practice in a number of different ways. The first requirement for getting help is knowing where to get it. We are located in Room 312 &#8230; <a href="http://ece-research.unm.edu/iplaza/?p=1" class="more-link">Continue reading <span class="screen-reader-text">Hello world!</span> <span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<figure id="attachment_10" style="width: 474px;" class="wp-caption alignnone"><a href="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-02-10-16.25.58.jpg"><img class="size-large wp-image-10" alt="Steven Seppala tries out Occulus Rift with custom input written by John-Mark Collins." src="http://ece-research.unm.edu/iplaza/wp-content/uploads/2014/03/2014-02-10-16.25.58-1024x768.jpg" width="474" height="355" /></a><figcaption class="wp-caption-text">Steven Seppala tries out Occulus Rift with custom input device code written by John-Mark Collins.</figcaption></figure>
<p>Welcome to the new Innovation Plaza website.  As the tagline suggests, the goal of Innovation Plaza is to help students put the theory they learn in their ECE classes to practice in a number of different ways.</p>
<p>The first requirement for getting help is knowing where to get it. We are located in Room 312 of the ECE building on UNM campus. Most of the time there is someone there who is happy to show you around and tell you about what we do. If the door is closed, knock. Don’t worry, we don’t mind and actually welcome visitors.</p>
<p>The next step is finding out what we do and how we can help you. We provide a place to work, tools, computers with engineering software, as well as tutoring and advice. We can also get you started taking an engineering project to market.</p>
<p>So please stop by and say “hi,” and we’ll give you a tour.</p>
]]></content:encoded>
			<wfw:commentRss>http://ece-research.unm.edu/iplaza/?feed=rss2&#038;p=1</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
