I just ordered a SARA board including the Vodafone SIM. Default all device data is forwarded to the allthingstalk platform. Is there a way to change the backend to azure iot hub? I know it’s possible at the T-mobile platform, but can’t figure out how to do that at the Vodafone platform. Don’t want to change to T-mobile platform to quickly because I want to keep my pre-configured Vodafone sketch; will take to much time for an Arduino newbie to figure out all the code
You can either use AllThingTalk and use their MQTT server to forward your data to Azure.
Or you can connect your device to your pc, press the reset button and open a Serial Monitor.
In the first 30 seconds there is a bootup menu, if not just send an empty command with just pressing enter, and make sure the serial monitor is sending with NL/CR.
In the menu you have some option. Here you can also change the UDP server and UDP Port.
Tried to get the information from the allthingstalk platform using MQTT. Works fine. For those who are interested, there is also a node-red node to send data to the azure iot hub:
npm install -g node-red-contrib-azureiothubnode
After you’ve registered your device at the iot hub, you will get a connection string that you’ll need in your node-red node to set up a connection.
Now I want to try to change the Vodafone settings to T-mobile using the boot menu. Could you please let me know if my changes are correct? And, which of them are really needed and sticky? Or do I have to change these settings every time I want to use T-mobile?
Vodafone (current setings in bold and /)
Telco (tmobile=0, vf-n=1, vf-m=2, kpn=3, mono=4) (tlc=): 1
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, 2G=9) (rat=): 8
Band Mask (bnm=): 524288
Server URL/IP (url=): 40.68.172.187
Server port (prt=): 8891
Send ATT header (OFF=0 / ON=1) (ahd=): 1
All Things Talk Token (att=): pif97GYa
Payload type (0=cbor, 1=hex, 2=json) (pld=): 0
Temperature offset (tof=): 0
GPS (OFF=0 / ON=1) (gps=): 1
Debug (OFF=0 / ON=1) (dbg=): 1
T-mobile (future settings)
Telco (tmobile=0, vf-n=1, vf-m=2, kpn=3, mono=4) (tlc=): 0
Upload Interval (min) (sri=): 5
GPS Fix Timeout (sec) (gft=): 120
Minimum sat count (sat=): 6
APN (apn=): cdp.iot.t-mobile.nl
Force Operator (opr=): 20416
Network (LTE-M=7, NB-Iot=8, 2G=9) (rat=): 8
Band Mask (bnm=): 524288
Server URL/IP (url=): 172.27.131.100
Server port (prt=): 15683
Send ATT header (OFF=0 / ON=1) (ahd=): 1
All Things Talk Token (att=): pif97GYa
Payload type (0=cbor, 1=hex, 2=json) (pld=): 0
Temperature offset (tof=): 0
GPS (OFF=0 / ON=1) (gps=): 1
Debug (OFF=0 / ON=1) (dbg=): 1
ok, I think this wil help Is the tutorial below everything is needed to change you’re settings from Vodafone to T-mobile. I guess this will do for SARA Rxx as well