Hi all,
I'm struggling with something I succeed (but forgot) several years ago.
I got a datalogger (arduino Uno based) on which I would like to create a GSM/GPRS connection for the following tasks:
- synchronize an RTC module with the clock of the network
- send alerte through sms
- send data on request by sms
So far I got :
- a FONA SIM 808 module but apprently this required an external LiOn battery
- another shield based on SIM900
Both are not working ... despite the right power supply. Something is quite strange to me. I remember few years ago I could specify a PIN NUMBER (of the SIM CARD), using function such as gsm.begin (PINNUMBER), sms.begin() ...
I could not find such tutorials anymore. Am I too old nor they don't exist anymore? 10 years ago, doing such thing took me maybe 1 hour, now I'm lost in space just to find a proper GSM shield I could supply with the Arduino and a basic GSM library that used the PIN NUMBer ( I do not have a device to change the PIN number of the SIM card).
One or two direction to look at would be perfect for me.
Cheers
Mathieu