<?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>Hotsolder</title>
	<atom:link href="http://www.hotsolder.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.hotsolder.com</link>
	<description>Electronics and other geeky pursuits!</description>
	<lastBuildDate>Sat, 31 Jul 2010 04:10:43 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>
		<item>
		<title>PICP (Linux PICSTART Plus) for 16F883 and 16F886</title>
		<link>http://www.hotsolder.com/2010/07/picp-linux-picstart-plus-for-16f883-and-16f886.html</link>
		<comments>http://www.hotsolder.com/2010/07/picp-linux-picstart-plus-for-16f883-and-16f886.html#comments</comments>
		<pubDate>Sat, 31 Jul 2010 04:10:43 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=877</guid>
		<description><![CDATA[Just in case you want to use PICP with either the 16F883 or 16F886, add this to your picdevrc file: [16F883] 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 PICSTART [16F883:def] 10 00 3f ff 3f ff 00 7f 00 7f 3f ff 3f ff 00 ff [...]]]></description>
			<content:encoded><![CDATA[<p>Just in case you want to use <a href="http://home.pacbell.net/theposts/picmicro">PICP</a> with either the 16F883 or 16F886, add this to your picdevrc file:</p>
<p>[16F883]<br />
0 0 0 0 0 0 0 0<br />
0 0 0 0 0 0 0 0<br />
PICSTART</p>
<p>[16F883:def]<br />
10 00 3f ff 3f ff 00 7f<br />
00 7f 3f ff 3f ff 00 ff<br />
00 ff 00 00 00 00 00 00<br />
0D 10 20 00 04 20 07 02<br />
00 00 01 00 00 00 00 00<br />
00 01 22 0f</p>
<p>[16F883:defx]<br />
3f ff 07 00 00 00 00 00<br />
00 00 00 00 00 00 00 00<br />
3f ff 07 00 00 00 00 00<br />
00 00 00 00 00 00 00 00</p>
<p>[16F886]<br />
0 0 0 0 0 0 0 0<br />
0 0 0 0 0 0 0 0<br />
PICSTART</p>
<p>[16F886:def]<br />
20 00 3f ff 3f ff 00 7f<br />
00 7f 3f ff 3f ff 00 ff<br />
00 ff 00 00 00 00 00 00<br />
0D 10 20 00 04 20 07 02<br />
00 00 01 00 00 00 00 00<br />
00 01 22 0f</p>
<p>[16F886:defx]<br />
3f ff 07 00 00 00 00 00<br />
00 00 00 00 00 00 00 00<br />
3f ff 07 00 00 00 00 00<br />
00 00 00 00 00 00 00 00</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/07/picp-linux-picstart-plus-for-16f883-and-16f886.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Cost Effective Digital I/O for LabView</title>
		<link>http://www.hotsolder.com/2010/06/cost-effective-digital-io-for-labview.html</link>
		<comments>http://www.hotsolder.com/2010/06/cost-effective-digital-io-for-labview.html#comments</comments>
		<pubDate>Tue, 08 Jun 2010 03:54:40 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=871</guid>
		<description><![CDATA[LabView is great software, but it isn&#8217;t easy to find inexpensive hardware that works with it. Since the GP-3 is a serial device (RS232 or USB) LabView can use it, but it does take a bit of hoop jumping to match the GP-3&#8242;s efficient binary protocol with LabView&#8217;s string-oriented I/O. Because so many people have [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.awce.com/gp3-labview.htm"><img class="alignleft" title="Example GP3 VI" src="http://www.awce.com/gp3-vi3.png" alt="Example GP3 VI" width="250" height="162" /></a></p>
<p>LabView is great software, but it isn&#8217;t easy to find inexpensive hardware that works with it. Since the GP-3 is a serial device (RS232 or USB) LabView can use it, but it does take a bit of hoop jumping to match the GP-3&#8242;s efficient binary protocol with LabView&#8217;s string-oriented I/O.</p>
<p>Because so many people have asked me about how to use LabView with the GP-3, I&#8217;ve started posting blocks that do the GP-3 functions. I don&#8217;t have them all yet, but I&#8217;m steadily adding to them, and the example they provide would make it pretty easy to do any of them you want (in fact, I just copy, paste, and modify to get most of them myself).</p>
<p>Read the whole article at <a href="http://www.awce.com/gp3-labview.htm">http://www.awce.com/gp3-labview.htm</a> and look for the download files at the bottom.</p>
<p><object width="480" height="385"><param name="movie" value="http://www.youtube.com/v/TJDJft1nR-k&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6"></param><param name="allowFullScreen" value="true"></param><param name="allowscriptaccess" value="always"></param><embed src="http://www.youtube.com/v/TJDJft1nR-k&#038;hl=en_US&#038;fs=1&#038;color1=0x006699&#038;color2=0x54abd6" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="480" height="385"></embed></object></p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/06/cost-effective-digital-io-for-labview.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New GP-3X Boards Available</title>
		<link>http://www.hotsolder.com/2010/05/new-gp-3x-boards-available.html</link>
		<comments>http://www.hotsolder.com/2010/05/new-gp-3x-boards-available.html#comments</comments>
		<pubDate>Sun, 30 May 2010 15:44:10 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=866</guid>
		<description><![CDATA[Here&#8217;s a chance to pick one up at a promotional auction price. http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&#38;item=230481553652 The firmware on these boards is the normal GP-3. You can use it as a PC A/D interface for data acquisition or control You can also create a program with GP3EZ and then &#8220;download&#8221; it to the board so the board will function without [...]]]></description>
			<content:encoded><![CDATA[<p>Here&#8217;s a chance to pick one up at a promotional auction price.</p>
<p><a href="http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=230481553652">http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=230481553652</a></p>
<p>The firmware on these boards is the normal GP-3. You can use it as a PC A/D interface for data acquisition or control You can also create a program with GP3EZ and then &#8220;download&#8221; it to the board so the board will function without a PC.</p>
<p>The differences in this board from the regular board:</p>
<p>1) All I/O is out to the edge and marked. Screw terminals are optional (included in the auction).</p>
<p>2) Dedicated jumper for GP3EZ run/program mode</p>
<p>3) USB daughterboard available</p>
<p>4) Room for a &#8220;regular&#8221; LED or a 2nd 5V LED.</p>
<p>5) Large ground lands for the analog converters to decrease noise pickup</p>
<p>6) Spare area for op-amps or other devices (if not using USB daughterboard); flexible I/O lets you &#8220;interrupt&#8221; the analog and digital I/O to reroute.</p>
<p>7) Slot for resonator OR crystal.</p>
<p>8 ) Switchable DTE or DCE serial port (and connections for TTL serial)</p>
<p>There is also a new manual for ALL GP-3s. Unlike the old &#8220;two part&#8221; manual, this is one manual for all GP-3 boards and should not require any other manual regardless of which kit you have. http://www.awce.com/gp3.pdf</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/05/new-gp-3x-boards-available.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SuperProbe</title>
		<link>http://www.hotsolder.com/2010/05/superprobe.html</link>
		<comments>http://www.hotsolder.com/2010/05/superprobe.html#comments</comments>
		<pubDate>Sat, 29 May 2010 13:24:21 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[microcontroller]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=128</guid>
		<description><![CDATA[.!. We have a group of hams that homebrew that meets once a month for breakfast. A while back I noticed the SuperProbe and thought it would be a good way to get some of the guys started with Microchip PICs. I started out breadboarding the circuit, but they will eventually go into nice cases [...]]]></description>
			<content:encoded><![CDATA[<div style="display: none;">.!.</div>
<p>We have a group of hams that homebrew that meets once a month for breakfast. A while back I noticed the <a href="http://mondo-technology.com/super.html">SuperProbe</a> and thought it would be a good way to get some of the guys started with Microchip PICs.</p>
<p>I started out breadboarding the circuit, but they will eventually go into nice cases we bought from Kelvin.</p>
<p>Here it is in logic probe mode, reading a logic 1 (High):</p>
<p><a href="http://www.hotsolder.com/wp-content/uploads/2008/06/pict0146-small.jpg"><img class="aligncenter size-medium wp-image-129" title="Logic Super Probe" src="http://www.hotsolder.com/wp-content/uploads/2008/06/pict0146-small.jpg" alt="Breadboarded Super Probe reads a logic high" width="300" height="225" /></a></p>
<p>And here it is reading a voltage (just an output from a pot):</p>
<p><a href="http://www.hotsolder.com/wp-content/uploads/2008/06/pict0145-small.jpg"><img class="aligncenter size-medium wp-image-130" title="Voltage Super Probe" src="http://www.hotsolder.com/wp-content/uploads/2008/06/pict0145-small.jpg" alt="The Super Probe reads a voltage" width="300" height="225" /></a></p>
<p>I want to make a few modifications &#8212; at least a buzzer (shared on the switch lines) and maybe something with the serial port, but I wanted to &#8220;base line&#8221; it first.</p>
<p>Stay tuned.</p>
<p>Update. Here&#8217;s a video of the above in action:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/jM3GzYAly_A" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/jM3GzYAly_A"></embed></object></p>
<p>And I have in fact built this in a nice case (finally). Here&#8217;s some pictures:</p>
<div id="attachment_863" class="wp-caption alignleft" style="width: 310px"><a href="http://www.hotsolder.com/wp-content/uploads/2008/01/exterior.jpg"><img class="size-medium wp-image-863" title="Probe Exterior" src="http://www.hotsolder.com/wp-content/uploads/2008/01/exterior-300x84.jpg" alt="Probe Exterior" width="300" height="84" /></a><p class="wp-caption-text">Probe (outside view with red bezel removed)</p></div>
<div id="attachment_864" class="wp-caption alignleft" style="width: 310px"><a href="http://www.hotsolder.com/wp-content/uploads/2008/01/inside.jpg"><img class="size-medium wp-image-864" title="Inside view of the probe" src="http://www.hotsolder.com/wp-content/uploads/2008/01/inside-300x81.jpg" alt="Inside view of the probe" width="300" height="81" /></a><p class="wp-caption-text">Inside view of the probe</p></div>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/05/superprobe.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Emacs, Chrome, and Daemons</title>
		<link>http://www.hotsolder.com/2010/05/emacs-chrome-and-daemons.html</link>
		<comments>http://www.hotsolder.com/2010/05/emacs-chrome-and-daemons.html#comments</comments>
		<pubDate>Sat, 15 May 2010 06:25:07 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[emacs]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=855</guid>
		<description><![CDATA[I  really liked the Chrome extension that lets you edit multiline text edits in Chrome with emacs (or, I guess any other editor &#8212; as though there are any other editors). However, it has to have a server running. You can run a python server or one in e-lisp. But the lisp one requires emacs [...]]]></description>
			<content:encoded><![CDATA[<p>I  really liked the Chrome extension that lets you edit multiline text edits in Chrome with emacs (or, I guess any other editor &#8212; as though there are any other editors). However, it has to have a server running. You can run a python server or one in e-lisp. But the lisp one requires emacs to be running already.</p>
<p>Here&#8217;s how I set mine up.</p>
<p>1) Autostart emacs &#8211;daemon using your choice of methods (autostart, Xsession, whatever)</p>
<p>2) In your .emacs you need this:</p>
<pre>(if (and (daemonp) (locate-library "edit-server"))</pre>
<pre>(progn</pre>
<pre>(require 'edit-server)</pre>
<pre>; can add options here like (setq edit-server-new-frame-mode-line t) (setq edit-server-new-frame-minibuffer t)</pre>
<pre>(edit-server-start)))</pre>
<pre><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">3) Then in your .bashrc put this:</span></pre>
<pre>if [ -z "$DISPLAY" ]</pre>
<pre>then</pre>
<pre>  alias emacs='emacsclient -t'</pre>
<pre>
<pre>  export EDITOR='emacsclient -t'</pre>
</pre>
<pre>else</pre>
<pre>   alias emacs='emacsclient -c -n'</pre>
<pre>
<pre>   export EDITOR='emacsclient -c -n'</pre>
</pre>
<pre>fi</pre>
<pre><span style="font-family: Georgia, 'Times New Roman', 'Bitstream Charter', Times, serif; line-height: 19px; white-space: normal; font-size: 13px;">Works great. Of course, you need to start the daemon manually THIS TIME (and execute the script lines) or log out and log back on for this to work.</span></pre>
<p>By the way, once you set up the alias, you can&#8217;t easily restart the emacs daemon. Remember you can override an alias with quotes: &#8216;emacs&#8217; &#8211;daemon</p>
<p>Update: you can set ALTERNATE_EDITOR in your environment to the empty string and emacsclient will start a daemon if one is not running. So that means you could skip step 1 if you add:</p>
<pre>export ALTERNATE_EDITOR=""</pre>
<p>to step 3. This is nice because if you kill the server (to reload your .emacs, for example) or it dies (unlikely) then things till work without the user having to reload the daemon manually. Of course, you can still keep step 1 as well which makes your initial load a little faster, and still protects you against a dead daemon.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/05/emacs-chrome-and-daemons.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Upgrade to Ubuntu (Kbuntu) 10.04 Fails</title>
		<link>http://www.hotsolder.com/2010/04/upgrade-to-ubuntu-kbuntu-10-04-fails.html</link>
		<comments>http://www.hotsolder.com/2010/04/upgrade-to-ubuntu-kbuntu-10-04-fails.html#comments</comments>
		<pubDate>Fri, 30 Apr 2010 06:17:34 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=852</guid>
		<description><![CDATA[Like an idiot I always upgrade stuff. Can&#8217;t help it. I know better. Really. I do. I ran the install and got an error that apt&#8217;s post install script failed. Then it kept going for some time. And then it decided it had failed and my system was in an unstable state. Have a nice [...]]]></description>
			<content:encoded><![CDATA[<div>
<p>Like an idiot I always upgrade stuff. Can&#8217;t help it. I know better. Really. I do.</p>
<p>I ran the install and got an error that apt&#8217;s post install script failed. Then it kept going for some time. And then it decided it had failed and my system was in an unstable state. Have a nice day.</p>
<p>I could still boot to the old kernel (the new kernel worked but the system was too trashed to rebuild the Nvidia drivers).</p>
<p>Turns out in /var/lib/dpkg/info/apt.postinst there is a function called:</p>
<pre dir="ltr">set_apt_proxy_from_gconf</pre>
<p>What&#8217;s more is down a ways in the script it calls this line and that is what makes it fail. Three hash signs later and the system is happily configuring away!</p>
<p>Hope that is useful info for you.</p>
</div>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/04/upgrade-to-ubuntu-kbuntu-10-04-fails.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rigol DS1052E or DS1102E Linux Software (link)</title>
		<link>http://www.hotsolder.com/2010/04/rigol-ds1052e-or-ds1102e-linux-software-link.html</link>
		<comments>http://www.hotsolder.com/2010/04/rigol-ds1052e-or-ds1102e-linux-software-link.html#comments</comments>
		<pubDate>Wed, 28 Apr 2010 13:40:50 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=850</guid>
		<description><![CDATA[I haven&#8217;t tried it yet, but http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/ has a simple Python object and a demo that lets you access the Rigol scopes via the usbtmc interface. Looks cool.]]></description>
			<content:encoded><![CDATA[<p>I haven&#8217;t tried it yet, but <a href="http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/">http://www.cibomahto.com/2010/04/controlling-a-rigol-oscilloscope-using-linux-and-python/</a> has a simple Python object and a demo that lets you access the Rigol scopes via the usbtmc interface. Looks cool.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/04/rigol-ds1052e-or-ds1102e-linux-software-link.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Rigol DS1052E and DS1102E Delayed Trigger</title>
		<link>http://www.hotsolder.com/2010/04/rigol-ds1052e-and-ds1102e-delayed-trigger.html</link>
		<comments>http://www.hotsolder.com/2010/04/rigol-ds1052e-and-ds1102e-delayed-trigger.html#comments</comments>
		<pubDate>Tue, 27 Apr 2010 02:05:18 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[Oscilloscopes]]></category>
		<category><![CDATA[Rigol]]></category>
		<category><![CDATA[electronics]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=846</guid>
		<description><![CDATA[I have an old Tek scope. A great 50MHz analog beast that was surely the envy of every engineer &#8212; well every engineer in 1976 anyway. Of course, its a Tek so it is built like a tank and has the usual great features &#8212; for a 1976-vintage analog scope. One thing it has that [...]]]></description>
			<content:encoded><![CDATA[<div id="attachment_847" class="wp-caption alignleft" style="width: 310px"><a href="http://www.hotsolder.com/wp-content/uploads/2010/04/screenshot_027.png"><img class="size-medium wp-image-847" title="Delayed Sweep" src="http://www.hotsolder.com/wp-content/uploads/2010/04/screenshot_027-300x222.png" alt="Delayed Sweep &quot;zooms in&quot; on part of a displayed waveform" width="300" height="222" /></a><p class="wp-caption-text">Delayed Sweep &quot;zooms in&quot; on part of a displayed waveform</p></div>
<p>I have an old Tek scope. A great 50MHz analog beast that was surely the envy of every engineer &#8212; well every engineer in 1976 anyway.</p>
<p>Of course, its a Tek so it is built like a tank and has the usual great features &#8212; for a 1976-vintage analog scope. One thing it has that is very cool is &#8220;delayed sweep.&#8221; The idea is that the scope will trigger as normal and then you can pick a fixed time delay and a different time base to actually drive the display. Huh? All that means is that while watching a regular wave form you can &#8220;zoom&#8221; in on a section of it. The delay tells you how far into the original screen to start, and the faster sweep gives you the zoom factor. The user interface for this is comical but effective. The scope has a special mode where the time delay and &#8220;zoomed&#8221; time base makes the trace very bright. So you twist the knobs until the part you want to zoom in on is bright and then you can zoom in.</p>
<p>The Rigol DS1102E (or is it a DS1052E? I forget) has the same capability, but being digital it is very simple and the user interface is much more effective. See the screen shot? The top trace shows a 32kHz PWM signal (about 4%) generated, of course, from a <a href="http://www.awce.com/gp3.htm" target="_blank">GP3</a>. The bottom trace is the &#8220;zoom in&#8221; &#8212; you can pick delayed sweep from the menus or if you are lazy just click the horizontal scale knob (did you know if you press and hold any button you&#8217;ll get help &#8212; unless you&#8217;ve uploaded unofficial firmware).</p>
<p>Once you turn on delayed sweep you get blue bars on the top that show you the part of the wave you are zooming. You can move the trace with the horizontal position knob and change the zoom level using the horizontal scale. Note that the main window (top trace) is at 10uS/division (you can read that near the bottom of the screen). But the zoomed in part is 500nS/division (right under the enlarged pulse).</p>
<p>When you have seen enough, just click the horizontal scale knob again and you are back to &#8220;undelayed trigger&#8221; or whatever you want to call it. This can be really handy when you are navigating a long buffer. The top view shows you where points of interest in the buffer are, but the bottom view shows you the detail you want.</p>
<p>What would all of this been worth in 1976? My Tek retailed for about US$2500 in its day. Amazing.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/04/rigol-ds1052e-and-ds1102e-delayed-trigger.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Analog Chart Recorder in Shell Script</title>
		<link>http://www.hotsolder.com/2010/04/analog-chart-recorder-in-shell-script.html</link>
		<comments>http://www.hotsolder.com/2010/04/analog-chart-recorder-in-shell-script.html#comments</comments>
		<pubDate>Sun, 25 Apr 2010 21:16:20 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=843</guid>
		<description><![CDATA[Linux has a long history of stringing together data and processing to get new features. With the GP-3 interface board analog and digital &#8220;real world&#8221; data just become another piece of data to process using the Linux tools. This article shows you how to string together a GP-3, some fancy shell script, a Perl script [...]]]></description>
			<content:encoded><![CDATA[<p><div id="attachment_844" class="wp-caption alignleft" style="width: 310px"><a href="http://www.hotsolder.com/wp-content/uploads/2010/04/gp3gnuplot1.png"><img class="size-medium wp-image-844" title="Plotting the GP3" src="http://www.hotsolder.com/wp-content/uploads/2010/04/gp3gnuplot1-300x234.png" alt="GNU Plot streams data" width="300" height="234" /></a><p class="wp-caption-text">GNU Plot streaming GP3 data &quot;live&quot;</p></div>
<p>Linux has a long history of stringing together data and processing to get new features. With the <A href=http://www.awce.com/gp3.htm>GP-3</a> interface board analog and digital &#8220;real world&#8221; data just become another piece of data to process using the Linux tools.
<p><A href=http://www.awce.com/gp3gnuplot.htm>This article shows you how to string together a GP-3, some fancy shell script, a Perl script found on the Internet, and GNU Plot to make a data recorder that is flexible without writing any actual code.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/04/analog-chart-recorder-in-shell-script.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GP3 Videos and a New Board On its Way</title>
		<link>http://www.hotsolder.com/2010/04/gp3-videos-and-a-new-board-on-its-way.html</link>
		<comments>http://www.hotsolder.com/2010/04/gp3-videos-and-a-new-board-on-its-way.html#comments</comments>
		<pubDate>Sat, 24 Apr 2010 04:55:44 +0000</pubDate>
		<dc:creator>wd5gnr</dc:creator>
				<category><![CDATA[electronics]]></category>
		<category><![CDATA[linux]]></category>

		<guid isPermaLink="false">http://www.hotsolder.com/?p=839</guid>
		<description><![CDATA[If you&#8217;ve been reading my posts about the Rigol scope you&#8217;ve probably noticed I use the GP-3 board to generate odd test signals. We have made these for a long time and they are in the most amazing number of things all over the world. But over the years we&#8217;ve heard customers ask for new [...]]]></description>
			<content:encoded><![CDATA[<p>If you&#8217;ve been reading my posts about the Rigol scope you&#8217;ve probably noticed I use the <a href="http://www.awce.com/gp3.htm" target="_blank">GP-3 board</a> to generate odd test signals. We have made these for a long time and they are in the most amazing number of things all over the world. But over the years we&#8217;ve heard customers ask for new or different options and we&#8217;ve thought of a few things ourselves. So within the next month there will be a new PCB option for the GP-3. The new board will have the option to be easily wired for RS232, USB, or both. It also has provisions for &#8220;regular&#8221; LEDs, screw terminals that can double as feet, and all signals brought out to the terminals. A dedicated jumper lets you set the GP3EZ program status, an improved reset switch, and provisions for a resonator or a crystal are just some of the new features you can expect.</p>
<p>These new boards will be even better for tough industrial applications and have a quieter A/D layout than the old boards. But the older boards will still be available. They cost less, are easier to work with on a solderless breadboard, and they are much smaller so they squeeze into tight spots better. But choice is good, right?</p>
<p>If you want to watch some videos about the GP3:</p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/N0F-EwbCNaw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/N0F-EwbCNaw"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/4CbQp73t7bw" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/4CbQp73t7bw"></embed></object></p>
<p><object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="425" height="350" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"><param name="src" value="http://www.youtube.com/v/ooAmbNsl33g" /><embed type="application/x-shockwave-flash" width="425" height="350" src="http://www.youtube.com/v/ooAmbNsl33g"></embed></object></p>
<p>Oh and by the way. We&#8217;ve always supported Linux with a variety of libraries. But the GP3EZ software now runs under Linux too. If you haven&#8217;t seen GP3EZ, check out the videos.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.hotsolder.com/2010/04/gp3-videos-and-a-new-board-on-its-way.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
