SIM900 GSM/GPRS not getting a proper AT+CREG? answer
问题 I'm using an Arduino UNO with attached IComsat SIM900 GSM/GPRS shield. Using the following tutorial: Arduino Live GPS Tracker I'm stuck with the AT+CREG? command, which checks if the SIM-card is registered at the provider. The following logic is used: In the GSM_HTTP.INO file within the "void setup()" function, the following line gets executed modem.checkNetwork(); void setup() { Serial.begin(9600); Serial.println("GM862 monitor"); modem.switchOn(); // switch the modem on delay(4000); // wait