<?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>silpstream</title>
	<atom:link href="http://silpstream.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://silpstream.com</link>
	<description></description>
	<lastBuildDate>Tue, 12 Jun 2012 16:53:23 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>ESC reflash with SimonK firmware</title>
		<link>http://silpstream.com/141/esc-reflash-with-simonk-firmware/</link>
		<comments>http://silpstream.com/141/esc-reflash-with-simonk-firmware/#comments</comments>
		<pubDate>Wed, 16 May 2012 22:10:39 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=141</guid>
		<description><![CDATA[&#160; I hadn&#8217;t gotten around to modifying the internals of my TX so I figured I&#8217;d have a go at reflashing the Hobby King 20A (F-20A) ESCs first. I chose this ESC because: They were really cheap They supported reflashing with SimonK&#8217;s firmware They had their test pads in a row so it would be [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-134" title="20AUBEC" src="http://silpstream.com/wp-content/uploads/2012/06/20AUBEC.jpg" alt="" width="565" height="414" /></p>
<p>I hadn&#8217;t gotten around to modifying the internals of my TX so I figured I&#8217;d have a go at reflashing the Hobby King 20A (F-20A) ESCs first. I chose this ESC because:</p>
<ul>
<li>They were really cheap</li>
<li>They supported reflashing with SimonK&#8217;s firmware</li>
<li>They had their test pads in a row so it would be easier</li>
<li>All it&#8217;s FETs were the same (N-Channel)</li>
</ul>
<p>Some wiring had to be done to match the pin-outs from my 10 pin AVR programmer to the test pads on the ESC. I found the information that I needed over at this <a href="http://www.rcgroups.com/forums/showthread.php?t=1513678" target="_blank">RC Groups</a> thread. I also read the instructions found here at <a href="http://wiki.openpilot.org/display/Doc/Flashing+Instructions" target="_blank">openpilot</a>.</p>
<p>As for the firmware we can find it on <a href="https://github.com/sim-/tgy" target="_blank">github</a> along with more useful instructions. I suggest you read all of it and refer to this <a href="https://docs.google.com/a/silpstream.com/spreadsheet/ccc?key=0AhR02IDNb7_MdEhfVjk3MkRHVzhKdjU1YzdBQkZZRlE#gid=0" target="_blank">spreadsheet</a> for your particular ESC.</p>
<p><img class="alignnone size-full wp-image-45" title="IMG_0490" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0490.jpg" alt="" width="640" height="480" /></p>
<p>I wanted to test this really quickly so I just slapped some wiring together with a breadboard to get everything hooked up.</p>
<p><img class="alignnone size-full wp-image-46" title="IMG_0491" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0491.jpg" alt="" width="640" height="480" /></p>
<p>The test pads are in the following order: MOSI, MISO, SCK, -, +, RESET (from bottom to top). I took the time to tin the wire, that I took from an old IDE cable, to make sure I had good contact and no stray wires crossing pads. I then lined it up and held it in place with some scotch tape so that I didn&#8217;t have to keep holding it there. The tape doesn&#8217;t really maintain the contact so prior to programming I would still need to use my finger to press down, it just keeps me from fumbling around.</p>
<p>With the wiring done, I plugged the AVR programmer into the USB port and fired up AVRFuses.</p>
<p><img class="alignnone size-full wp-image-147" title="avrfuses-program1" src="http://silpstream.com/wp-content/uploads/2012/05/avrfuses-program1.png" alt="" width="613" height="658" /></p>
<p>I set the device to &#8220;ATmega8&#8243; which is the microcontroller found on this ESC, and probably most other ESCs compatible with the SimonK firmware. I also pointed the hex file to the firmware file that I had downloaded for my ESC. Then I took a deep breath, pressed my finger to the wire on the ESC and clicked on program. A few seconds later&#8230; &#8220;SUCCESS&#8221;.</p>
<p>I unhooked the ESC and reconnected it to a battery, servo tester and motor. Upon doing this I heard 3 beeps followed by a 4th telling me that everything was good. A few twists on the servo tester and the motor was spooling like a dream.</p>
<p>The flashing instructions make mention of the fuses on the ESC. We do not need to do this and can leave it stock.</p>
<p><img class="alignnone size-full wp-image-148" title="default-fuse-F20A" src="http://silpstream.com/wp-content/uploads/2012/05/default-fuse-F20A.png" alt="" width="536" height="616" /></p>
<p>In case something was changed accidentally (and you still have access to the ATmega) here are the default fuse settings as seen by AVRFuses.</p>
<p>I, on the other hand, somehow managed to mess things up and bricked 1 of my 4 ESCs during the process. Not too bad for my first time doing this, but now I had to go order another ESC. I&#8217;ll probably buy a few as spare.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/141/esc-reflash-with-simonk-firmware/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Atmel AVR programming on OS X</title>
		<link>http://silpstream.com/133/atmel-avr-programming-on-os-x/</link>
		<comments>http://silpstream.com/133/atmel-avr-programming-on-os-x/#comments</comments>
		<pubDate>Tue, 15 May 2012 19:16:15 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[avr]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[osx]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[tutorial]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=133</guid>
		<description><![CDATA[I finally received the AVR USBASP programmer that I ordered on aliexpress.com today. I&#8217;ve been waiting for this so that I could start tinker with reflashing of ESCs and the Turnigy 9x that I had recently bought. I choose this one cause it had some built in protection (diodes) added. It was also voltage selectable [...]]]></description>
				<content:encoded><![CDATA[<p>I finally received the AVR USBASP programmer that I ordered on aliexpress.com today. I&#8217;ve been waiting for this so that I could start tinker with reflashing of ESCs and the Turnigy 9x that I had recently bought. I choose this one cause it had some built in protection (diodes) added.</p>
<p><img title="IMG_0488" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0488.jpg" alt="" width="640" height="480" /></p>
<p>It was also voltage selectable (3.3V and 5V) via adding or removing a 0ohm resistor. I plan on replacing the resistor with headers and a jumper later. It comes default as 5V which works for me, so I&#8217;ll leave it for now.</p>
<p>I run OS X, and most guides for things related to R/C are written for windows. I basically looked for the equivalent Mac based tools as described by the Windows based guides. I knew that I could do this cause there is nothing platform specific when it comes to working with the Atmel microcontrollers (the atmega8a that controls our ESC).</p>
<p>I chose to use <a title="CrossPack" href="http://www.obdev.at/products/crosspack/index.html" target="_blank">CrossPack</a>, by Objective Development Software, to provide me with the toolchain for working with the Atmel microcontrollers. And while I&#8217;m pretty comfortable with the OS X command line (many years of Linux), I figured that I wanted to be lazy and have a GUI interface. Thus I also chose to install <a title="AVRFuses" href="http://www.vonnieda.org/software/avrfuses" target="_blank">AVRFuses</a>, by Jason von Nieda, as the GUI that would hook into avrdude (comes with CrossPack and is the actual program that will flash the firmware to the ESC).</p>
<p>At the time of writing this, the versions that I used are (on OS X 10.7.4):</p>
<ul>
<li>CrossPack-AVR-20120217.dmg</li>
<li>AVRFuses_1.4.4.zip</li>
</ul>
<p>Installation is a piece of cake so I won&#8217;t go into that. I will however talk a bit about configuring AVRFuses so that it can talk to the AVR Programmer through avrdude.</p>
<p><img class="alignnone size-full wp-image-139" title="avrfuses-prefs" src="http://silpstream.com/wp-content/uploads/2012/05/avrfuses-prefs.png" alt="" width="613" height="658" /></p>
<p>After installing both pieces of software, open up AVRFuses and go to it&#8217;s preference pane. Here we will need to define &#8220;Path to avrdude&#8221; and if you read the readme file that came with CrossPack, you would know that it installs by default to &#8220;/usr/local/CrossPack-AVR-20120217/&#8221; and the full path to avrdude is &#8220;/usr/local/CrossPack-AVR-20120217/bin/avrdude&#8221;.</p>
<p>The programmer that I bought was USBASP so I selected &#8220;usbasp&#8221; (obviously), You may need to select a different option depending on your programmer. The port should again be selected based on the hardware programmer that you are using, and it is pretty safe to leave the baud rate at &#8220;[Default]&#8220;.</p>
<p>There has not been an update to AVRFuses since 2008, but I wanted to leave the option checked in case Jason decides to do something someday. I also left &#8220;Show avrdude Command Lines&#8221; so that I could monitor what was going on Click on &#8220;Close&#8221; and if everything is good you will see a nice green &#8220;SUCCESS&#8221; in the output console.</p>
<p>Now we can get ready to reflash the TX and some ESCs. I&#8217;ll write about those later on.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/133/atmel-avr-programming-on-os-x/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Installing the Turnigy 9x backlight kit</title>
		<link>http://silpstream.com/125/installing-the-turnigy-9x-backlight-kit/</link>
		<comments>http://silpstream.com/125/installing-the-turnigy-9x-backlight-kit/#comments</comments>
		<pubDate>Mon, 14 May 2012 17:38:15 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[mods]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[tutorial]]></category>
		<category><![CDATA[tx/rx]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=125</guid>
		<description><![CDATA[Here is a walk through on how I installed the Turnigy 9x LED backlight kit from hobbyking.com. You get a foam backing and the actual backlight panel that has a wiring harness attached to it. As my old soldering iron is fried, and all I have my butane field iron, I am only going to [...]]]></description>
				<content:encoded><![CDATA[<p><img title="IMG_0477" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0477.jpg" alt="" width="640" height="480" /></p>
<p>Here is a walk through on how I installed the Turnigy 9x LED backlight kit from hobbyking.com. You get a foam backing and the actual backlight panel that has a wiring harness attached to it.</p>
<p>As my old soldering iron is fried, and all I have my butane field iron, I am only going to do the plug and play install for now. I don&#8217;t really want to use the field iron to solder things to the TX&#8217;s logic board as it is not precise enough.</p>
<p><img class="alignnone size-full wp-image-33" title="IMG_0469" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0469.jpg" alt="" width="640" height="480" /></p>
<p>To start, I removed 6 screws on the back of the transmitter to crack it apart. I had to do this carefully as the front and back pieces are connected by a cable that has to be unplugged from the logic board.</p>
<p><img class="alignnone size-full wp-image-34" title="IMG_0472" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0472.jpg" alt="" width="640" height="480" /></p>
<p>Next I carefully unclipped the ribbon cable that was connected to the top of the logic board. This is the only cable that I disconnected for fear of damaging it when I flipped the logic board up to access the LCD panel, and tear out the old foam backing.</p>
<p><img title="IMG_0474" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0474.jpg" alt="" width="640" height="480" /></p>
<p>After this I removed the 9 screws that held the logic board in place. These are of different size so I laid them out on the table the way I had removed them so that I would not place them in the wrong place later.</p>
<p><img class="alignnone size-full wp-image-36" title="IMG_0475" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0475.jpg" alt="" width="640" height="480" /></p>
<p>With the logic board free, I now had access to remove the thick foam backing that was going to be replaced.</p>
<p><img class="alignnone size-full wp-image-37" title="IMG_0476" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0476.jpg" alt="" width="640" height="480" /></p>
<p>After a bit of tugging and prying, here is the logic board with the foam backing removed. I am going to be replacing this with the thinner one included in the kit. This is to make space for the extra thickness that the LED panel adds to the mix.</p>
<p><img class="alignnone size-full wp-image-39" title="IMG_0478" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0478.jpg" alt="" width="640" height="480" /></p>
<p>With the foam padding on, I then position the LED panel on top of the LCD panel. The instructions from hobbyking as the wiring on the right together with the 4 directional buttons. I choose instead to have mine positioned the other way as it was easier to avoid the wiring interfering with the buttons. On the left, there are only 2 buttons to contend with, and thus I had more space. The LED panel is taped in place and the logic panel with the new foam backing sits on top of it.</p>
<p><img class="alignnone size-full wp-image-41" title="IMG_0480" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0480.jpg" alt="" width="640" height="480" /></p>
<p>I secured the logic board back in place and you can see that having the wiring come from the left also made things much neater top side cause I don&#8217;t have as much excess wire to deal with.</p>
<p><img class="alignnone size-full wp-image-42" title="IMG_0481" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0481.jpg" alt="" width="640" height="480" /></p>
<p>The finished product after reassembly.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/125/installing-the-turnigy-9x-backlight-kit/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Turnigy TX finally here</title>
		<link>http://silpstream.com/119/turnigy-tx-finally-here/</link>
		<comments>http://silpstream.com/119/turnigy-tx-finally-here/#comments</comments>
		<pubDate>Mon, 14 May 2012 17:03:14 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[tx/rx]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=119</guid>
		<description><![CDATA[Two boxes arrived today. Both much anticipated from hobbyking.com. The box hold the Turnigy 9x that I&#8217;ve bben waiting for. This TX sells so well that it is perpetually on back-order, and the do not allow placing pre-orders on it. Basically you subscribe to their email notification and when you get it, you rush to [...]]]></description>
				<content:encoded><![CDATA[<p>Two boxes arrived today. Both much anticipated from hobbyking.com. The box hold the Turnigy 9x that I&#8217;ve bben waiting for. This TX sells so well that it is perpetually on back-order, and the do not allow placing pre-orders on it. Basically you subscribe to their email notification and when you get it, you rush to their site and place your order for it. Normally it sells out within half an hour of the email notification so you have to act fast. Lucky me for finally snatching one. I can&#8217;t wait to get all the mods done (I&#8217;ll document those on the blog too).</p>
<p><img class="alignnone size-full wp-image-30" title="IMG_0465" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0465.jpg" alt="" width="640" height="480" /></p>
<p>Together with this order, I picked up the Frsky DJT module with telemetry, an extra D8R-SP receiver cause I wanted the PPM signal, Zippy Compact 2200 Lipos, the 9x backlight kit in white, and a few other odds and ends. Now I can actually start taking some stuff apart and modifying it, cause to me that is part of the fun of this hobby.</p>
<p><img class="alignnone size-full wp-image-32" title="IMG_0468" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0468.jpg" alt="" width="640" height="480" /></p>
<p>In the next box I received the sensors that I ordered, cause it wouldn&#8217;t make much sense to have telemetry if I don&#8217;t at least send some data across. For now I settled on the voltage sensors, cause that&#8217;s the most important thing to keep track of when flying. I picked up both the individual cell sensor and the analog pack sensor so that I could get both the total pack reading and the individual cell reading (You will need both sensor if you want both types of readings). I also ordered the sensor hub to tie them both together to the D8R-SP.</p>
<p>Hobbyking was nice enough to throw in a set of Turnigy stickers as you can see. That will work as some cool graffiti for my tool cases. Stay tuned for posts about the mods and how they work out.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/119/turnigy-tx-finally-here/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>A2212 Brushless Outrunners</title>
		<link>http://silpstream.com/83/a2212-brushless-outrunners/</link>
		<comments>http://silpstream.com/83/a2212-brushless-outrunners/#comments</comments>
		<pubDate>Thu, 10 May 2012 18:25:30 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[motor]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=83</guid>
		<description><![CDATA[Woo Hoo! I just received another parcel! It&#8217;s the motors that I ordered on aliexpress.com. These are A2212-930KV Brushless Outrunners and they cost me USD38 shipped. I don&#8217;t think you can find a better deal elsewhere. If you do, please drop me a note&#8230; lolz&#8230; They came in one of those bubbled envelopes, and they [...]]]></description>
				<content:encoded><![CDATA[<p><img class="alignnone size-full wp-image-23" title="IMG_0449" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0449.jpg" alt="" width="640" height="480" /></p>
<p>Woo Hoo! I just received another parcel! It&#8217;s the motors that I ordered on aliexpress.com. These are A2212-930KV Brushless Outrunners and they cost me USD38 shipped. I don&#8217;t think you can find a better deal elsewhere. If you do, please drop me a note&#8230; lolz&#8230;</p>
<p><img class="alignnone size-full wp-image-24" title="IMG_0451" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0451.jpg" alt="" width="640" height="480" /></p>
<p>They came in one of those bubbled envelopes, and they were wrapped in a lot of bubble wrap. On top of that they were individually packed into pretty rigid plastic so everything was very well protected.</p>
<p><img class="alignnone size-full wp-image-25" title="IMG_0452" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0452.jpg" alt="" width="640" height="480" /></p>
<p>This is what you get in each plastic container. The motor and prop adapter are very nice. I can&#8217;t really say the same for the motor mount and the 4 screws that came with it. These seem a bit soft so I&#8217;m probably not going to use them.</p>
<p><img class="alignnone size-full wp-image-26" title="IMG_0453" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0453.jpg" alt="" width="640" height="480" /></p>
<p>Here&#8217;s everything unpacked. What you see is what you get for USD38 shipped. Not too bad.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/83/a2212-brushless-outrunners/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Power distribution and BT</title>
		<link>http://silpstream.com/111/power-distribution-and-bt/</link>
		<comments>http://silpstream.com/111/power-distribution-and-bt/#comments</comments>
		<pubDate>Thu, 10 May 2012 03:58:31 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Electronics]]></category>
		<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[electronics]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=111</guid>
		<description><![CDATA[More stuff has come in. This time from sunsky-online.com. I&#8217;ve had good experience with them and I find them much more reliable than GLB, cheaper too. The 2 main things here are the power distribution board and a bluetooth module. The power distribution board costs USD0.86 plus shipping. You can&#8217;t really beat that. As you [...]]]></description>
				<content:encoded><![CDATA[<p>More stuff has come in. This time from sunsky-online.com. I&#8217;ve had good experience with them and I find them much more reliable than GLB, cheaper too.</p>
<p><img class="alignnone size-full wp-image-27" title="IMG_0458" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0458.jpg" alt="" width="640" height="480" /></p>
<p>The 2 main things here are the power distribution board and a bluetooth module.</p>
<p>The power distribution board costs USD0.86 plus shipping. You can&#8217;t really beat that. As you can see, it can handle up to 8 segments. The quality of the board is nice and it had nice big pads to attach your power cables to.</p>
<p>The bluetooth module was better than I had expected. Sunsky didn&#8217;t really have much specs on it, but their site indicated that the module operates at 3.3v. Upon inspecting the unit and searching around, I was pleasantly surprised that it had on-board regulation for 3.3v-6.5v. So no headaches of setting up a separate power supply when I use this on the quadcopter later.</p>
<p>In case you are wondering, the BT module reports back as a Linvor 1.5, and is actually running the HC06 firmware. This firmware is basically stripped down and only accepts a handful of AT commands. You could if you wanted (with a bit of technical know how of course), load a more powerful HC05 firmware in.</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/111/power-distribution-and-bt/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The SK450 frame</title>
		<link>http://silpstream.com/73/the-sk450-frame/</link>
		<comments>http://silpstream.com/73/the-sk450-frame/#comments</comments>
		<pubDate>Mon, 30 Apr 2012 17:33:59 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Multicopter]]></category>
		<category><![CDATA[frame]]></category>
		<category><![CDATA[multicopter]]></category>
		<category><![CDATA[unboxing]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=73</guid>
		<description><![CDATA[&#160; The first part is finally here! I put in an order for a SK450 frame on aliexpress.com. When I ordered this, hobbyking.com had not started to carry it yet, but now they do so you can get it there. I was lucky and picked it up at aliexpress.com for USD26 including shipping so I [...]]]></description>
				<content:encoded><![CDATA[<p>&nbsp;</p>
<p><img class="alignnone size-full wp-image-17" title="IMG_0427" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0427.jpg" alt="" width="640" height="480" /></p>
<p>The first part is finally here! I put in an order for a SK450 frame on aliexpress.com. When I ordered this, hobbyking.com had not started to carry it yet, but now they do so you can get it there. I was lucky and picked it up at aliexpress.com for USD26 including shipping so I don&#8217;t think I paid much more than buying from hobbyking.com (They sell it for USD17 before shipping).</p>
<p><img class="alignnone size-full wp-image-18" title="IMG_0428" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0428.jpg" alt="" width="640" height="480" /></p>
<p>I comes packed in a small box that got slightly crushed during delivery, but overall, no damage was done and I&#8217;m pretty pleased cause everything is packed nicely inside.</p>
<p><img class="alignnone size-full wp-image-20" title="IMG_0430" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0430.jpg" alt="" width="640" height="480" /></p>
<p>Here is a picture of all the parts laid out. The quality of the pieces is excellent. Tolerances look good, and moulding looks precise so everything should fit together well. It even includes a nice set of instructions.</p>
<p><img class="alignnone size-full wp-image-22" title="IMG_0445" src="http://silpstream.com/wp-content/uploads/2012/06/IMG_0445.jpg" alt="" width="640" height="480" /></p>
<p>A hex tool and a few minutes was all it took to put everything together. Everything fit into place nicely and nothing was missing. They even threw in a couple of extra screws just in case.</p>
<p>I&#8217;ll put up something about the performance of this frame later when I actually get to fly it. I basically bought this cause it was a plastic frame (I&#8217;m hoping that it&#8217;ll be a bit more resilient than aluminium cause I&#8217;m still learning to fly). This particular frame has arms that seem to be clones of XAircraft&#8217;s X450Pro which I really liked so I figured I&#8217;d try it out. There are similar looking plastic frames like the DJIs and their clones, but it seems that those have vibration issues so I stayed away from them.</p>
<p>Can&#8217;t wait for the other things to arrive!</p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/73/the-sk450-frame/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>DIY Car audio system</title>
		<link>http://silpstream.com/4/diy-car-audio-system/</link>
		<comments>http://silpstream.com/4/diy-car-audio-system/#comments</comments>
		<pubDate>Wed, 11 Apr 2012 21:08:59 +0000</pubDate>
		<dc:creator>silpstream</dc:creator>
				<category><![CDATA[Car Audio]]></category>
		<category><![CDATA[Audio]]></category>
		<category><![CDATA[Fiberglass]]></category>
		<category><![CDATA[Speaker Pods]]></category>
		<category><![CDATA[Subwoofer]]></category>

		<guid isPermaLink="false">http://silpstream.com/?p=4</guid>
		<description><![CDATA[Here&#8217;s a project that I did a long time ago (back in 2009 actually). Anyhow I thought it would be nice to keep a record of it here on the blog. Everything seen here was DIY and done from home in the car park. I used a fairly simple equipment setup as space was a [...]]]></description>
				<content:encoded><![CDATA[<p>Here&#8217;s a project that I did a long time ago (back in 2009 actually). Anyhow I thought it would be nice to keep a record of it here on the blog.</p>
<p>Everything seen here was DIY and done from home in the car park. I used a fairly simple equipment setup as space was a concern. You&#8217;ll probably find the equipment really old compared to what you guys have nowadays. I had some stuff lying around and I like the old equipment cause I&#8217;ve tested some of the new stuff and they just do not seem to be built the same anymore.</p>
<p><span style="text-decoration: underline;">Equipment List</span><br />
<strong>Head Unit:</strong> Pioneer DEH-P80RS<br />
<strong>Front speakers:</strong> 4&#8243; MB Quart 2-Ways<br />
<strong>Sub:</strong> 8&#8243; Rockford Fosgate 4 Ohm SVC<br />
<strong>Front Amp:</strong> Nakamichi PA-304<br />
<strong>Sub Amp:</strong> Nakamichi PA-302</p>
<p><img class="alignnone size-full wp-image-96" title="ice-3" src="http://silpstream.com/wp-content/uploads/2012/06/ice-3.jpg" alt="" width="480" height="360" /></p>
<p>As you can see, I&#8217;m running a simple 2.1 system. The HU was choosen for the 3-way crossover and time alignment capabilities as I did not want to install a separate signal processor. It also has the ability to turn off the internal amp (reduces noise) and has high volt pre-outs for better SNR. Great unit overall, but I wished it had a parametric EQ for better tuning.</p>
<p><img class="alignnone size-full wp-image-105" title="ice-12" src="http://silpstream.com/wp-content/uploads/2012/06/ice-12.jpg" alt="" width="480" height="360" /></p>
<p>The 2 nakamichi amps are very clean as there is no extra circuitry for crossovers or signal processing, again in line with my need to lower the signal noise. the 304 is run in 4 channel mode (4x45W @ 4 ohms) to power the L/R mids and tweeters. The 302 is in bridge mode (1x160W @ 4 ohms) going to the RF sub.</p>
<p>I was looking for Sound Quality so did not see the need for high power amps or a large sub. Thus the 8&#8243; RF unit in a 0.29 cubic foot sealed enclosure.</p>
<p>Everything was designed to be removable so that I could go back to stock and keep my equipment.</p>
<p><img class="alignnone size-full wp-image-104" title="ice-11" src="http://silpstream.com/wp-content/uploads/2012/06/ice-11.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-103" title="ice-10" src="http://silpstream.com/wp-content/uploads/2012/06/ice-10.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-102" title="ice-9" src="http://silpstream.com/wp-content/uploads/2012/06/ice-9.jpg" alt="" width="480" height="360" /></p>
<p>The front speakers are on the dash as far away as possible to minimise path-length difference. The pods are made of fiber-glass and MDF rings. A mould of the dash and A-pillar was taken to build the base of the pod, then the MDF rings were added and the whole thing fiber-glassed to seal it up. A layer of rubber coats the inside to reduce resonance and is filled with polyfill to increase air mass. It was then wrapped in speaker cloth and attached with silicone to the dash.</p>
<p><img class="alignnone size-full wp-image-97" title="ice-4" src="http://silpstream.com/wp-content/uploads/2012/06/ice-4.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-98" title="ice-5" src="http://silpstream.com/wp-content/uploads/2012/06/ice-5.jpg" alt="" width="480" height="360" /></p>
<p>The head unit is cleanly wired. All connections are soldered for conductivity, covered in heat-shrink tubing (I do not like electrical tape as it leave a sticky residue and looks horrible) and tied off. I did not use most of the stock wires except for &#8216;acc&#8217;, thus all unused wires were heat-shrinked over to prevent shorting and tied off. Ground goes directly to chassis and power is straight from the battery through a 1-4 distribution block. 2 gauge wire is used from battery to block with a 60W fuse in the engine bay 6 inches from the battery. Signal cables are home made with gold plated connectors and heavily shielded coax cable.</p>
<p><img class="alignnone size-full wp-image-106" title="ice-13" src="http://silpstream.com/wp-content/uploads/2012/06/ice-13.jpg" alt="" width="480" height="360" /></p>
<p>Due to the lack of space and wanting the signal cables to be as short as possible, the amps are placed under the car seats. 8 gauge cables are used for power and ground. All power and signal cables were not allowed to cross to prevent introducing noise into the system. 22 gauge is used for remote signal from the head unit wired in a daisy chain. The remote wire does cross the signal cable, but it was done at 90 degrees to prevent noise. I&#8217;m not entirely pleased with the amp presentation under the seat but am too lazy to work on a fiber-glass cover to beautify it.</p>
<p><img class="alignnone size-full wp-image-93" title="ice-0" src="http://silpstream.com/wp-content/uploads/2012/06/ice-0.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-94" title="ice-1" src="http://silpstream.com/wp-content/uploads/2012/06/ice-1.jpg" alt="" width="480" height="360" /></p>
<p>The sub is placed in the trunk within the spare tire to save space. I wanted to keep the spare tire so a mold of the inside of the rim was made from fiber-glass and the enclosure was made. I did some rough calculation before making this to ensure that I had enough air volume for the sub. 0.3 cu Ft is recommended, and I estimate that I could get very close to that by measuring the internal radius of the rim. I had a bit of space above the rim and below the read covering board so it all worked out. The sub thus sits inside the spare tire covered by the original board and no space is given up in the trunk at all.</p>
<p>Tuning was done with a RTA and a pink noise testing CD. Unfortunately the head unit only has a 16 band graphic EQ, so I could not entirely flatten out the overall response. However for my purposes I don&#8217;t think I need to add in a parametric EQ for better tuning. I&#8217;ve not had problems with vibrations yet, but some sound deadening would be nice.</p>
<p>Everything was done at home over the course of 1 1/2 years when I had the time away from work and other hobbies. Like everyone else, it will always be a work in progress.</p>
<p>Unfortunately I didn&#8217;t take picture during the build as I normally do not post things and I&#8217;ve been DIYing since 1996 on my cars. What you see here is basically the finished product, but I can answer any questions if you are wondering how anything is done.</p>
<p>Some extra pictures below.</p>
<p><img class="alignnone size-full wp-image-99" title="ice-6" src="http://silpstream.com/wp-content/uploads/2012/06/ice-6.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-100" title="ice-7" src="http://silpstream.com/wp-content/uploads/2012/06/ice-7.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-101" title="ice-8" src="http://silpstream.com/wp-content/uploads/2012/06/ice-8.jpg" alt="" width="480" height="360" /></p>
<p><img class="alignnone size-full wp-image-95" title="ice-2" src="http://silpstream.com/wp-content/uploads/2012/06/ice-2.jpg" alt="" width="480" height="360" /></p>
]]></content:encoded>
			<wfw:commentRss>http://silpstream.com/4/diy-car-audio-system/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
