IFD:Zeitmaschinen/indepth: Difference between revisions

From Medien Wiki
No edit summary
mNo edit summary
Line 1: Line 1:
==In-Depth: Smart Containers / by Dianna Mertz==
==In-Depth: Smart Containers / by Dianna Mertz==


===PDF Version===
===PDF Version===
Line 8: Line 9:


===Concept===
===Concept===
These smart containers are a response to all the rotten food, unnecessary purchases, and special cravings you've ever had. Now you can see what's in your kitchen from where ever you are, just by checking your smart phone. <br>
These smart containers are a response to all the rotten food, unnecessary purchases, and special cravings you've ever had. Now you can see what's in your kitchen from wherever you are, just by checking your smart phone. <br>
http://doubledi.com/indepth/jpgs/concept_wiki.jpg
http://doubledi.com/indepth/jpgs/concept_wiki.jpg


===Product Function===
===Product Function===
The final product would have a short-distance sensor and wifi chip embedded within the lid of the container. The wifi chip would auto FTP the food data levels by sending the data to the wireless local area network. This info could then be accessed remotely with any web-enabled device, by logging into a secure account. <br>
The manufactured product would have a short-distance sensor and wifi chip embedded within the lid of the container. The wifi chip would send the data of the container levels to the wireless local area network, which would upload it to internet. This info could then be accessed remotely with any web-enabled device by logging into a secure account. <br>
http://doubledi.com/indepth/jpgs/function_wiki.jpg
http://doubledi.com/indepth/jpgs/function_wiki.jpg


===Prototype===
===Prototype Equipment===


====Equipment====
* [[Arduino]]
* [[Arduino]]
* Sharp GP2D120XJ00F Analog Infrared Distance Sensor 4-30cm
* Sharp GP2D120XJ00F Analog Infrared Distance Sensor 4-30cm
Line 27: Line 27:
<br><br><br>
<br><br><br>


====Container Prototype====
===Container Prototype===
http://doubledi.com/indepth/jpgs/prototype_function.jpg
http://doubledi.com/indepth/jpgs/prototype_function.jpg
<br><br><br>
<br><br><br>
Line 33: Line 33:
<br><br><br>
<br><br><br>


====Mobile Prototype====
===Mobile Prototype===
http://doubledi.com/indepth/jpgs/mobile_app.jpg
http://doubledi.com/indepth/jpgs/mobile_app.jpg
<br><br><br>
<br><br><br>
Line 39: Line 39:
<br><br><br>
<br><br><br>


====Demo Video====
===Demo Video===


<videoflash type=vimeo>39147257</videoflash>
<videoflash type=vimeo>39147257</videoflash>
<br><br>
<br><br>


====Live Web Demo====
===Live Web Demo===


http://doubledi.com/indepth/jpgs/live_web.jpg<br>
http://doubledi.com/indepth/jpgs/live_web.jpg<br>
Line 50: Line 50:




====Code====
===Code===


=====Arduino=====
====Arduino====
<source lang="java">
<source lang="java">
int sensePin = 1;  // infrared sensor to analog pin
int sensePin = 1;  // infrared sensor to analog pin
Line 69: Line 69:
</source>
</source>


=====Processing=====
====Processing====
<source lang="java">
<source lang="java">
Serial myPort; // variable for the serial
Serial myPort; // variable for the serial
Line 99: Line 99:
</source>
</source>


=====PHP=====
====PHP====
(Gets the data from an automatically uploaded file from desktop)
(Gets the data from an automatically uploaded file from desktop)
<source lang="php">
<source lang="php">