<?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>vsdev &#187; Misc</title>
	<atom:link href="http://www.frozeneskimo.com/electronics/category/misc/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.frozeneskimo.com/electronics</link>
	<description>electronics and embedded development</description>
	<lastBuildDate>Mon, 28 Jun 2010 03:46:22 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>JTAG Wiggler Schematic Fix</title>
		<link>http://www.frozeneskimo.com/electronics/2007/02/15/jtag-wiggler-schematic-fix/</link>
		<comments>http://www.frozeneskimo.com/electronics/2007/02/15/jtag-wiggler-schematic-fix/#comments</comments>
		<pubDate>Fri, 16 Feb 2007 00:17:29 +0000</pubDate>
		<dc:creator>vsergeev</dc:creator>
				<category><![CDATA[ARM]]></category>
		<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.frozeneskimo.com/electronics/2007/02/15/jtag-wiggler-schematic-fix/</guid>
		<description><![CDATA[Per has brought to my attention that the JTAG Wiggler schematic on the &#8220;JTAG Wigger Clone&#8221; page has an error. I jumbled up the P4/P3 connections on the parallel port when I was adapting the schematic in EAGLE (the schematic is based on this one http://jtag-arm9.sourceforge.net/circuit.txt). I have fixed this error in the JTAG Wiggler [...]]]></description>
			<content:encoded><![CDATA[<p>Per has brought to my attention that the JTAG Wiggler schematic on the &#8220;<a href="http://www.frozeneskimo.com/electronics/arm-tutorials/jtag-wiggler-clone/">JTAG Wigger Clone</a>&#8221; page has an error. I jumbled up the P4/P3 connections on the parallel port when I was adapting the schematic in EAGLE (the schematic is based on this one <a href="http://jtag-arm9.sourceforge.net/circuit.txt">http://jtag-arm9.sourceforge.net/circuit.txt</a>). I have fixed this error in the JTAG Wiggler schematic image, and I also posted the EAGLE schematic file.</p>
<p>Thanks to Per for bringing up the error.<br />
I apologize for this mistake and I&#8217;ll do my best to look out for them in the future. </p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozeneskimo.com/electronics/2007/02/15/jtag-wiggler-schematic-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New E-Mail Messages Checker with 7-Segment LED</title>
		<link>http://www.frozeneskimo.com/electronics/2006/08/01/new-e-mail-messages-checker-with-7-segment-led/</link>
		<comments>http://www.frozeneskimo.com/electronics/2006/08/01/new-e-mail-messages-checker-with-7-segment-led/#comments</comments>
		<pubDate>Tue, 01 Aug 2006 22:35:28 +0000</pubDate>
		<dc:creator>vsergeev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.frozeneskimo.com/electronics/?p=75</guid>
		<description><![CDATA[The other night I came across a 7-segment LED display and decided to interface it to a parallel port. I added a button as well. The 7-segment LED lines (each leg of the display plus the dot LEDs) are connected to the parallel port data pins (D0-D7). I have the button hooked up to nInitialize [...]]]></description>
			<content:encoded><![CDATA[<p>The other night I came across a 7-segment LED display and decided to interface it to a parallel port. I added a button as well. The 7-segment LED lines (each leg of the display plus the dot LEDs) are connected to the parallel port data pins (D0-D7). I have the button hooked up to nInitialize (bidirectional) and nAck (input only). I&#8217;ve never done a parallel port interface project before, so I figured this would be a good start.</p>
<p>I wrote some quick prototype software in Perl, of all languages. It requires Device::ParallelPort for parallel port access, which for some reason didn&#8217;t work well with writing data bytes, so I had to resort to doing everything bit by bit in software. For the switch, I bring nInitialize down, and poll nAck for changes. When nAck goes low, the switch has been pressed.<span id="more-75"></span></p>
<p>Actually the idea from the start was to make a New Message email checker on my desk. I&#8217;d like to be able to press a button and get a report of new email messages on the LED display. I achieved exactly that with the Mail::POP3Client module for perl. It works well, but for some reason I couldn&#8217;t get IO::Socket::SSL working in Windows ActiveState perl, so it doesn&#8217;t work with POP3 servers where SSL is required (Gmail). Other than that, it works perfectly.</p>
<p>
<p>If there are more than 9 new messages, it displays a 9 with the dot, otherwise it shows the number of new messages on the LED display. When it is connecting and checking the email, only the dot is displayed. When there is an error connecting or retrieving the number of new messages, an &#8216;E&#8217; character with a dot is displayed. I would record a mini video demo but I just can&#8217;t seem to find a parallel port cable extension.</p>
<p>Pictures:
<p><a href="http://www.frozeneskimo.com/electronics/wp-content/uploads/2006/08/pop3emailchecker.jpg" title="POP3 New Messages Checker with 7-Segment LED Thumbnail"><img src="http://www.frozeneskimo.com/electronics/wp-content/uploads/2006/08/pop3emailcheckerthumb.jpg" alt="POP3 New Messages Checker with 7-Segment LED Thumbnail" /></a></p>
<p>
<p>If you would like to take a look at the Perl code, feel free to download it here: <a id="p76" href="http://www.frozeneskimo.com/electronics/wp-content/uploads/Software/pop3checkerpl.txt">POP3 New Messages Checker with 7-Segment LED in Perl</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozeneskimo.com/electronics/2006/08/01/new-e-mail-messages-checker-with-7-segment-led/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>MiniLA Kit Arrived</title>
		<link>http://www.frozeneskimo.com/electronics/2006/07/21/minila-kit-arrived/</link>
		<comments>http://www.frozeneskimo.com/electronics/2006/07/21/minila-kit-arrived/#comments</comments>
		<pubDate>Sat, 22 Jul 2006 06:07:04 +0000</pubDate>
		<dc:creator>vsergeev</dc:creator>
				<category><![CDATA[Misc]]></category>

		<guid isPermaLink="false">http://www.frozeneskimo.com/electronics/?p=73</guid>
		<description><![CDATA[Yesterday I received the miniLA kit (mini logic analyzer, see more at http://minila.sourceforge.net) from g1powermac. Some info from a previous post: &#8220;&#8221;g1powermac&#8221; from the ##microcontrollers IRC channel on Freenode has organized a group PCB and components buy of the &#8220;miniLA&#8221; mini logic analyzer, freely available at http://minila.sourceforge.net/ . This will be an invaluable tool for [...]]]></description>
			<content:encoded><![CDATA[<p>Yesterday I received the miniLA kit (mini logic analyzer, see more at <a href="http://minila.sourceforge.net">http://minila.sourceforge.net</a>) from g1powermac.<br />
Some info from a previous post:<br />
&#8220;&#8221;g1powermac&#8221; from the ##microcontrollers IRC channel on Freenode has organized a group PCB and components buy of the &#8220;miniLA&#8221; mini logic analyzer, freely available at http://minila.sourceforge.net/ . This will be an invaluable tool for FPGAs and CPLDs, which I&#8217;m looking to getting into. The device itself has some very impressive features: 32 channels, 100MHz, 128Kb memory for *each* channel, compatible with 3.3v and 5V, and it is of course free. The price will probably end up being under $70 as well. There is also a simple parallel port to USB converter designed for the miniLA, and it looks relatively easy to build.&#8221;</p>
<p>Currently there are none available to order, but check periodically because a second run with an improved board is coming along soon.</p>
<p>Here is a picture of it unassembled:<br />
<a class="imagelink" href="http://www.frozeneskimo.com/electronics/wp-content/uploads/2006/07/minila-unassembled.jpg" title="MiniLA Unassembled"><img id="image71" src="http://www.frozeneskimo.com/electronics/wp-content/uploads/2006/07/minila-unassembled-thumbnail.jpg" alt="MiniLA Unassembled" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.frozeneskimo.com/electronics/2006/07/21/minila-kit-arrived/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
