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.
File:Coffee03.jpg
File:Coffee04.jpg
Above image source: Flickr user iDecrease
Setup
SSerial2Mobile phone = SSerial2Mobile(2,3);
phone.sendTxt("+15555550125","Lib SMS Test1");
phone.sendEmail("sserial2mobile@example.com", "Lib email test1");
Serial.print("Batt: ");
Serial.print(phone.batt());
Serial.println("%");
Serial.print("RSSI: ");
Serial.println(phone.rssi());
Equipment:
Cellular Sheild
SIM card
Antenna
Arduino
Photoresistor
Coffee can
Depleting coffee ground
Task: The coffee can needs to be altered / replaced so the connection from Arduino to photoresistor is possible.