Using Arduino GSM shield (with SIM900) to send sensor data to my website via packets

Arjun picture Arjun · Apr 20, 2015 · Viewed 9.4k times · Source

I would like to send LIVE sensor data (say every 1 hour) to my own web page. I'm using GSM/GPRS shield with Arduino. The GSM module I'm using is SIM900.

Answer

Luiz Fernando da Silva picture Luiz Fernando da Silva · Sep 24, 2015

Do you trying send it by TCP or HTTP? I think the example from the link above works (the submitHttpRequest() function). There, you must to change the URL on the AT+HTTPPARA command to your URL.

Remember your web site need to be hosting in internet. I think the localhost project doesnt work, because you probably don't have a DNS neither an static real IP adress.

I think this video may help you:

https://www.youtube.com/watch?v=bDBOlcELNLA