171
edits
Diannamertz (talk | contribs) mNo edit summary |
Diannamertz (talk | contribs) mNo edit summary |
||
Line 8: | Line 8: | ||
===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 | 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 | 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=== | ||
* [[Arduino]] | * [[Arduino]] | ||
* Sharp GP2D120XJ00F Analog Infrared Distance Sensor 4-30cm | * Sharp GP2D120XJ00F Analog Infrared Distance Sensor 4-30cm | ||
Line 27: | Line 26: | ||
<br><br><br> | <br><br><br> | ||
===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 32: | ||
<br><br><br> | <br><br><br> | ||
===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 38: | ||
<br><br><br> | <br><br><br> | ||
===Demo Video=== | |||
<videoflash type=vimeo>39147257</videoflash> | <videoflash type=vimeo>39147257</videoflash> | ||
<br><br> | <br><br> | ||
===Live Web Demo=== | |||
http://doubledi.com/indepth/jpgs/live_web.jpg<br> | http://doubledi.com/indepth/jpgs/live_web.jpg<br> | ||
Line 50: | Line 49: | ||
===Code=== | |||
====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 68: | ||
</source> | </source> | ||
====Processing==== | |||
<source lang="java"> | <source lang="java"> | ||
Serial myPort; // variable for the serial | Serial myPort; // variable for the serial | ||
Line 99: | Line 98: | ||
</source> | </source> | ||
====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"> |
edits