<?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>The Electronics Hobbyist &#187; The Internet of Things</title>
	<atom:link href="http://www.theelectronicshobbyist.com/blog/tag/the-internet-of-things/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.theelectronicshobbyist.com/blog</link>
	<description>A Passion for Curiosity and Play</description>
	<lastBuildDate>Fri, 20 Jan 2012 14:54:41 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The &#8220;Identified Plush Object Network&#8221; (IPON) Project</title>
		<link>http://www.theelectronicshobbyist.com/blog/the-identified-plush-object-network-ipon-project/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/the-identified-plush-object-network-ipon-project/#comments</comments>
		<pubDate>Tue, 17 Jan 2012 05:00:25 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[IPON]]></category>
		<category><![CDATA[RFID]]></category>
		<category><![CDATA[The Internet of Things]]></category>
		<category><![CDATA[WiFi]]></category>
		<category><![CDATA[XBee]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=621</guid>
		<description><![CDATA[The Identified Plush Object Network is one of a few bigger projects that I want to work on this year. The idea is to create a network of small plush animals that interact with users, each other, and the Internet. I called it &#8220;Identified&#8221; because as a separate project I&#8217;m working with an RFID reader/writer [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2012/01/plush-object.jpg"><img style=' float: left; padding: 4px; margin: 0 7px 2px 0;'  class=" wp-image-679 alignleft" title="plush-object" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2012/01/plush-object-298x300.jpg" alt="Plush Object" width="209" height="210" /></a>The Identified Plush Object Network is one of a few bigger projects that I want to work on this year. The idea is to create a network of small plush animals that interact with users, each other, and the Internet. I called it &#8220;Identified&#8221; because as a separate project I&#8217;m working with an RFID reader/writer module I want to create a simpler interface for, and once that piece is working each object in the network will be tagged as well.</p>
<p>The motivation for the project is non-profit work I want to do in the future with at-risk teenagers here in Orange County, CA. I want to create something that can be built in phases that get increasingly complex as the students learn, but that starts simple enough to enable hands-on participation from day one. Software improvements will be made in each iteration.<span id="more-621"></span></p>
<p>Each plush animal will house electronics that will be “surgically” implanted. While the project is being designed I&#8217;m thinking of using soft circuits or even cardboard circuits wired with EFT tape instead of stripboards to make it easy to modify them while I&#8217;m still making decisions.</p>
<h2>Cost Considerations</h2>
<p>One of my requirements – due to the non-profit nature of this project – is to try to keep cost as low as possible, but maintaining simplicity. For example, even though the cheapest possible Arduino may be a homebrew version, I decided I will be using the <a href="http://www.theelectronicshobbyist.com/blog/goto/ardweeny" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/ardweeny';return true;" onmouseout="self.status=''">Ardweeny</a> (it is cheap enough and simpler to put together).</p>
<p>Another example of the cost x simplicity trade-off is the Internet of Things aspect of the project. The <a href="http://www.cutedigi.com/product_info.php?ref=3&amp;products_id=4363" target="_blank">WiFi RedBack</a> costs $63 at the time of this writing (but includes the <a href="http://www.theelectronicshobbyist.com/blog/goto/uno" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/uno';return true;" onmouseout="self.status=''">Arduino</a>), versus $24 for the barebones WiFi module (the MRF24WB0MA by MicroChip). I&#8217;m just not sure if the savings are worth the added complexity. (Here&#8217;s <a href="http://jmsarduino.blogspot.com/2011/11/wifi-module-for-arduino-projects.html" target="_blank">an example</a> that uses this module). I also have to consider only one of the nodes/objects needs to have WiFi capability. Communication within the networked objects will happen over XBee.</p>
<h2>Power Requirements</h2>
<p>Another factor that will drive design decisions is power – I want to learn how to design for lower power, and I&#8217;m aware this may be a whole subject all on its own given the many choices of battery types and cost considerations as well. Baby steps. I&#8217;ll get there.</p>
<h3>Phases of the Project</h3>
<p>As of yet the IPON project is not defined on a detailed level, except for Phase 0. From a high-level perspective I have envisioned the following phases in small increments over the previous one (with each going through several iterations and refinements):</p>
<h4>Phase 0 (current):</h4>
<ul>
<li><a href="http://www.theelectronicshobbyist.com/blog/goto/breadboard" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/breadboard';return true;" onmouseout="self.status=''">Breadboard</a> circuit and rough sketch for Phase 1</li>
</ul>
<h4>Phase 1:</h4>
<ul>
<li>Semi-permanent circuit</li>
<li>1 plush object with implanted electronics</li>
<li>Interacts with user</li>
</ul>
<h4>Phase 2:</h4>
<ul>
<li>Semi-permanent circuit</li>
<li>1 plush object</li>
<li>Interacts with user</li>
<li>Interacts with the Internet</li>
</ul>
<h4>Phase 3:</h4>
<ul>
<li>Semi-permanent circuit</li>
<li>2 plush objects</li>
<li>Interact with user</li>
<li>Interact with each other</li>
</ul>
<h4>Phase 4:</h4>
<ul>
<li>Semi-permanent circuit</li>
<li>3+ objects</li>
<li>Interact with user</li>
<li>Interact with each other</li>
<li>Interact with the Internet</li>
</ul>
<h4>Phase 5:</h4>
<ul>
<li>Permanent circuit</li>
<li>3+ objects</li>
<li>Interact with user</li>
<li>Interact with each other</li>
<li>Interact with the Internet</li>
<li>RFID tags</li>
</ul>
<p>IPON project, the big picture:</p>
<p><a href="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2012/01/IPON-project-diagram.jpg"><img class="alignnone  wp-image-678" title="IPON-project-diagram" src="http://www.theelectronicshobbyist.com/blog/wp-content/uploads/2012/01/IPON-project-diagram.jpg" alt="Identified Plush Object Network Diagram" width="594" height="432" /></a></p>
<p>On the next post I will share the current state of the project, Phase 0 as described above, including circuit and Arduino sketch. Stay tuned!</p>
<p>No related posts.</p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/the-identified-plush-object-network-ipon-project/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Pachube</title>
		<link>http://www.theelectronicshobbyist.com/blog/pachube/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/pachube/#comments</comments>
		<pubDate>Sat, 08 Aug 2009 10:27:00 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[Arduino]]></category>
		<category><![CDATA[Ethernet]]></category>
		<category><![CDATA[Pachube]]></category>
		<category><![CDATA[The Internet of Things]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=5</guid>
		<description><![CDATA[Pachube.com, is a website that enables its users to share real-time data collected from a series of environment sensors connected to objects and devices around the world. Existing information shared by others can also be used to control actuators based on the data received. There are several feeds currently sharing light levels, wind speed, air [...]]]></description>
			<content:encoded><![CDATA[<p></p><p><a href="http://www.pachube.com/" target="_blank">Pachube.com</a>, is a website that enables its users to share real-time data collected from a series of environment sensors connected to objects and devices around the world. Existing information shared by others can also be used to control actuators based on the data received. There are several feeds currently sharing light levels, wind speed, air quality, humidity, temperature and pressure information, to name a few, facilitating interaction between physical or virtual remote locations.</p>
<p><a href="http://www.arduino.cc/" target="_blank">Arduino</a> users may easily participate in this community. Different sensor and actuators are necessary (temperature, light, pressure, keys, potentiometers, LEDS, etc.) depending on the complexity of the application that one wishes to develop. There are two ways to connect and send/receive information to/from Pachube: connecting the <a href="http://www.cutedigi.com/product_info.php?ref=3&amp;products_id=4221&amp;affiliate_banner_id=1" target="_blank">Arduino Duemilanove</a> via USB cable to a computer with Internet access or using an <a href="http://www.cutedigi.com/product_info.php?ref=3&amp;products_id=4222&amp;affiliate_banner_id=1" target="_blank">Arduino Ethernet Shield</a> directly connected to the Internet.</p>
<p>Some knowledge of Ethernet, a valid IP or DynDNS are required as well as a Processing application to communicate with an Arduino upon which a Firmata sketch has been installed. (Firmata is a microcontroller communication protocol that allows complete control of the <a href="http://www.theelectronicshobbyist.com/blog/goto/uno" style="" target="_blank" rel="nofollow" onmouseover="self.status='http://www.theelectronicshobbyist.com/blog/goto/uno';return true;" onmouseout="self.status=''">Arduino</a> from software). The Pachube website explains the step-by-step process of designing circuits, connecting sensors and writing the software.</p>
<p>What is also interesting is the ability to mark on a Google map the place where you are running the experiment and acquiring the data, using an API Key that enables publishing the information to the Internet.</p>
<p>Here is a list from the Pachube website that explains some possibilities for the use of its service: <a href="http://community.pachube.com/what_can_i_use_pachube_for" target="_blank">community.pachube.com/what_can_i_use_pachube_for</a>.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/arduino-serial-communication/' rel='bookmark' title='Arduino Serial Communication'>Arduino Serial Communication</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/pachube/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Internet of Things</title>
		<link>http://www.theelectronicshobbyist.com/blog/the-internet-of-things/</link>
		<comments>http://www.theelectronicshobbyist.com/blog/the-internet-of-things/#comments</comments>
		<pubDate>Thu, 09 Jul 2009 03:58:00 +0000</pubDate>
		<dc:creator>Natalia</dc:creator>
				<category><![CDATA[RFID]]></category>
		<category><![CDATA[The Internet of Things]]></category>

		<guid isPermaLink="false">http://www.theelectronicshobbyist.com/blog/?p=4</guid>
		<description><![CDATA[We are entering a new information era dubbed &#8220;The Internet of Things&#8221;. The Internet of Things is based on networks of ubiquitous sensors in intelligent environments. Thus the Internet connects not only computers and communication terminals, but everyday objects as well. Clothing, consumer electronics, household appliances, can all be used in the creation of sophisticated [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>We are entering a new information era dubbed &#8220;The Internet of Things&#8221;. The Internet of Things is based on networks of ubiquitous sensors in intelligent environments. Thus the Internet connects not only computers and communication terminals, but everyday objects as well. Clothing, consumer electronics, household appliances, can all be used in the creation of sophisticated interactions among people, bringing better quality of services and comfort.</p>
<p><a href="http://www.amazon.com/gp/product/1420052810?ie=UTF8&amp;tag=Squid744799-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1420052810" target="_blank"><img class="alignright" style="margin: 5px;;  float: right; padding: 4px; margin: 0 0 2px 7px;" src="http://ecx.images-amazon.com/images/I/51KJgaqoCOL._SL160_.jpg" border="0" alt="" width="104" height="160" /></a>One of the most prominent technologies that serves as a gateway to The Internet of Things is RFID. RFID is a mature technology that can make The Internet of Things possible as well as serve as the basis for other object identification systems.</p>
<p>RFID permits the automatic wireless capture of identification and data belonging to electronically tagged objects that can contain additional information about them. When these tags are connected via sensors and communication networks such as the Internet, this technology becomes a powerful way to offer new services and applications in pretty much any environment.</p>
<p>To read more about this exciting subject check out Lu Yan&#8217;s book <a href="http://www.amazon.com/gp/product/1420052810?ie=UTF8&amp;tag=Squid744799-20&amp;linkCode=as2&amp;camp=1789&amp;creative=390957&amp;creativeASIN=1420052810" target="_blank">The Internet of Things: From RFID to the Next-Generation Pervasive Networked Systems</a> at Amazon.com.</p>
<p>You might also enjoy:<ol>
<li><a href='http://www.theelectronicshobbyist.com/blog/pachube/' rel='bookmark' title='Pachube'>Pachube</a></li>
</ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.theelectronicshobbyist.com/blog/the-internet-of-things/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Served from: www.theelectronicshobbyist.com @ 2012-02-06 22:53:54 -->
