Sim7600test SIM not inserted
Posted: Mon Mar 29, 2021 8:35 pm
I have Freematics ONE+ Model B with cellular module "SIMCOM_SIM7600E-H" as well as the hologram global SIM.
When I run the sim7600test, I get the SIM not inserted response.
I use the code with the following information.
I also enabled
Below is my log
I am stucked on the sim insertion problem.
Can anyone give me some help on this?
Thanks in advance.
When I run the sim7600test, I get the SIM not inserted response.
I use the code with the following information.
Code: Select all
git commit : 3cab13d | 2021-03-16 | Stanley Huang | Deprecated
Arduino 1.8.13
Code: Select all
$ git diff ../../libraries/FreematicsPlus/FreematicsPlus.cpp
diff --git a/libraries/FreematicsPlus/FreematicsPlus.cpp b/libraries/FreematicsPlus/FreematicsPlus.cpp
index c3e98ef..97f54fd 100644
--- a/libraries/FreematicsPlus/FreematicsPlus.cpp
+++ b/libraries/FreematicsPlus/FreematicsPlus.cpp
@@ -26,7 +26,7 @@
#include "FreematicsGPS.h"
#define VERBOSE_LINK 0
-#define VERBOSE_XBEE 0
+#define VERBOSE_XBEE 1
static TinyGPS gps;
static bool gpsHasDecodedData = false;
Code: Select all
ets Jun 8 2016 00:22:57
rst:0x1 (POWERON_RESET),boot:0x13 (SPI_FAST_FLASH_BOOT)
configsip: 0, SPIWP:0xee
clk_drv:0x00,q_drv:0x00,d_drv:0x00,cs0_drv:0x00,hd_drv:0x00,wp_drv:0x00
mode:DIO, clock div:1
load:0x3fff0018,len:4
load:0x3fff001c,len:1216
ho 0 tail 12 room 4
load:0x40078000,len:9720
ho 0 tail 12 room 4
load:0x40080400,len:6352
entry 0x400806b8
Bee Rx:35 Tx:2
Init cellular module...xBee power pin set to low
xBee power pin set to high
=== SENT@5671 ===
AT
==================
=== SENT@6671 ===
AT
==================
=== SENT@7671 ===
AT
==================
=== SENT@8671 ===
AT
==================
=== SENT@9671 ===
AT
==================
xBee power pin set to low
xBee power pin set to high
=== SENT@14881 ===
AT
==================
=== RECV@14881 ===
+CME ERROR: SIM not inserted
==================
=== RECV@14884 ===
AT
OK
==================
=== SENT@14885 ===
ATE0
==================
=== RECV@14889 ===
ATE0
OK
==================
=== SENT@14893 ===
ATI
==================
=== RECV@14907 ===
Manufacturer: SIMCOM INCORPORATED
Model: SIMCOM_SIM7600E-H
Revision: SIM7600M22_V1.1
IMEI: 867584033642930
+GCAP: ==================
=== RECV@14911 ===
+CGSM
OK
==================
SIM7600E-H OK
IMEI:867584033642930
=== SENT@14919 ===
AT+CPIN?
==================
=== RECV@14924 ===
+CME ERROR: SIM not inserted
==================
=== SENT@15429 ===
AT+CPIN?
==================
=== RECV@15434 ===
+CME ERROR: SIM not inserted
==================
=== SENT@15934 ===
AT+CPIN?
==================
=== RECV@15939 ===
+CME ERROR: SIM not inserted
==================
=== SENT@16439 ===
AT+CPIN?
==================
=== RECV@16444 ===
+CME ERROR: SIM not inserted
==================
=== SENT@16944 ===
AT+CPIN?
==================
=== RECV@16949 ===
+CME ERROR: SIM not inserted
==================
=== SENT@17449 ===
AT+CPIN?
==================
=== RECV@17454 ===
+CME ERROR: SIM not inserted
==================
=== SENT@17954 ===
AT+CPIN?
==================
=== RECV@17959 ===
+CME ERROR: SIM not inserted
==================
=== SENT@18459 ===
AT+CPIN?
==================
=== RECV@18464 ===
+CME ERROR: SIM not inserted
==================
=== SENT@18964 ===
AT+CPIN?
==================
=== RECV@18969 ===
+CME ERROR: SIM not inserted
==================
=== SENT@19469 ===
AT+CPIN?
==================
=== RECV@19474 ===
+CME ERROR: SIM not inserted
==================
No SIM Card
Registering on network...=== SENT@19974 ===
AT+CPSI?
==================
=== RECV@19979 ===
+CPSI: NO SERVICE,Online
OK
==================
=== SENT@19980 ===
AT+CPSI?
==================
=== RECV@19985 ===
+CPSI: NO SERVICE,Online
OK
Can anyone give me some help on this?
Thanks in advance.