You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
mpenzin
on 26 Dec 2013 at 9:25The text was updated successfully, but these errors were encountered: