This guide will walk you though integrating a Quectel BC66 cellular module to the IoT Bridge.
1.1. Follow Quectel's guide to connect to your module's AT terminal.
1.2. Configure your device's APN:
AT+QCGDEFCONT="IP","super"
1.3. Configure the LWM2M settings: (the URL for our SaaS is lwm2m-us.tartabit.com)
AT+CGSN=1 (note IMEI)
AT+QLWCONFIG=1,"lwm2m-us.tartabit.com",5684,<imei>,60,0,<imei>,11223344556677889900
AT+QLWCFG="auto_reg"=1
1.4 Connect LWM2M client
AT+QLWREG
2.1. Login to the Tartabit IoT Bridge.
2.2. Navigate to Solution Templates at the bottom of the page.
2.3. Import the Onboard Quectel BC66
template.
2.4. Enter the IMEI and preshared key for your module.
2.5. Select your LWM2M server
.
2.6. Click Import
.
3.1. Cause your device to connect.
3.2. Verify the IoT Bridge endpoint is connected
3.3. Click the Object Browser
icon to verify you can access your device.