AtomDTU NB-IoT not detecting SIM card
-
Hi, I have tried two different ATOMDTU/NB-IoT modules and two different Sim cards but AT commands show Sim not detected. Any advice?
see details from AT test:ati
SIM7020G R1910
OKat+gmm
SIM7020G
OKat+gmr
1910B03SIM7020G
OKat+gsn
86151xxxxxxxxxx
OKat+cgsn
86151xxxxxxxxx
OKat+cpin?
+CME ERROR: SIM not insertedSee does not detect sim card
also LED status is:
red=on
blue= quick flash once per secondThanks
-
Hello @gmang
have you inserted the SIM card in the correct orientation? According to the second picture here the orientation seems to be up side down and the cut edge towards the outside (which for me was a bit counter intuitive.)
Thanks
Felix -
This post is deleted! -
@felmue
RESOLVED: I had the sim card backwards. even though there is a big picture of how to insert it, i still inserted it cut-side first out of habit.
Thanks for pointing it out. -
I also noted there is no way to set the APN details using UIFlow.
I see that using M5Burner one can set the apn using the configuration button on Core, but not on UIFlow_Lite.
Any advice to add APN setup and still use UIFlow -
@gmang same here, I also need to change the APN from UIFLOW, did you already solved it?
-
Hi guys
to set the APN you could try to add an
Execute code
block with the following content:dtu_nb.send_at_cmd("AT+CGDCONT=1,\"IP\",\"your_apn_here\"")
Please note the string quoting
\"
and replaceyour_apn_here
with the one you intend to use.Thanks
Felix -
@felmue Thank you Felix!