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
What steps will reproduce the problem?
1) The SIM900 GSM module will not start.
Solution:
Configure GSM_ON an GSM_RESET as output.
pinMode(GSM_ON, OUTPUT); // set GSM_ON pin as output
pinMode(GSM_RESET, OUTPUT); // set GSM_RESET pin as output
Greetings
Fabi
Original issue reported on code.google.com by [email protected] on 26 Nov 2013 at 10:06
The text was updated successfully, but these errors were encountered:
Original issue reported on code.google.com by
[email protected]
on 26 Nov 2013 at 10:06The text was updated successfully, but these errors were encountered: