Hi,
We are using Sodaq SARA-AFF-R410M in Singapore and since there is no Vodafone coverage here, I am trying with local SIM from M1. We have the NB-IOT SIM cards. I tried to enable band 8 as Singapore uses band 8, but the csq still always returns 99,99. Any input?
OK
AT+CSQ
It turns out that the URAT was 7. After changing to 8 and also changing to another SIM, it can now register.
Sander mentioned that I can get the souce code for pre-loaded firmware…
“The source code can be found on the following link:
pre-loaded firmware: Maker Software https://vodafoneiot.sodaq.com/quick-start/next-steps/ “
I don’t see the source code for pre-loaded firmware, it’s only binary (exe) that loads the firmware to the board.
Do you have the sketch for the pre-loaded firmware?
The reason is that changing the APN in setting does not work as we need IPV6 (the SIM we are using only supports IPV6).
I just noticed that the pre-loaded firmware and the one loaded by factory reset are not same!
I did factory reset to one board and here is the debug output:
VODAFONE MAKER 20181029.1
Booting up…
Commands:
AT Command Mode (CMD):
Init network (INIT):
Settings:
IMEI : 352753098583014
All Things Talk Token (att=): Db3Kgh68
Sensor Type (sty=): 0
Upload Interval (min) (sri=): 5
GPS Fix Timeout (sec) (gft=): 120
Minimum sat count (sat=): 6
APN (apn=): nb.inetd.gdsp
Force Operator (opr=): 20404
Network (LTE-M=7, NB-Iot=8) (rat=): 8
Band Mask (bnm=): 524288
Server URL/IP (url=): 40.68.172.187
Server port (prt=): 8891
GPS (OFF=0 / ON=1) (gps=): 0
Debug (OFF=0 / ON=1) (dbg=): 1
High temperature trigger (hgh=): 29
Low temperature trigger (low=): 10
Also, I noticed most of the library for R4 does not support IPV6.
The telco we are using here in Singapore supports IPV6 only!
Do you know of any library with IPV6 support?
We indeed only support IPv4 at the moment.
Our library is opensource https://github.com/SodaqMoja/Sodaq_R4X
A quick change for your project would be to hardcode change “IP” to “IPV6” and add also your IPv6 ip address there.
Thanks for reporting the issue that the pre-loaded firmware and firmware in the factory reset tool are not the same.
We will investigate the issue.