ME3616 by NB-IOT internet access easyiot

Disclaimer: This article is a blogger original article, shall not be reproduced without the bloggers allowed. https://blog.csdn.net/pengpengjy/article/details/82859496

In this paper, the use of ME3616 module implements data transmission based on experiments nb-iot, the use of this platform for easyiot, the platform needs to send an email to register, the man later use. Specific development documents, can be viewed platform documentation center. The following figure shows a schematic diagram of the platform:

The main experiment module to complete interoperability platform, that is the primary contact southbound interface.

 

News reporting:

instruction:

AT+M2MCLISEND=01F00035000150FFFFFFCE393837363534373233383130323933383437323931303437353132333435000001661602F6E801000401000100CE 

Instruction is sent from the internet:

AT+M2MCLISEND=01F3000E34EF020008000001000100010133

The following code can be embedded in APP, as an application layer program code, of course, also you need to call the API interface platform.

{

"version":1

"data": [

"mid":13551

"userMesaageType":"Control"

"userMessageBody":{

"result":0

"power":"on"

}

"checksum":51

]

}

 

This completes the basic operation of NB-IoT based, i.e., issued upload data (equipment → internet) and instructions (→ internet devices), to complete the quick start.

In memory of:

Guess you like

Origin blog.csdn.net/pengpengjy/article/details/82859496