Hi all, I am very new to Arduino/Seeduino but had a project in mind that I felt would make for a pretty neat little build.
The premise is that I want to use a Seeeduino Stalker v2.3 in a waterproofed enclosure (and powered by solar, backedup by LiPo battery) as a sensor node for temp. This was the easy part as there is a nice little kit (http://www.seeedstudio.com/depot/seeeduino-stalker-waterproof-solar-kit-p-911.html).
Now the part I'm having some issue with is I would like to use a Bluetooth Xbee OR a Wifi Xbee to periodically transmit the timestamped temp data every 5 min to one of two possible things: A.) Android phone B.)Google Drive Spreadsheet file that can record and save the data maybe with a graph (temp vs. time). {That is something I picked up from an Adafruit project for raspberry pi)
This is where my noob shows, as I have very little idea of how to make this happen and trying to piece together things from various example codes across the web is not showing much promise (but I am also not that great with the coding yet either). Any help and the feasibility and/or implementation of this project would be great and deeply appreciated. Thanks in advance!