Update:
The SIM Card was not activated. Now I was able to connect to the Network.
But now, as others mentioned, I cant get the ‘last payload’ in the GUI. I will wait for an update in other posts.
H
Best posts made by HNEE
-
RE: Attach to NB-IoT network
-
RE: Ip but no ping
Fixed: The AT commands for this module are slightly different for this chip.
-
RE: Ip but no ping
Hey I will try,
The AT commands for the BC660K are documented in a file named Quectel_BC660K-GL_TCP(IP)_Application_Note_V1.0.pdf.
The ping command is the same with BC66 but I used the wrong contextID. This worked for me:
AT+QPING=0,“x.x.x.x”
If you want DNS resolution, you have to configure it first, read the docs at chapter 2.3.8. I didnt try that myself.
The QIOPEN command is different to BC66, best to read the docs but this worked for me:
AT+QIOPEN=0,0,“UDP”,“x.x.x.x”,15683,1001,1Hope this helps
Daniel