<?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>On my meta-tangibles interactivities &#187; smart ambient</title>
	<atom:link href="http://tetalab.org/metatangibles/category/smart-ambient/feed/" rel="self" type="application/rss+xml" />
	<link>http://tetalab.org/metatangibles</link>
	<description>Just another Tetalab weblog</description>
	<lastBuildDate>Wed, 17 Mar 2010 16:11:39 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Arduino &amp; XBee : l&#8217;ubiquité sans maux de tte</title>
		<link>http://tetalab.org/metatangibles/2009/11/01/arduino-xbee-lubiquite-sans-maux-de-tte/</link>
		<comments>http://tetalab.org/metatangibles/2009/11/01/arduino-xbee-lubiquite-sans-maux-de-tte/#comments</comments>
		<pubDate>Sun, 01 Nov 2009 09:16:39 +0000</pubDate>
		<dc:creator>lucas</dc:creator>
				<category><![CDATA[Divers]]></category>
		<category><![CDATA[smart ambient]]></category>

		<guid isPermaLink="false">http://tetalab.org/metatangibles/?p=19</guid>
		<description><![CDATA[Suivant les précieux conseils de la belle et talentueuse Ladyada, je me suis décidé à configurer mes 2 XBee pour piloter des LEDs BlinkM et MaxM à distance (Validé sur environ 5m en 19200 bauds).
Le post de ladyada sur la configuration est LE tutorial définitif pour les XBee de première génération : http://www.ladyada.net/make/xbee/configure.html
Le matériel utilisé [...]]]></description>
			<content:encoded><![CDATA[<p>Suivant les précieux conseils de la belle et talentueuse <a href="http://www.ladyada.net/">Ladyada</a>, je me suis décidé à configurer mes 2 XBee pour piloter des LEDs BlinkM et MaxM à distance (Validé sur environ 5m en 19200 bauds).</p>
<p>Le post de ladyada sur la configuration est <strong>LE </strong>tutorial définitif pour les XBee de première génération :<a href="http://www.ladyada.net/make/xbee/configure.html"> http://www.ladyada.net/make/xbee/configure.html</a></p>
<p>Le matériel utilisé :</p>
<div id="attachment_6" class="wp-caption alignnone" style="width: 1034px"><img class="size-large wp-image-6" src="http://tetalab.org/metatangibles/files/2009/10/DSCF1786-1024x768.jpg" alt="xbee arduino ubqt stuff" width="1024" height="768" /></p>
<p class="wp-caption-text">xbee arduino ubqt stuff</p>
</div>
<p>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=666">Carte Arduino Diecemila</a></p>
<p>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9063">Shield XBee</a></p>
<p>2 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8664">Modules XBee</a></p>
<p>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=8687">XBee explorer USB</a></p>
<p>1 x <a href="http://www.sparkfun.com/commerce/product_info.php?products_id=9000">MaxM RGB LED</a> (<a href="http://thingm.com/fileadmin/thingm/downloads/BlinkM_datasheet.pdf">DataSheet</a>)</p>
<p>La partie software  :</p>
<p><a href="http://ftp1.digi.com/support/utilities/40002637_c.exe">X-CTU</a>, le firmware updater/configurator XBee de chez DIGI (<a href="http://www.ladyada.net/make/xbee/configure.html">Configuration tutorial</a>).</p>
<p><a href="http://www.arduino.cc/en/Main/Software">Arduino</a>, pour programmer la carte Arduino Diecemila/DuemilaNove</p>
<p><a href="http://thingm.com/fileadmin/thingm/downloads/BlinkMCommunicator_01.zip">BlinkMCommunicator</a> de chez ThingM à uploader sur la carte Arduino</p>
<p><a href="http://thingm.com/products/blinkm/quick-start-guide.html">BlinkMSequencer</a> de chez ThingM encore pour piloter les LEDs depuis le host</p>
<p>L’idéé est de pouvoir remplacer la communication Serial Cable USB par une liaison XBee (ZigBee 802.14.5 à 2.4GHz).</p>
<p>D’abord il faut uploader le BlinkMCommunicator sur votre arduino : <a href="http://thingm.com/products/blinkm/quick-start-guide.html">http://thingm.com/products/blinkm/quick-start-guide.html</a></p>
<p>Si vous ne l’avez encore fait suivez le tutorial de configuration XBee et vous pourrez alors piloter sans fil des LEDs depuis le BlinkMSequencer.</p>
<div id="attachment_11" class="wp-caption alignnone" style="width: 1034px"><img class="size-large wp-image-11" src="http://tetalab.org/metatangibles/files/2009/10/DSCF1793-1024x768.jpg" alt="Architecture explanations" width="1024" height="768" /></p>
<p class="wp-caption-text">Architecture explanations</p>
</div>
<p>Dans un autre post, j’expliquerai comment mes frameworks emulent des trames de pilotages dans la même idée que le BlinkMSequencer.</p>
<div id="attachment_12" class="wp-caption alignnone" style="width: 1034px"><img class="size-large wp-image-12" src="http://tetalab.org/metatangibles/files/2009/10/DSCF1795-1024x768.jpg" alt="XBee communication at work" width="1024" height="768" /></p>
<p class="wp-caption-text">XBee communication at work</p>
</div>
<p>Voyons ce que cela donne en video avec une plus grosse LED, la MaxM :</p>
<p><a href="http://vimeo.com/6879907">XBee + MaxM wireless Communication</a> from <a href="http://vimeo.com/user593108">lucas bigeardel</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Enfin, une video intégrant le système pour piloter l’éclairage d’un ballon à distance :</p>
<p><a href="http://vimeo.com/6879979">XBee wireless balloon lighting</a> from <a href="http://vimeo.com/user593108">lucas bigeardel</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
]]></content:encoded>
			<wfw:commentRss>http://tetalab.org/metatangibles/2009/11/01/arduino-xbee-lubiquite-sans-maux-de-tte/feed/</wfw:commentRss>
		<slash:comments>1808</slash:comments>
		</item>
	</channel>
</rss>