IFD:PhysicalComp2011/Dianna Mertz: Difference between revisions

From Medien Wiki
mNo edit summary
mNo edit summary
Line 1: Line 1:
In my WG, my flatmates and I take turns buying the coffee grounds. Sometimes this becomes confusing, as there are three of us, and the person who is next in line to buy coffee is not necessarily aware that the coffee supply is low.
In my WG, my flatmates and I take turns buying the coffee grounds. Sometimes this becomes confusing, as there are three of us, and the person who is next in line to buy coffee is not necessarily aware that the coffee supply is low.


I'd like to develop a system that ensures that our WG is always supplied with enough coffee. Using Arduino and a photoresistor, I propose to install a sensor inside the coffee ground that will send a reminder SMS to the next person in line as soon as the coffee levels are low.
I'd like to develop a system that ensures that our WG is always supplied with enough coffee. Using Arduino and a photoresistor, I propose to install a sensor inside the coffee ground that will send a reminder SMS to the next person as soon as the coffee levels are low.


[[File:Coffee03.jpg|500px]]
[[File:Coffee03.jpg|500px]]
Line 11: Line 11:
Above image source: Flickr user iDecrease
Above image source: Flickr user iDecrease


===Setup===
===Setup Help===


http://farm4.static.flickr.com/3254/2507585112_60cc338bfb_m.jpg
[[../code#III Potentiometer (Arduino)|Photo Resistor Code Example (from class)]]


Above image source: http://code.google.com/p/sserial2mobile/
[http://www.sparkfun.com/Code/Cellular_Shield_Passthrough.zip Cellular Shield Passthrough]


[http://code.google.com/p/sserial2mobile/ <b>Arduino to Mobile Code Example</b>]
[http://www.sparkfun.com/datasheets/CellularShield/SM5100B%20Datasheet.pdf Cellular Shield Datasheet]
 
[[../code#III Potentiometer (Arduino)|<b>Photo Resistor Code Example (from class)</b>]]


===Equipment===
===Equipment===
Line 33: Line 31:
===Tasks===
===Tasks===
<ul>
<ul>
<li>Acquire sim card</li>
<li>Create prototype coffee can with facilitated connection from Arduino / Cellular Sheild to photoresistor.</li>
<li>Alter or substitute coffee can so the connection from Arduino to photoresistor is possible.</li>
<li>Conduct further research on the coding between Cellular Shield / Arduino. Experiment.</li>
<li>Alter code so that the phone numbers alternate between roommates.</li>
</ul>
</ul>

Revision as of 17:02, 2 January 2012

In my WG, my flatmates and I take turns buying the coffee grounds. Sometimes this becomes confusing, as there are three of us, and the person who is next in line to buy coffee is not necessarily aware that the coffee supply is low.

I'd like to develop a system that ensures that our WG is always supplied with enough coffee. Using Arduino and a photoresistor, I propose to install a sensor inside the coffee ground that will send a reminder SMS to the next person as soon as the coffee levels are low.

File:Coffee03.jpg
File:Coffee04.jpg

4473164605_99c7a30b21.jpg
Above image source: Flickr user iDecrease

Setup Help

Photo Resistor Code Example (from class)

Cellular Shield Passthrough

Cellular Shield Datasheet

Equipment

  • Cellular Shield
  • SIM card
  • Antenna
  • Arduino
  • Photoresistor
  • Coffee can
  • Depleting coffee grounds

Tasks

  • Create prototype coffee can with facilitated connection from Arduino / Cellular Sheild to photoresistor.
  • Conduct further research on the coding between Cellular Shield / Arduino. Experiment.