/arduino-gprs

Arduino GPRS Shield

Primary LanguageC++

arduino-gprs

This project was developed in a Hackaton in Telefónica R&D.

It uses an Arduino board + Arduino GPRS Shield to make a HTTP request every time a button is toggled.

You must configure your own APN information:

#define GPRS_APN "sm2ms.movilforum.es"
#define GPRS_LOGIN ""
#define GPRS_PASSWORD ""

Screenshot Arduino

It is not production ready. Use it at your own risk.