<?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>Symbol Engine</title>
	<atom:link href="http://www.symbolengine.com/index.php/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.symbolengine.com</link>
	<description>Jim Qode&#039;s sporadically updated geeky blog</description>
	<lastBuildDate>Thu, 14 Jul 2011 00:27:04 +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>Hardware Hacking with Jeri Ellsworth now on Boxee</title>
		<link>http://www.symbolengine.com/index.php/2011/07/14/hardware-hacking-with-jeri-ellsworth-now-on-boxee/</link>
		<comments>http://www.symbolengine.com/index.php/2011/07/14/hardware-hacking-with-jeri-ellsworth-now-on-boxee/#comments</comments>
		<pubDate>Thu, 14 Jul 2011 00:27:04 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/?p=81</guid>
		<description><![CDATA[Hi there free people of the Intertubes, It looks like nobody will be adding ustream functionality to Boxee in a foreseeable future and Jeri seems to have settled there. I don&#8217;t like exiting Boxee on my media box to watch something because I can&#8217;t use my android phone as remote then. So I hacked together [...]]]></description>
			<content:encoded><![CDATA[<p>Hi there free people of the Intertubes,</p>
<p>It looks like nobody will be adding ustream functionality to Boxee in a foreseeable future and Jeri seems to have settled there. I don&#8217;t like exiting Boxee on my media box to watch something because I can&#8217;t use my android phone as remote then. So I hacked together a little Boxee app to play Jeri Ellsworth&#8217;s Hardware Hacking channel. Just add my repository to use it.</p>
<p>My Boxee repo is located at:</p>
<p>http://dir.symbolengine.com/</p>
<p>Kudos to Jeri for being such a charming geek!</p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=81&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2011/07/14/hardware-hacking-with-jeri-ellsworth-now-on-boxee/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Swap partition on a flash drive, is it really that bad?</title>
		<link>http://www.symbolengine.com/index.php/2011/01/10/swap-partition-on-a-flash-drive-is-it-really-that-bad/</link>
		<comments>http://www.symbolengine.com/index.php/2011/01/10/swap-partition-on-a-flash-drive-is-it-really-that-bad/#comments</comments>
		<pubDate>Mon, 10 Jan 2011 14:46:30 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[GNU/linux]]></category>
		<category><![CDATA[flash]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[sd]]></category>
		<category><![CDATA[swap]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/?p=73</guid>
		<description><![CDATA[There are comments all over the web giving negative advice to people who would like to try running a linux box with swap partition on a flash drive. Write cycles are limited in flash drives. A memory cell can usually be written to about 100,000 times but nearly all flash memory devices have specialized circuitry [...]]]></description>
			<content:encoded><![CDATA[<p>There are comments all over the web giving negative advice to people who would like to try running a linux box with swap partition on a flash drive.</p>
<p>Write cycles are limited in flash drives. A memory cell can usually be written to about 100,000 times but nearly all flash memory devices have specialized circuitry to write to different locations each time the memory is access to even out the wear on all cells. So in theory you can write 200 TB of data on a 2 GB sd card before it fails. This may not be so in practice, but let&#8217;s halve it to 100 TB. How much time do you think your computer is gonna take to wear out your card completely? Well that depends on your computers swappiness, but I seriously think it is going to take about a year.</p>
<p>Another protest against the flash swap is the speed of flash devices. While flash devices are much slower than hard drives, think about this scenario: Your computer is playing back a high definition video file and using all its ram, and your hard drive just can keep up with reading the media from the drive. What happens when a cron job executes and needs some memory? Some pages need to be swapped to your hard drive which is on the same device but on a different partition. Your drive head will jump there to write the page, and jump back immediately to reading the media potentially skipping frames on decoding. Using another harddrive to hold the swap file would fix this problem but what if you can&#8217;t? What if you are a cheapskates like me? Using a flash memory device for swap would free your hard drive, and even though it is slower, the fact that it uses another media to read from and another bus to move the data makes for shorter I/O queues on devices and faster access times.</p>
<p>So while it may not be as good as upgrading your RAM, putting in a second hard drive for swap or buying a faster hard drive; it still makes a difference in systems where hard drive I/O is the bottleneck. If this applies to you, go on and make a swap partition on that old flash drive (just make sure it is not USB 1.1). It is a very cheap performance upgrade you can use for a year. And who knows what you will be using one year from now anyway?</p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=73&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2011/01/10/swap-partition-on-a-flash-drive-is-it-really-that-bad/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Control any IR remote capable device by wire with an Arduino</title>
		<link>http://www.symbolengine.com/index.php/2009/09/05/control-any-ir-remote-capable-device-by-wire-with-an-arduino/</link>
		<comments>http://www.symbolengine.com/index.php/2009/09/05/control-any-ir-remote-capable-device-by-wire-with-an-arduino/#comments</comments>
		<pubDate>Sat, 05 Sep 2009 20:32:14 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[arduino]]></category>
		<category><![CDATA[ir]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/?p=53</guid>
		<description><![CDATA[Recently I was faced with the problem of controlling three identical Personal Media Players with Arduino. Emulating the remote might have been an option but they were too close to each other, so it was hard to control them independently. A command sent for one device sometimes could be registered by the neighboring device. So [...]]]></description>
			<content:encoded><![CDATA[<p>Recently I was faced with the problem of controlling three identical Personal Media Players with Arduino. Emulating the remote might have been an option but they were too close to each other, so it was hard to control them independently. A command sent for one device sometimes could be registered by the neighboring device. So here&#8217;s the hackish solution I found:</p>
<p>All devices with remote control has a built in IR receiver chip. They are usually dark red and have a cylindical or hemispherical window and three pins. Those pins are Ground, VCC and data. It is the data pin we are intrested in. Infrared control signals consist of high frequency pulses of light, and the length of pulses and gaps determine the data. Fortunately for us the carrier frequency is filtered inside the IR receiver chip, so there is only clear +5/0 volt pulses on the data pin. We can send the same messages as the remote commander to this pin and trick the device into thinking it is getting the pulses from the original remote.</p>
<p>But there is a problem. How do we know how the commands are coded? This is where LIRC comes into play. LIRC allows you to record and decode the signals sent from a remote controller. You should have some kind of infrared receiver connected to your computer, but fortunately many of the receiver designs are very easy to build. If you just need it for this project I would suggest using the sound card input method. It uses only an IR receiver chip and a 5V power source. Actually you could just wire the data and ground pins of the IR receiver on the device you wish to control, to the sound card mic input and you&#8217;ll be good to go.</p>
<p>Set up Lirc following the documentation on its website and test it with mode2 command. If you are getting the signal from remote and everything seems ok, now is time to record the commands from our remote commander. Once again you can consult the LIRC documentation on how to do that, but on my ubuntu system this command works:</p>
<div class='code_parent'>
<div class='code_title'>Code:</div>
<div class='code_child'><code>
<div class='pre_container'>
<pre>irrecord -f -d /dev/lirc0 ~/pmp.lirc</pre>
</div>
<p></code></div>
</div>
<p>Do not forget the -f flag. It forces irrecord to save the output in raw format. We are going to need a raw format file to convert it to arduino code. The program will instruct you to press keys and record them to the file specified (&#8220;~/pmp.lirc&#8221; in this case&#8221;). If you feel curious you can take a peek at the file for a text editor. You&#8217;ll see many numbers after &#8220;name [key_name]&#8221; statements. Those numbers represent times in microseconds. For example:</p>
<div class='code_parent'>
<div class='code_title'>Code:</div>
<div class='code_child'><code>
<div class='pre_container'>
<pre>9182 432 688</pre>
</div>
<p></code></div>
</div>
<p>means first the remote send a 9182 µS pulse, followed by a 432 µS gap and another 688 µS pulse. Now we need to translate these numbers into an integer array in arduino&#8217;s memory. Since our ram is very small (512 bytes for Atmega168) we will be using the program memory to store these arrays. I wrote a little php script to convert the lirc data file to an arduino header file you can use right away. You can use the script online <a href="http://www.symbolengine.com/lirctoc/">here</a>, or download the script to use it locally <a href="http://www.symbolengine.com/download-manager.php?id=12">here</a>.</p>
<p>Once we convert the data files it now comes to this: Connect any digital pin on the arduino to IR receiver data pin. Download the arduino example code from <a href="http://www.symbolengine.com/download-manager.php?id=13">here</a>. Write it on the Arduino&#8217;s memory and fire away.</p>
<p>Have fun!</p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=53&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2009/09/05/control-any-ir-remote-capable-device-by-wire-with-an-arduino/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>USBTinyISP Single Side Board version</title>
		<link>http://www.symbolengine.com/index.php/2008/11/25/usbtinyisp-single-side-board-version/</link>
		<comments>http://www.symbolengine.com/index.php/2008/11/25/usbtinyisp-single-side-board-version/#comments</comments>
		<pubDate>Tue, 25 Nov 2008 16:45:56 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2008/11/25/usbtinyisp-single-side-board-version/</guid>
		<description><![CDATA[I made a single side board version of USBTinyISP for easy etching. But I failed to be the first on the internet. Apperently Wraimann beat me to it. Never mind, this one is much smaller at the expense of leaving out the 10 pin socket. You can always make an adapter cable anyway. It also [...]]]></description>
			<content:encoded><![CDATA[<p>I made a single side board version of <a href="http://www.ladyada.net/make/usbtinyisp/">USBTinyISP</a> for easy etching. But I failed to be the first on the internet. Apperently <a href="http://www.wraimann.net/index.php?option=com_content&#038;task=view&#038;id=130&#038;Itemid=80">Wraimann</a> beat me to it.<br />
Never mind, this one is much smaller at the expense of leaving out the 10 pin socket. You can always make an adapter cable anyway. It also contains thicker lines to avoid accidents with etching. </p>
<p><a href="http://www.ladyada.net/make/usbtinyisp/">USBTinyISP</a> is a very versatile USB AVR programmer by <a href="http://www.ladyada.net/">LadyAda</a> that works with nearly all Atmel Microcontrollers. </p>
<p>Downloads:<br />
<a href="http://www.symbolengine.com/files/usbtiny.zip">USBTinyISP Eagle Files @ Symbolengine.com</a></p>
<p><a href="http://www.symbolengine.com/wp-content/uploads/usbtiny300.png"><img id="image51" src="http://www.symbolengine.com/wp-content/uploads/board150.png" alt="USBTinyISP Single Sided Board" /></a></p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=50&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2008/11/25/usbtinyisp-single-side-board-version/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Sorry for the downtime</title>
		<link>http://www.symbolengine.com/index.php/2008/11/18/sorry-for-the-downtime/</link>
		<comments>http://www.symbolengine.com/index.php/2008/11/18/sorry-for-the-downtime/#comments</comments>
		<pubDate>Tue, 18 Nov 2008 12:48:50 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[small talk]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2008/11/18/sorry-for-the-downtime/</guid>
		<description><![CDATA[I&#8217;m sorry for the loooooong downtime. I was having problems with my db and didn&#8217;t have the time to fix it until now.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m sorry for the loooooong downtime. I was having problems with my db and didn&#8217;t have the time to fix it until now.</p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=49&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2008/11/18/sorry-for-the-downtime/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>How to control a 4 motor walker robot</title>
		<link>http://www.symbolengine.com/index.php/2008/05/30/how-to-control-a-4-motor-walker-robot/</link>
		<comments>http://www.symbolengine.com/index.php/2008/05/30/how-to-control-a-4-motor-walker-robot/#comments</comments>
		<pubDate>Fri, 30 May 2008 14:38:50 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[DIY]]></category>
		<category><![CDATA[Robotics]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2008/05/30/how-to-control-a-4-motor-walker-robot/</guid>
		<description><![CDATA[I have been working with Tolga on a 4 motor walker. After taking care of the electronics we started working on walking dynamics. Figuring out the timings needed to control this beast wasn&#8217;t that easy. Luckily Tolga had a working Wowwee Roboquad lying around. So we had a chance to analyze its walking patterns. Here [...]]]></description>
			<content:encoded><![CDATA[<p>I have been working with <a href="http://botdev.blogspot.com/">Tolga</a> on a 4 motor walker. After taking care of the electronics we started working on walking dynamics. Figuring out the timings needed to control this beast wasn&#8217;t that easy. Luckily Tolga had a working <a href="http://www.roboquadonline.com/">Wowwee Roboquad</a> lying around. So we had a chance to analyze its walking patterns.</p>
<table>
<tr>
<td>
<img id="image44" src="http://www.symbolengine.com/wp-content/uploads/walkerschema.png" alt="4 Motor Walker Schema"/>
</td>
<td style="vertical-align:center;">
Here is the basic schema of a 4 motor walker. You can see the numbering scheme we used to identify each motor. Arrow points to which way the robot is going when we say it is going forward. Motors are running counter-clockwise with negative voltage and clockwise with positive voltage. </p>
<p> Now to get to the juicy part:
</td>
</tr>
</table>
<p>
<img id="image46" src="http://www.symbolengine.com/wp-content/uploads/walkertiming.png" alt="4 Motor Walker Timing" /></p>
<ul>
<li>Please note that the patterns for rotating are 2 times longer than the patterns for movement. As a result turning is slower. </li>
<p></p>
<li>If your robot is moving in very small steps, try longer delays between steps.</li>
<p></p>
<li>If the robot is moving faster in one directionor leaning slightly to one direction while walking, there is probably a problem with its weight distribution. Try to distribute the weight as equally as you can, especially between back and front</li>
<p>
</ul>
<p>
<center><br />
<object width="400" height="300"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://www.vimeo.com/moogaloop.swf?clip_id=1120672&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" /><embed src="http://www.vimeo.com/moogaloop.swf?clip_id=1120672&amp;server=www.vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="300"></embed></object><br /><a href="http://www.vimeo.com/1120672?pg=embed&#038;sec=1120672">Quadropod AI Test</a> from <a href="http://www.vimeo.com/user170575?pg=embed&#038;sec=1120672">MrBeaver</a> on <a href="http://vimeo.com?pg=embed&#038;sec=1120672">Vimeo</a>.</p>
<p></center></p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=45&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2008/05/30/how-to-control-a-4-motor-walker-robot/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Useful scripts for wmii on laptops</title>
		<link>http://www.symbolengine.com/index.php/2008/03/22/useful-scripts-for-wmii-on-laptops/</link>
		<comments>http://www.symbolengine.com/index.php/2008/03/22/useful-scripts-for-wmii-on-laptops/#comments</comments>
		<pubDate>Fri, 21 Mar 2008 23:18:01 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[GNU/linux]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2008/03/22/useful-scripts-for-wmii-on-laptops/</guid>
		<description><![CDATA[wmii has been the my window manager of choice ever since I first saw it. I recently got a shiny Dell M1330 and as anyone can guess Vista did not live longer than 2 hours on it. I had never used wmii on a laptop before and I saw that the default scripts are were [...]]]></description>
			<content:encoded><![CDATA[<p>wmii has been the my window manager of choice ever since I first saw it. I recently got a shiny Dell M1330 and as anyone can guess Vista did not live longer than 2 hours on it. I had never used wmii on a laptop before and I saw that the default scripts are were obviously coded with desktop user in mind. </p>
<ul>
<li>There is no battery indicator</li>
<li>You can&#39;t watch the CPU temperature</li>
<li>and you can&#39;t set the CPU frequency governor</li>
</ul>
<p><span id="more-41"></span><br />
Of course you can use gkrellm for the first two but it does not play nicely with dynamic window managers like wmii. If I wanted to drag windows around I&#39;d use Gnome, thank you. It is much nicer to change the right side of the status bar to show current temperature and battery status.&nbsp;</p>
<p>Beware! This change is for the sh script version of wmiirc. If you are using the other version this may not work.
<p>In file: ~/.wmii-3.5/wmiirc change the part that says </p>
<div class='code_parent'>
<div class='code_title'>Code:</div>
<div class='code_child'><code>
<div class='pre_container'>
<pre># Status Bar Info
status() {
        echo -n $(uptime | sed 's/.*://; s/,//g') '|' $(date)
}</pre>
</div>
<p></code></div>
</div>
<p>to</p>
<div class='code_parent'>
<div class='code_title'>Code:</div>
<div class='code_child'><code>
<div class='pre_container'>
<pre># Status Bar Info
status() {
	BAT=`acpi -b`
	LEFT=`echo $BAT | cut -d ',' -f 2`
	TEMP=`acpi -t -B -c | cut -d ',' -f 2 | cut -d "." -f 1`
	LOAD=$(uptime | sed 's/.*://; s/,//g')
	DATE=`date +"%d/%m/%y %R:%S"`
	echo -n T: $TEMP '|' B: $LEFT '|' $LOAD '|' $DATE
}</pre>
</div>
<p></code></div>
</div>
<p>You can of course keep the longer date format by changing &quot;$DATE&quot; to $(date) but I like it shorter.</p>
<p>Now on to the Frequency Governor! You can download the script below and put it in ~/.wmii-3.5 . Don&#39;t forget to make it executable. </p>
<p><a href="http://www.symbolengine.com/download-manager.php?id=11">cpufreq @ SymbolEngine</a></p>
<p>Now when you run the cpufreq action you will be asked for your password. This is because CPU governor can only be changed by root user. After that you&#39;ll get a nice dmenu on top of the screen to choose a governor. </p>
<p>I hope you find these scripts useful. </p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=41&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2008/03/22/useful-scripts-for-wmii-on-laptops/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Half a Spaceman Spiff&#8217;s Ghetto DTV Color fix</title>
		<link>http://www.symbolengine.com/index.php/2007/06/14/half-a-spaceman-spiffs-ghetto-dtv-color-fix/</link>
		<comments>http://www.symbolengine.com/index.php/2007/06/14/half-a-spaceman-spiffs-ghetto-dtv-color-fix/#comments</comments>
		<pubDate>Thu, 14 Jun 2007 12:04:25 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[C64 DTV]]></category>
		<category><![CDATA[DIY]]></category>
		<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2007/06/14/half-a-spaceman-spiffs-ghetto-dtv-color-fix/</guid>
		<description><![CDATA[I finally had the time to try out Spaceman Spiff&#39;s Color Fix on my DTV. So I took my DTV apart , heated my soldering iron and tried to focus my eyes on the teeny weeny resistors. First let me tell you this: Piggybacking Surface mounted resistors is NO PICNIC. You need completely steady hands, [...]]]></description>
			<content:encoded><![CDATA[<p>I finally had the time to try out <a href="http://symlink.dk/nostalgia/dtv/colorfix/" title="Spaceman Spiff&#39;s Color Fix">Spaceman Spiff&#39;s Color Fix</a> on my DTV. So I took my DTV apart , heated my soldering iron and tried to focus my eyes on the teeny weeny resistors. First let me tell you this: <strong>Piggybacking Surface mounted resistors is NO PICNIC.</strong> </p>
<p>You need completely steady hands, eagle eyes or a stereo microscope, a really good tweezer to grip the tiny resistors,  a soldering iron with heat control and a good quality soldering&amp; paste flux. I had&amp; none of them. After 2 hours of agony I could only solder one (1) resistor into place. Then when I accidentally touched the one I soldered when I was trying my luck on the second one, the first one came off&#8230; Complete with the original resistor on the DTV board. Talk about pain.</p>
<p>I left everything on the table and fired up my a1200 to normalize the levels of stress hormones in my blood. </p>
<p>The other day I decided it would be much easier to take the original resistors out and solder new ones in than to try to piggyback them. And here it is, the turning point:</p>
<p>Spiff&#39;s page says these resistors should ideally be 165 ohms. What I had in hand was the 220 ohms resistors I prepared for the <strike>easy</strike> fix. The ones on the board where 680 ohms, so I decided to try my luck. 220 ohms is much closer to the ideal value than 680. I soldered them in and as I thought it was much easier. </p>
<p>The result is as anyone can guess, not as good as the original fix, but is much better than the original buggy board. It would have been much better if I had resistor with a closer value to 165 ohm. So I dub this fix <strong>Half a Spaceman Spiff&#39;s Ghetto Color Fix</strong>, or <strong>HaSSGCF</strong>.  </p>
<p>So the moral of the story boys and girls is, it&#39;s much easier to replace SMD&#39;s than to solder them piggybacked if you don&#39;t have right tools.</p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=40&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2007/06/14/half-a-spaceman-spiffs-ghetto-dtv-color-fix/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>C64 DTV Hacking Checklist</title>
		<link>http://www.symbolengine.com/index.php/2007/05/22/c64-dtv-hacking-checklist/</link>
		<comments>http://www.symbolengine.com/index.php/2007/05/22/c64-dtv-hacking-checklist/#comments</comments>
		<pubDate>Tue, 22 May 2007 14:28:17 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[C64 DTV]]></category>
		<category><![CDATA[DIY]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2007/05/22/c64-dtv-hacking-checklist/</guid>
		<description><![CDATA[I got meself a PAL DTV recently. These things are pretty cool out of the box. But if you want to get more out of your DTV, there are many hacks around the net. Here is a checklist of the hacks I want to make for mine. It may prove useful to some people. I&#39;ll [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.symbolengine.com/wp-content/uploads/65.png" border="0" width="150" height="167" align="right" />I got meself a PAL DTV recently. These things are pretty cool out of the box. But if you want to get more out of your DTV, there are many hacks around the net. Here is a checklist of the hacks I want to make for mine. It may prove useful to some people.</p>
<p>I&#39;ll add my experiences doing these hack here somewhere when I find the time to do them.   &nbsp;</p>
<p>&nbsp;</p>
<p><strong>1- Fix the colors:</strong></p>
<p>&nbsp;&nbsp;&nbsp; PAL version of the DTV is cursed with a buggy video generator. White is not white at all, and some colors are very hard to distinguish. If you don&#39;t like your DTV with ghetto colors, try spacman spiff&#39;s easy colorfix: (scroll down to easy and better fix)  </p>
<p><a href="http://symlink.dk/nostalgia/dtv/colorfix/">Spaceman Spiff&#39;s DTV colorfix</a></p>
<p><font color="#cc0000">Note: I have tried this hack with limited success. You can read about it <a href="http://www.symbolengine.com/index.php/2007/06/14/half-a-spaceman-spiffs-ghetto-dtv-color-fix/">here</a>.</font><font color="#cc0000"><span style="background-color: #ffffff"> </span></font></p>
<p>  <span id="more-31"></span>
<p><strong>2- Build keyboard and IEC (Disk drive) ports:</strong></p>
<p>&nbsp;&nbsp;&nbsp;&nbsp; DTV unit has all the needed pins for connecting a ps/2 keyboard and multiple daisy chained disk drives. If you are going to do any serious hacking you need these ports.&nbsp;</p>
<p><a href="http://picobay.com/dtv_wiki/index.php?title=Keyboard_port" title="Connecting a PS/2 keyboard to DTV">Connecting a PS/2 keyboard to DTV</a></p>
<p><a href="http://picobay.com/dtv_wiki/index.php?title=IEC_port" title="Connecting a disk drive to DTV">Connecting a disk drive to DTV&nbsp;</a></p>
<p>&nbsp;&nbsp;&nbsp; There&#39;s also a faster way to transfer homebrew software into DTV. Dtvtrans by Daniel Kahlin lets you transfer files from your PC to DTV using a special cable that connects your PC&#39;s parallel port to DTV&#39;s joystick port.</p>
<p><a href="http://www.kahlin.net/daniel/dtv/cable.php">C64 DTV transfer cable &amp; dtvtrans</a>&nbsp;&nbsp;&nbsp; &nbsp;</p>
<p><strong>3- Install DTVMON &amp; DTVBOOT:</strong></p>
<p>&nbsp;&nbsp;&nbsp; Now that we can transfer files to DTV and we made it into something more than a toy we need to get rid of automatic booting into game menu.&nbsp; This software lets you configure boot behaviour, get screenshots, run a machine language monitor, run dtvtrans without entering the bootstrap code into basic and some more. It is a pretty useful piece of software by, again Daniel Kahlin (This guy just loves DTV, and we just love this guy) : </p>
<p><a href="http://www.kahlin.net/daniel/dtv/dtvmon.php">DTVMON &amp; DTVBOOT</a></p>
<p>&nbsp;&nbsp; You are going to need Kahlin&#39;s Flash utility if you want to write DTVBOOT to DTV&#39;s flash rom and believe me you will:</p>
<p><a href="http://www.kahlin.net/daniel/dtv/flash.php">C64DTV Flash info</a></p>
<p>
<p><a href="http://www.kahlin.net/daniel/dtv/flash.php"><br /></a></p>
<p><a href="http://www.kahlin.net/daniel/dtv/dtvmon.php" target="_blank"></a> </p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=31&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2007/05/22/c64-dtv-hacking-checklist/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Amiga 600 schematics in PDF format</title>
		<link>http://www.symbolengine.com/index.php/2007/05/14/amiga-600-schematics-in-pdf-format/</link>
		<comments>http://www.symbolengine.com/index.php/2007/05/14/amiga-600-schematics-in-pdf-format/#comments</comments>
		<pubDate>Mon, 14 May 2007 11:42:47 +0000</pubDate>
		<dc:creator>jimqode</dc:creator>
				<category><![CDATA[Amiga]]></category>
		<category><![CDATA[RetroComputing]]></category>

		<guid isPermaLink="false">http://www.symbolengine.com/index.php/2007/05/14/amiga-600-schematics-in-pdf-format/</guid>
		<description><![CDATA[Since 1200 schematics were so popular, I made A600 schematics into pdf format too. I have changed the layout of some pages, and joined hard to follow schematics that were scattered on multiple pages. Enjoy: Amiga 600 PDF Schematics @ Symbolengine]]></description>
			<content:encoded><![CDATA[<p>Since <a href="http://www.symbolengine.com/index.php/2007/04/21/amiga-1200-schematics-in-pdf-format/" title="Amiga 1200 Schematics in PDF Format">1200 schematics</a> were so popular, I made A600 schematics into pdf format too. I have changed the layout of some pages, and joined hard to follow schematics that were scattered on multiple pages. Enjoy:</p>
<p><a href="http://www.symbolengine.com/download-manager.php?id=10" title="A600 PDF Schematics">Amiga 600 PDF Schematics @ Symbolengine</a></p>
<img src="http://www.symbolengine.com/?ak_action=api_record_view&id=38&type=feed" alt="" />]]></content:encoded>
			<wfw:commentRss>http://www.symbolengine.com/index.php/2007/05/14/amiga-600-schematics-in-pdf-format/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>

