I'm looking to take hourly temperature sensor readings from an
Arduino Uno R3 and send them via GSM cellular with an
SM5100B to my Windows 7 computer.
(FYI: The ultimate goal would be for the computer to then take this data and add it to a new line in a spreadsheet, but first things first.)
MY QUESTION: Can you offer either:
- some resources on projects that have accomplished this OR
- suggest a way for a computer to parse SMS or similar cellular data
I haven't used cellular with Arduino before, but have been learning through **broken link removed** and
**broken link removed**.
The second one is nearly perfect to what I'm trying to accomplish, but it sends SMS to his phone instead of a computer.
I also read
this 2-post-long-thread on the same issue, but I don't understand the "solution" of using GPRS commands.
Any help would be GREATLY appreciated.
Thanks!