This guide will walk you through connecting a Telit Bravo development kit to Azure IoT Hub using the available solution template.
1.1. Install the USB drivers for the Telit Bravo development kit
Telit AT Controller
Settings
buttonTelit USB Modem
.Connect
buttonAT Terminal
button2.1. Verify the version of your firmware:
AT#SWPKGV
30.00.809-P0B.800101
M0B.800005
P0B.800101
A0B.800000
Ensure you are running at least version 30.00.809, if you are not, follow Telit's procedures to install new firmware.
2.2. Set your APN (using the settings recommended by your carrier)
AT+CGDCONT=1,"IP","<APN>"
2.3. Verify the module is registered on the cellular network:
AT+COPS?
+COPS: 0,0,"AT&T",8
OK
2.4. Configure the LWM2M connection
AT+CGSN
353081094088419
OK
AT#LWM2MINJKEYS=0,1,<imei>,<imei>,<PSK>
AT#LWM2MSTS=0,999,"coaps://lwm2m-us.tartabit.com:5684",1
AT#REBOOT
Download the following files to configure the sensor application on your module:
3.1. Download the main application
AT#M2MWRITE=m2mapz.bin,234160,1
>>>
Select the file you downloaded above:
3.2 Download object 26242
AT#M2MWRITE=/mod/object_26242.xml,1358
>>>
Select the file downloaded above.
3.3 Download object 26250
AT#M2MWRITE=/mod/object_26250.xml,2249
>>>
Select the file downloaded above.
3.4 Download object 26251
AT#M2MWRITE=/mod/object_26251.xml,1971
>>>
Select the file downloaded above.
3.5. Enable the application
AT#M2MRUN=2,"m2mapz.bin"
AT+M2M=4,10
AT#REBOOT
4.1. Login to the Tartabit IoT Bridge.
4.2. Navigate to Solution Templates.
4.3. Import the Onboard Telit Bravo
template.
4.4. Enter the IMEI of your Telit module.
4.5. Enter the pre-shared key you selected above in 2.3
.
4.6. Enter the connection string you retrieved in 3.4
.
4.7. Check the box to "Start triggers".
4.8. Click Import
5.1. Restart your Telit module.
5.2. Verify the IoT Bridge endpoint is connected
5.3. Verify the device is connected in Azure IoT Hub by using either the Azure IoT Hub Explorer or the Azure Portal.