<?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>MachineGrid &#187; dissect</title>
	<atom:link href="http://www.machinegrid.com/tag/dissect/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.machinegrid.com</link>
	<description>robots at work</description>
	<lastBuildDate>Mon, 19 Jul 2010 01:59:06 +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>Digital Picture Frame Hacking Roundup</title>
		<link>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/</link>
		<comments>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/#comments</comments>
		<pubDate>Sun, 08 Mar 2009 07:29:57 +0000</pubDate>
		<dc:creator>bluehash</dc:creator>
				<category><![CDATA[Hackable Toys]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[7FF1AW]]></category>
		<category><![CDATA[7FFICMI]]></category>
		<category><![CDATA[ARM920T]]></category>
		<category><![CDATA[CEIVA]]></category>
		<category><![CDATA[digital frames]]></category>
		<category><![CDATA[DIGITAL SPECTRUM]]></category>
		<category><![CDATA[dissect]]></category>
		<category><![CDATA[EP7212]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[JUICEBOX]]></category>
		<category><![CDATA[KeyChain Displays]]></category>
		<category><![CDATA[lcd]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[MemoryFrame]]></category>
		<category><![CDATA[SPF-83v]]></category>

		<guid isPermaLink="false">http://www.machinegrid.com/?p=787</guid>
		<description><![CDATA[With all the nice hacks on digital picture frames scattered around the web, I decided to put them all in one place for reference. Due thanks to all the hackers out there who put their work out for everyone to see. It&#8217;s the joy in reverse engineering. For some of the hacks I&#8217;ve included a [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/hack_open_photo_cube-150x150.jpg" alt="hack_open_photo_cube" title="hack_open_photo_cube" width="150" height="150" class="alignright size-thumbnail wp-image-653" /></a>With all the nice hacks on digital picture frames scattered around the web, I decided to put them all in one place for reference. Due thanks to all the hackers out there who put their work out for everyone to see. It&#8217;s the joy in reverse engineering. For some of the hacks I&#8217;ve included a compressed file with the code and webpage archived in case the original site goes down. If you are the author an would not like it, please let me know.<br />
<code><br /></code><strong>Please read </strong>: If you would like to be notified of new frames being hacked, leave a comment below and check the &#8220;subscribe to comments&#8221; box.<br />
<code><br /></code><br />
<strong>PHILIPS Picture Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/philips_7ff1am_7fficmi_frame_hack.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/philips_7ff1am_7fficmi_frame_hack-150x150.jpg" alt="philips_7ff1am_7fficmi_frame_hack" title="philips_7ff1am_7fficmi_frame_hack" width="150" height="150" class="alignright size-thumbnail wp-image-825" /></a>[v]incent was able to display his images directly to the frame by writing a little script which prepends a binary header to the JPEG file. There is a detailed writeup on how he <a target="_blank"  href="http://vincent.stehle.free.fr/frame/reverse.html">reverse engineered</a> the picture frame format. </p>
<p>Detailed info:</p>
<ul>
<li>Models: 7FF1AW, 7FFICMI</li>
<li><a target="_blank" href="http://vincent.stehle.free.fr/frame/">Webpage</a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/media/code/philips_frame_hack/philipsframe.zip">[Archive]</a></li>
<li><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/media/code/philips_frame_hack/jpg2frame.sh">jpg2frame Script</a></li>
</ul>
<p><code><br /></code><br />
<strong>SAMSUNG SPF-83v Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/samsung_spf-83v_digital_frame_hack.jpg"><img class="alignright size-thumbnail wp-image-826" title="samsung_spf-83v_digital_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/samsung_spf-83v_digital_frame_hack-150x150.jpg" alt="samsung_spf-83v_digital_frame_hack" width="150" height="150" /></a>The frame parses feeds and regular html pages for images and displays them. You can use the frame&#8217;s i-net-functions to serve it data.<br />
[t]obe from <a target="_blank" href="http://www.infolexikon.de/blog/samsung-spf-83v-info-system/">Infolexikon </a> uses PHP to gather data and writes it all to an image using gd. These images are then pushed to the frame at regular intervals.</p>
<p>Detailed info:</p>
<ul>
<li><a target="_blank" href="http://www.infolexikon.de/blog/samsung-spf-83v-info-system/">Webpage</a></li>
<li>Script-<a target="_blank" href="http://static.evigo.net/infolexikon/.media/files/2009/09/10/wgis.zip">[Original]</a><a target="_blank" href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/Samsung_SPF_83v_frame_hack/wgis.zip">[Archive]</a> Thanks for the update [d]p</li>
<li>Buy &#8211; <a href="http://www.amazon.com/gp/product/B002B55HRS?ie=UTF8&#038;tag=machinegridco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B002B55HRS"> Amazon &#8211; Samsung SPF-87H 8-Inch Touch of Color Digital Photo Frame</a><img src="http://www.assoc-amazon.com/e/ir?t=machinegridco-20&#038;l=as2&#038;o=1&#038;a=B002B55HRS" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</ul>
<p><code><br /></code><br />
<strong>CEIVA Picture Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/ceiva_picture_frame_hack.gif"><img class="alignleft size-thumbnail wp-image-821" title="ceiva_picture_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/ceiva_picture_frame_hack-150x150.gif" alt="ceiva_picture_frame_hack" width="150" height="150" /></a>The CEIVA runs on a Cirrus Logic Maverick(EP7212) controller. It&#8217;s based on a ARM720T core with 2Mb Flash and 4Mb DRAM.<br />
Initial hack done by [c]olin. The frame runs on Linux. Necessary patches and images are provided. [b]rad keeps a worklog <a target="_blank" href="http://www.heeltoe.com/software/ceiva/index.html">here</a><br />
New code can be loaded via a serial port on the PCB through a simple level converter.<br />
<code><br /></code><br />
<code><br /></code><br />
Detailed info:</p>
<ul>
<li>Models : Not Specified</li>
<li><a target="_blank" href="http://www.heeltoe.com/software/ceiva/Ceiva-mini-HOWTO.html">Webpage</a></li>
<li><a href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/ceiva_frame_hack/Ceiva.zip">Webpage and Code [Archive]</a></li>
</ul>
<p><code><br /></code><br />
<strong>KeyChain Displays</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/tom_tec_digital_photo_fram_hack2.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/tom_tec_digital_photo_fram_hack2-150x150.jpg" alt="tom_tec_digital_photo_fram_hack2" title="tom_tec_digital_photo_fram_hack2" width="150" height="150" class="alignright size-thumbnail wp-image-936" /></a>[j]eroen from <a href="http://spritesmods.com/?art=about">Spritesmods</a> maintains a <a href="http://picframe.spritesserver.nl/wiki/index.php/Devices">wiki</a> of compatible keychain displays with his firmware hack. He and a couple of guys regularly update it with new displays. Most of the displays use the SITRONIX ST2205U controller in them. I tried my hand in doing the same with the <a target="_blank" href="http://www.machinegrid.com/2009/02/hacking-the-hannah-montana-photocube/">Hannah Montana Vu-Me</a> photo frame. I got close, but bricked it in the end.<br />
Their code is maintained at <a target="_blank" href="http://code.google.com/p/photokeychain/">Google code</a></p>
<p>Detailed info:</p>
<ul>
<li>Models:</li>
<ul>
<li>TomTec</li>
<li>Coby DP-151SX/DPKEY</li>
<li>HK unbranded</li>
<li>Keypix</li>
<li>Dealxtreme SKU5218</li>
<li>Innovage</li>
<li>Dig-291</li>
<li>Innovalley</li>
</ul>
<li><a target="_blank" href="http://spritesmods.com/?art=picframe">Webpage</a></li>
<li><a target="_blank" href="http://picframe.spritesserver.nl/wiki/index.php/Main_Page">Wiki</a></li>
<li><a target="_blank" href="http://code.google.com/p/photokeychain/">Google code</a></li>
</ul>
<p><code><br /></code><br />
<strong>DIGITAL SPECTRUM MemoryFrame</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/digital_spectrum_memoryframe_hack_arm920.jpg"><img class="alignleft size-thumbnail wp-image-823" title="digital_spectrum_memoryframe_hack_arm920" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/digital_spectrum_memoryframe_hack_arm920-150x150.jpg" alt="digital_spectrum_memoryframe_hack_arm920" width="150" height="150" /></a>The MemoryFrames  run on WindowsCE5. [r]etoor from <a target="_blank" href="http://mozy.org/">mozy.org </a>managed to crash the frame using a keyboard, mouse and following a sequence. The frame runs on an ARM920T &#8211; a 32bit Arm9 processor. The following is an excerpt from his &#8220;YouTube&#8217;s more info&#8230;&#8221; link:<br />
&#8230;&#8221;Basically you need both the mouse and keyboard plugged in, scroll down past the &#8220;Settings&#8221; option, scroll back up, and click the word &#8220;Settings&#8221; with your mouse. There is no enter key on the keyboard so you have to click the mouse&#8230;.&#8221;<br />
<code><br /></code><br />
Detailed info:</p>
<ul>
<li><a target="_blank" href="http://www.youtube.com/watch?v=5watadHqGAk">YouTube</a></li>
<li>Buy &#8211; <a href="http://www.amazon.com/gp/product/B000H743WC?ie=UTF8&#038;tag=machinegridco-20&#038;linkCode=as2&#038;camp=1789&#038;creative=390957&#038;creativeASIN=B000H743WC">Amazon</a><img src="http://www.assoc-amazon.com/e/ir?t=machinegridco-20&#038;l=as2&#038;o=1&#038;a=B000H743WC" width="1" height="1" border="0" alt="" style="border:none !important; margin:0px !important;" />
</ul>
<p><code><br /></code><br />
<strong>JUICEBOX Digital Frames</strong><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/juicebox_digital_frame_hack.jpg"><img class="alignleft size-thumbnail wp-image-824" title="juicebox_digital_frame_hack" src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/03/juicebox_digital_frame_hack-150x150.jpg" alt="juicebox_digital_frame_hack" width="150" height="150" /></a>[j]oevennix managed to rip out the LCD from a Juicebox and enclose it in his own custom frame. He didn&#8217;t have the mp3 kit at that time( although you can get it online), so he soldered a SD card slot into the cartridge connector. His webpage is down. The following is an archive of his work.</p>
<p>Detailed info:</p>
<ul>
<li><a href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/juicebox_frame_hack/juicebox.zip">Archive</a></li>
<li><atarget="_blank" href="http://machinegrid.com/machinepress/wp-content/uploads/media/code/juicebox_frame_hack/juicebox-digital-picture-frame-how-to.pdf"">Pdf</a></li>
</ul>
<p><code><br /></code><br />
If you find this interesting or have some new ideas or links on frames, please post in the comments. Don&#8217;t forget to <a href="http://feeds2.feedburner.com/machinegrid">Subscribe </a>[<a href="http://feedburner.google.com/fb/a/mailverify?uri=machinegrid&#038;loc=en_US">email</a>]for more followups and hacks. To get updates on this page, subscribe to the comments below.</p>
<p><script type="text/javascript"><!--
google_ad_client = "pub-1367209070807564";
/* 468x60, created 2/14/09 */
google_ad_slot = "2082117848";
google_ad_width = 468;
google_ad_height = 60;
// --></script><br />
<script src="http://pagead2.googlesyndication.com/pagead/show_ads.js" type="text/javascript"></script></p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.machinegrid.com/2009/03/digital-picture-frame-hacking-roundup/feed/</wfw:commentRss>
		<slash:comments>25</slash:comments>
		</item>
		<item>
		<title>Taking Apart the Spy Video ATV-360</title>
		<link>http://www.machinegrid.com/2009/02/taking-apart-the-spy-video-atv-360/</link>
		<comments>http://www.machinegrid.com/2009/02/taking-apart-the-spy-video-atv-360/#comments</comments>
		<pubDate>Mon, 02 Feb 2009 04:45:17 +0000</pubDate>
		<dc:creator>bluehash</dc:creator>
				<category><![CDATA[Hackable Toys]]></category>
		<category><![CDATA[Robots]]></category>
		<category><![CDATA[Tutorials]]></category>
		<category><![CDATA[hacks]]></category>
		<category><![CDATA[ATV-360]]></category>
		<category><![CDATA[dissect]]></category>
		<category><![CDATA[gears]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[hubs]]></category>
		<category><![CDATA[robot platform]]></category>
		<category><![CDATA[spy gear]]></category>
		<category><![CDATA[spy video]]></category>
		<category><![CDATA[wildPlanet]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false">http://www.machinegrid.com/?p=477</guid>
		<description><![CDATA[I finally took apart the Spy Video which I got for a very good deal. I wanted to see if it would serve as a good platform for a robot and if the drive system could be upgraded. The most difficult part was taking apart the wheel hubs. The interesting part in the hubs design [...]


No related posts.]]></description>
			<content:encoded><![CDATA[<p><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_rear_drive.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_rear_drive-150x150.jpg" alt="spy_video_top_rear_drive" title="spy_video_top_rear_drive" width="150" height="150" class="alignright size-thumbnail wp-image-500" /></a>I finally took apart the <a target="_blank" href="http://www.spygear.net/spy-gear/spy-toys/spy_video_atv_360">Spy Video</a> which I got for a very <a href="http://www.machinegrid.com/2009/02/just-got-my-spy-gear-spy-video-atv-360/">good deal</a>. I wanted to see if it would serve as a good platform for a robot and if the drive system could be upgraded. The most difficult part was taking apart the wheel hubs. The interesting part in the hubs design is that a better motor can be attached to it. The following sequence shows me taking the vehicle apart. Might come in handy for hardware hackers out there.</p>
<p>1. Various views of the vehicle.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_front_view.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_front_view-150x150.jpg" alt="spy_video_front_view" title="spy_video_front_view" width="150" height="150" class="alignnone size-thumbnail wp-image-484" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_view.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_view-150x150.jpg" alt="spy_video_top_view" title="spy_video_top_view" width="150" height="150" class="alignnone size-thumbnail wp-image-502" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_bottom_view.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_bottom_view-150x150.jpg" alt="spy_video_bottom_view" title="spy_video_bottom_view" width="150" height="150" class="alignnone size-thumbnail wp-image-482" /></a><br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_tracks"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_tracks-150x150.jpg" alt="spy_video_tracks" title="spy_video_tracks" width="150" height="150" class="alignnone size-thumbnail wp-image-505" /></a></p>
<p>2. Remove all the screws from the bottom of the vehicle, including the tracks.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_removing_tracks.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_removing_tracks-150x150.jpg" alt="spy_video_removing_tracks" title="spy_video_removing_tracks" width="150" height="150" class="alignnone size-thumbnail wp-image-497" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_tracks-removed.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_tracks-removed-150x150.jpg" alt="spy_video_tracks-removed" title="spy_video_tracks-removed" width="150" height="150" class="alignnone size-thumbnail wp-image-504" /></a></p>
<p>3.Remove the top shell slowly. Don&#8217;t pull on it. You will need to disconnect the camera, antenna and mic headers to get it free.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_top_body.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_top_body-150x150.jpg" alt="spy_video_remove_top_body" title="spy_video_remove_top_body" width="150" height="150" class="alignnone size-thumbnail wp-image-496" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_header.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_header-150x150.jpg" alt="spy_video_remove_header" title="spy_video_remove_header" width="150" height="150" class="alignnone size-thumbnail wp-image-493" /></a></p>
<p>4. Once the top shell is free, the circuit board and the drive system is visible. There is a bank of FETs for the motors. The board is very well labeled.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_bottom_shell.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_bottom_shell-150x150.jpg" alt="spy_video_bottom_shell" title="spy_video_bottom_shell" width="150" height="150" class="alignnone size-thumbnail wp-image-481" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_circuit_board.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_circuit_board-150x150.jpg" alt="spy_video_circuit_board" title="spy_video_circuit_board" width="150" height="150" class="alignnone size-thumbnail wp-image-483" /></a></p>
<p>5. To take apart the drive system, loosen the screws around the orange box. Then unscrew the black tab keeping the wires from the orange box secure.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_rear_drive.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_rear_drive-150x150.jpg" alt="spy_video_rear_drive" title="spy_video_rear_drive" width="150" height="150" class="alignnone size-thumbnail wp-image-511" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_rear_drive.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_top_rear_drive-150x150.jpg" alt="spy_video_top_rear_drive" title="spy_video_top_rear_drive" width="150" height="150" class="alignnone size-thumbnail wp-image-500" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wire_holder.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wire_holder-150x150.jpg" alt="spy_video_wire_holder" title="spy_video_wire_holder" width="150" height="150" class="alignnone size-thumbnail wp-image-510" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_motor_drives_far_view.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_motor_drives_far_view-150x150.jpg" alt="spy_video_motor_drives_far_view" title="spy_video_motor_drives_far_view" width="150" height="150" class="alignnone size-thumbnail wp-image-489" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_motor_drives_2.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_motor_drives_2-150x150.jpg" alt="spy_video_motor_drives_2" title="spy_video_motor_drives_2" width="150" height="150" class="alignnone size-thumbnail wp-image-488" /></a></p>
<p>6.Taking apart the wheel hub is a chore, but possible with pliers,  a small glass jar, some flame and some strength.First, remove the stopper from the shaft. Use pliers and strength:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_stopper.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_stopper-150x150.jpg" alt="spy_video_remove_stopper" title="spy_video_remove_stopper" width="150" height="150" class="alignnone size-thumbnail wp-image-495" /></a></p>
<p>Remove the large gear and everything between the gear and the stopper. Now again using pliers, remove the torque check gear:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_torque_check_gear.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_torque_check_gear-150x150.jpg" alt="spy_video_torque_check_gear" title="spy_video_torque_check_gear" width="150" height="150" class="alignnone size-thumbnail wp-image-503" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_stopper2.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_remove_stopper2-150x150.jpg" alt="spy_video_remove_stopper2" title="spy_video_remove_stopper2" width="150" height="150" class="alignnone size-thumbnail wp-image-494" /></a></p>
<p>Remove all the stuff after that including the orange cap with the three screws. Once the orange cap is removed, the black cover on the other end of the wheel can be removed:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wheel_hub.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wheel_hub-150x150.jpg" alt="spy_video_wheel_hub" title="spy_video_wheel_hub" width="150" height="150" class="alignnone size-thumbnail wp-image-508" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_all_removed.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_all_removed-150x150.jpg" alt="spy_video_all_removed" title="spy_video_all_removed" width="150" height="150" class="alignnone size-thumbnail wp-image-479" /></a></p>
<p>Now for the interesting part. The wheel hub is dead set into the shaft and we need to remove it. Make sure you have a small jar, like below, ready. Choose one such that it&#8217;s mouth is small enough only for the shaft to go in. Ignore the gears on the shaft in the picture. You should be having just a blank shaft with the black hub and orange cap on.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_pepper_jar.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_pepper_jar-150x150.jpg" alt="spy_video_pepper_jar" title="spy_video_pepper_jar" width="150" height="150" class="alignnone size-thumbnail wp-image-490" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_placing_wheel_hub.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_placing_wheel_hub-150x150.jpg" alt="spy_video_placing_wheel_hub" title="spy_video_placing_wheel_hub" width="150" height="150" class="alignnone size-thumbnail wp-image-491" /></a></p>
<p>Make sure you have the orange cap on. Now heat the shaft with a flame for around 30 seconds. This is just to soften the hub&#8217;s hold on the shaft. Holding it over the flame too long is going to melt the plastic.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_heating_shaft.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_heating_shaft-150x150.jpg" alt="spy_video_heating_shaft" title="spy_video_heating_shaft" width="150" height="150" class="alignnone size-thumbnail wp-image-486" /></a></p>
<p>Now while the shaft is still hot, place the shaft as shown below and hammer the other end down.<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_hammer.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_hammer-150x150.jpg" alt="spy_video_hammer" title="spy_video_hammer" width="150" height="150" class="alignnone size-thumbnail wp-image-485" /></a></p>
<p>The shaft should come out after a few bangs. The wheel is now disassembled:<br />
<a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_shaft_removed.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_shaft_removed-150x150.jpg" alt="spy_video_shaft_removed" title="spy_video_shaft_removed" width="150" height="150" class="alignnone size-thumbnail wp-image-498" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wheel_hub_parts.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_wheel_hub_parts-150x150.jpg" alt="spy_video_wheel_hub_parts" title="spy_video_wheel_hub_parts" width="150" height="150" class="alignnone size-thumbnail wp-image-509" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_all_wheel_parts.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_all_wheel_parts-150x150.jpg" alt="spy_video_all_wheel_parts" title="spy_video_all_wheel_parts" width="150" height="150" class="alignnone size-thumbnail wp-image-480" /></a></p>
<p>7. Why all this? I can now use a hub adapter and attach the ATV&#8217;s stock hub to a better motor.<br />
The following hub adapter is from <a rel="external" href="http://www.lynxmotion.com/Product.aspx?productID=242&#038;CategoryID=42">Lynxmotion</a>. I will need to drill new holes to match the adapter.<br />
<a href="http://www.lynxmotion.com/Product.aspx?productID=242&#038;CategoryID=42"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/lynxmotion_hub-150x150.jpg" alt="lynxmotion_hub" title="lynxmotion_hub" width="150" height="150" class="alignnone size-thumbnail wp-image-525" /></a><a href="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_two_hubs.jpg"><img src="http://www.machinegrid.com/machinepress/wp-content/uploads/2009/02/spy_video_two_hubs-150x150.jpg" alt="spy_video_two_hubs" title="spy_video_two_hubs" width="150" height="150" class="alignnone size-thumbnail wp-image-506" /></a></p>
<p>If you are interested, check out your local Target store or you could try Amazon:<!-- Amazon_ATV-360 --><br />
<iframe src="http://rcm.amazon.com/e/cm?t=machinegridco-20&#038;o=1&#038;p=8&#038;l=as1&#038;asins=B0016A7PGU&#038;fc1=707061&#038;IS2=1&#038;lt1=_blank&#038;m=amazon&#038;lc1=918A78&#038;bc1=FFFFFF&#038;bg1=FFFFFF&#038;f=ifr" style="width:120px;height:240px;" scrolling="no" marginwidth="0" marginheight="0" frameborder="0"></iframe></p>
<p>Thanks for looking. Any questions, ask in the comments.</p>


<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.machinegrid.com/2009/02/taking-apart-the-spy-video-atv-360/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>
