I am using a Gboard Pro Arduino board with sim900 GPS/GPRS module and Xbee socket to take various analogue measurement and upload them to the internet i.e. google forum via GPRS. I got the Foca so I can be able to program the board but I am now faced with two problems.
I am able to log data to an SD card but logging stops when I remove the foca from the board
I tried using the GSM module but it is not responsive, I downloaded the GSM/GPRS library from ( http://wiki.iteadstudio.com/Gboard_Pro ) but I am getting nowhere.
I am relatively new to this so, if there is anyone who can assist me, I will be forever grateful. My main aim is to get the data from sensors to the internet (Google spreadsheet or anything as long as I can access it remotely. )
This is the link to the Gboard Pro data sheet
the foca is a usb to serial UART board that i connected to the Gboard pro in order to communicate with the computer. i have attached the data sheet for both the foca and the Gboard. Yes i do understand that GSM is not for beginners but i need to know how to send data to the internet using the Gboard for my school project.
The board is unresponsive to the GSM example that are already found on the Arduino IDE but its responsive to the Gboard GSM library that i downloaded from http://wiki.iteadstudio.com/Gboard_Pro (its at the bottom of the page under downloads ) but this library only contains instructions for calls and sms's. what i need is to connect to a client and send data to the internet. I also downloaded the GSM GPRS... library on the same webpage as the Gboard GSM library but the board does not respond to any examples in this library.