<?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; EP7212</title>
	<atom:link href="http://www.machinegrid.com/tag/ep7212/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>
	</channel>
</rss>
