vthh94 / gsm-shield-arduino

Automatically exported from code.google.com/p/gsm-shield-arduino
0 stars 0 forks source link

gsm does not power on #94

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
IComSat 1.1 board on Uno R3 does not switching on in GSM::begin() method.

The solution is
  pinMode(GSM_ON, OUTPUT);

Also good idea set
  pinMode(GSM_RESET, OUTPUT);

Original issue reported on code.google.com by mpenzin on 26 Dec 2013 at 9:25