Last Updated on : 2024-06-04 08:28:56download
This topic describes the commands specific to the Bluetooth Low Energy (LE) and LTE Cat.1 combo protocol.
The Bluetooth LE chip stores authorization information. When connected to an LTE Cat.1 module, the Bluetooth LE module transmits activation and authorization data to the LTE Cat.1 module via UART communication. The LTE Cat.1 module is not allowed to proactively bind with and unbind from the cloud. When the Bluetooth LE module has been unbound, it should notify the LTE Cat.1 module of its unbinding.
This block diagram illustrates the interaction between the Bluetooth LE module and the LTE Cat.1 module.
The Bluetooth LE module sends the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x03 |
Command | 1 | 0xD0 |
Data length | 2 | 0x0001 |
Data | 1 | Subcommand: 0x00 |
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The module returns the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x00 |
Command | 1 | 0xD0 |
Data length | 2 | N |
Data | 1 | Subcommand: 0x00 |
1 |
|
|
1 | The binding status of the module. 0 : Unbound. 1 : Bound. |
|
1 | type : The module type. Only 2 and 3 are applicable currently.
|
|
N | XXX (The unique identifier of the module) | |
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The Bluetooth LE module sends the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x03 |
Command | 1 | 0xD0 |
Data length | 2 | N |
Data | N |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The module returns the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x00 |
Command | 1 | 0xD0 |
Data length | 2 | 0x0002 |
Data | 35 |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The Bluetooth LE module sends the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x03 |
Command | 1 | 0xD0 |
Data length | 2 | N |
Data | 1 + N |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The module returns the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x00 |
Command | 1 | 0xD0 |
Data length | 2 | 1 |
Data | 1 (Subcommand) | 0x02 |
Result | 0 indicates the LTE Cat.1 module has received activation information and is currently activating. You can verify the activation result by checking the network status in basic services. |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The Bluetooth LE module sends the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x03 |
Command | 1 | 0xD0 |
Data length | 2 | 0x42 (66) |
Data | 66 |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
The module returns the following data.
Field | Bytes | Description |
---|---|---|
Header | 2 | 0x55aa |
Version | 1 | 0x00 |
Command | 1 | 0xD0 |
Data length | 2 | 0x42 (66) |
Data | 66 |
|
Checksum | 1 | Start from the header, add up all the bytes, and then divide the sum by 256 to get the remainder. |
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback