IFD:PhysicalComp2011/Dianna Mertz: Difference between revisions

From Medien Wiki
No edit summary
No edit summary
Line 10: Line 10:
<br>
<br>
Above image source: Flickr user iDecrease
Above image source: Flickr user iDecrease
<br><br>
<b>Setup</b><br>
http://farm4.static.flickr.com/3254/2507585112_60cc338bfb_m.jpg
[http://code.google.com/p/sserial2mobile/ <b>Code</b>]
  SSerial2Mobile phone = SSerial2Mobile(2,3); <br>
  phone.sendTxt("+15555550125","Lib SMS Test1"); <br>
  phone.sendEmail("sserial2mobile@example.com", "Lib email test1"); <br>
  Serial.print("Batt: "); <br>
  Serial.print(phone.batt()); <br>
  Serial.println("%"); <br>
  <br>
  Serial.print("RSSI: ");<br>
  Serial.println(phone.rssi());<br>
<b>Equipment:</b>
<br>
[http://www.sparkfun.com/products/9607 Cellular Sheild] <br>
SIM card <br>
Antenna <br>
Arduino <br>
Photoresistor <br>
Coffee can <br>
Depleting coffee ground <br>
<b>Task:</b>
The coffee can needs to be altered / replaced so the connection from Arduino to photoresistor is possible.