SOS quectel EC25-AU MinPci-e USB hardware show the message "SIM is not ready"

Hello team, I have a problem with my EC25-AU Mini Pcie because when trying it with different hardware/sim it always shows the same message “SIM is not ready”.

log:
[2023-07-02 19:27:23:427_S:] AT+CPIN?
[2023-07-02 19:27:23:491_R:] AT+CPIN?
[2023-07-02 19:27:23:491_R:] +CME ERROR: SIM not inserted
[2023-07-02 19:34:21:646_R:] AT+QSIMDET=?
[2023-07-02 19:34:21:646_R:] +QSIMDET: (0,1),(0,1)
[2023-07-02 19:36:46:150_R:] AT+QSIMSTAT=?
[2023-07-02 19:36:46:150_R:] +QSIMSTAT: (0,1)

I have tried to use the following at commands but it doesn’t work(reset)

ATZ.
AT+CFUN
AT&F

Please help me.

This is the test syntax of these two commands. They return lists of the supported values, and not the currently set values.

You need the read syntax. That’s with a trailing ? and not =?

AT+QSIMDET?
AT+QSIMSTAT?
1 Like

Hi Snowgum, the response after execution :

[2023-07-02 20:46:35:401_S:] AT+QSIMDET?
[2023-07-02 20:46:35:460_R:] AT+QSIMDET?
[2023-07-02 20:46:35:460_R:] +QSIMDET: 1,0

[2023-07-02 20:46:35:460_R:] OK
[2023-07-02 20:47:06:698_S:] AT+QSIMSTAT?
[2023-07-02 20:47:06:754_R:] AT+QSIMSTAT?
[2023-07-02 20:47:06:754_R:] +QSIMSTAT: 1,0

[2023-07-02 20:47:06:754_R:] OK

These are not the default settings, as detailed in the EC2x&EC9x&EG2x-G&EM05 Series AT Commands Manual.

Default values are the underlined ones in AT command manuals.

Have you tried running with the default settings? That’s:

AT+QSIMDET=0,0
AT+QSIMSTAT=0
1 Like

Great, that worked.

thank you so much