SeeedJP / WioLTEforArduino

GNU General Public License v2.0
33 stars 19 forks source link

データ通信専用SIM(SMS無し)を使うとActivate()でエラーが発生する #1

Closed matsujirushi closed 7 years ago

matsujirushi commented 7 years ago

データ通信専用SIM(SMS無し)を使うと、Activate()関数でエラーが発生する。 しかし、その後のデータ通信は正常に動作している。

--- START ---------------------------------------------------
### I/O Initialize.
### Power supply ON.
### Turn on or reset.
### Connect the "soracom.io".
### ERROR! ###
### Open.
### Send.
Send:{"uptime":80}
### Receive.
Receive:201
### Close.
### Open.
### Send.
Send:{"uptime":141}
### Receive.
Receive:201
### Close.

通信ログを見たところ、AT+CREG?が+CREG: 0,3 (Registration denied)になっている。

<- AT+CREG?
-> +CREG: 0,3
-> OK
### ERROR! ###
matsujirushi commented 7 years ago

■データ通信SIM(SMS無し)

+CREG: 0,3
+CGREG: 0,1
+CEREG: 0,1

■データ通信SIM(SMS有り)

+CREG: 0,1
+CGREG: 0,1
+CEREG: 0,1

■音声通信SIM

+CREG: 0,1
+CGREG: 0,1
+CEREG: 0,1
matsujirushi commented 7 years ago

https://github.com/SeeedJP/WioLTEforArduino/commit/014b032db03ee73ae8c36874e31370905624a6a5