<?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/"
	xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd"
xmlns:rawvoice="http://www.rawvoice.com/rawvoiceRssModule/"
>

<channel>
	<title>KwartzLab Makerspace &#187; personal projects</title>
	<atom:link href="http://www.kwartzlab.ca/tag/personal_projects/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.kwartzlab.ca</link>
	<description>Home of Kwartzlab Makerspace in Kitchener/Waterloo, Ontario</description>
	<lastBuildDate>Thu, 20 Jun 2013 00:52:03 +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>
<!-- podcast_generator="Blubrry PowerPress/4.0.7" -->
	<itunes:summary>Regular discussions with hackers, makers and artists at the Kwartzlab Makerspace. We talk about what projects people are working on, what events are coming up and how you can get involved.</itunes:summary>
	<itunes:author>kwartzlab</itunes:author>
	<itunes:explicit>no</itunes:explicit>
	<itunes:image href="http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg" />
	<itunes:owner>
		<itunes:name>kwartzlab</itunes:name>
		<itunes:email>podcast@kwartzlab.ca</itunes:email>
	</itunes:owner>
	<managingEditor>podcast@kwartzlab.ca (kwartzlab)</managingEditor>
	<itunes:subtitle>A hackerspace radio show</itunes:subtitle>
	<itunes:keywords>kwartzlab, hackerspace, makerspace, diy, hardware, software, maker, hacker, artist, roundtable</itunes:keywords>
	<image>
		<title>KwartzLab Makerspace &#187; personal projects</title>
		<url>http://www.kwartzlab.ca/wp-content/uploads/powerpress/light_box_logo.jpg</url>
		<link>http://www.kwartzlab.ca</link>
	</image>
	<itunes:category text="Technology" />
	<itunes:category text="Arts" />
	<itunes:category text="Games &amp; Hobbies">
		<itunes:category text="Hobbies" />
	</itunes:category>
		<rawvoice:location>Kitchener, ON</rawvoice:location>
		<item>
		<title>Tamagotchi Talk (Part III, Protocol Analysis)</title>
		<link>http://www.kwartzlab.ca/2010/02/tamagotchi-talk-part-iii-proto/</link>
		<comments>http://www.kwartzlab.ca/2010/02/tamagotchi-talk-part-iii-proto/#comments</comments>
		<pubDate>Tue, 09 Feb 2010 04:08:47 +0000</pubDate>
		<dc:creator>Natalie Silvanovich</dc:creator>
				<category><![CDATA[Member Blogs]]></category>
		<category><![CDATA[ir]]></category>
		<category><![CDATA[personal projects]]></category>
		<category><![CDATA[wireless]]></category>

		<guid isPermaLink="false"></guid>
		<description><![CDATA[<p>Looking at the decoded IR signals, we can start to understand the protocol.</p>

<p>Tamagotchis can have three possibile interactions: visits, presents and games. Starting with the simplest, visits, I recorded a number of interactions. I noted that each visit involved either singing, playing ball or chatting. Below is a sample visit.</p>

<p>Singing visit between JANIE and HELEN</p>

<p>JANIE: ac 0 24 d6 a 1 e 9 5 0 4 88 0 0 20 80 9 0 0 ff 1 ff ff 0 (request)</p>

<p>HELEN: ac 1 1f 96 8 5 c 5 e 0 4 88 20 5 10 0 1 0 0 ff 1 ff ff 4e (response)</p>

<p>JANIE: ac 1c 24 d6 a 1 20 1f c (request confirmation)</p>

<p>HELEN: ac 1d 1f 96 8 5 20 24 cf (response confirmation)</p>

<p>Based on this (and several other samples)I theorize the following protocol:</p>

<p>Request and response:</p>

<p><img src="http://kwartzlab.ca/sites/default/files/visit1_0.png" size="95%"></p>

<p>Confirmations</p>

<p><img src="http://kwartzlab.ca/sites/default/files/visit2_0.png" size="95%"></p>

<p>When the Tamagotchis play a game instead of just visit, the request and response are the same, but the confirmations are different:</p>

<p><img src="http://kwartzlab.ca/sites/default/files/game.png" size="95%"></p>

<p>Likewise, when they give a present, only the confirmation is different.</p>

<p><img src="http://kwartzlab.ca/sites/default/files/present.png" size="95%"></p>

<p>So that's a ten second guide to the protocol!</p>

<p>Up next:</p>

<ul>
<li>Set up IR to send stuff to Tamagotchi</li>
<li>Put a Tamagatchi into debug mode to better understand the physical attributes portion of the protocol</li>
<li>Play with the protocol :)</li>
</ul>
]]></description>
				<content:encoded><![CDATA[<p>Looking at the decoded IR signals, we can start to understand the protocol.</p>
<p>Tamagotchis can have three possibile interactions: visits, presents and games. Starting with the simplest, visits, I recorded a number of interactions. I noted that each visit involved either singing, playing ball or chatting. Below is a sample visit.</p>
<p>Singing visit between JANIE and HELEN</p>
<p>JANIE: ac 0 24 d6 a 1 e 9 5 0 4 88 0 0 20 80 9 0 0 ff 1 ff ff 0 (request)</p>
<p>HELEN: ac 1 1f 96 8 5 c 5 e 0 4 88 20 5 10 0 1 0 0 ff 1 ff ff 4e (response)</p>
<p>JANIE: ac 1c 24 d6 a 1 20 1f c (request confirmation)</p>
<p>HELEN: ac 1d 1f 96 8 5 20 24 cf (response confirmation)</p>
<p>Based on this (and several other samples)I theorize the following protocol:</p>
<p>Request and response:</p>
<p><img src="http://kwartzlab.ca/wp-content/uploads/visit1_0.png" size="95%"></p>
<p>Confirmations</p>
<p><img src="http://kwartzlab.ca/wp-content/uploads/visit2_0.png" size="95%"></p>
<p>When the Tamagotchis play a game instead of just visit, the request and response are the same, but the confirmations are different:</p>
<p><img src="http://kwartzlab.ca/wp-content/uploads/game.png" size="95%"></p>
<p>Likewise, when they give a present, only the confirmation is different.</p>
<p><img src="http://kwartzlab.ca/wp-content/uploads/present.png" size="95%"></p>
<p>So that&#8217;s a ten second guide to the protocol!</p>
<p>Up next:</p>
<ul>
<li>Set up IR to send stuff to Tamagotchi</li>
<li>Put a Tamagatchi into debug mode to better understand the physical attributes portion of the protocol</li>
<li>Play with the protocol <img src='http://www.kwartzlab.ca/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.kwartzlab.ca/2010/02/tamagotchi-talk-part-iii-proto/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
