当前位置:网站首页>Anxinco EC series modules are connected to the multi protocol access products of onenet Internet of things open platform
Anxinco EC series modules are connected to the multi protocol access products of onenet Internet of things open platform
2022-07-07 23:33:00 【Little river god is tangled】
Catalog
One 、OneNET Creation of multi protocol access
2. Switch to the old console :OneNET - Old version of IOT console
3. Create multi protocol access products
1. Platform connection elements
2.EC-01 Development board ready
3、 ... and 、 Instruction access
1. First EC-01F To complete network access :
Preface
Anxinco technology released a while ago NB-IoT Module ——EC Series modules . It also supports TCP、HTTP、MQTT And LwM2M agreement . especially LwM2M agreement , This is a WiFi What the module does not have .OneNET There is also a separate product creation of this Agreement on the platform , But this Agreement does not apply to WiFi Access to .
So here's the problem , If you want to use WiFi and EC Family modules also support access OneNet How to achieve ,OneNET In the old version of the platform , There are multiple protocol access ways to create products . For example, use MQTT Access Agreement , So you can use it WiFi Class direct connected devices and NB Class devices are connected at the same time .
This chapter will teach you how to multi protocol access OneNET Open platform of Internet of things .
One 、OneNET Creation of multi protocol access
1. Enter into OneNET Home page :OneNET - China Mobile Internet of things open platform , And go to the console :

2. Switch to the old console :OneNET - Old version of IOT console

3. Create multi protocol access products

4. Create device

Two 、EC-01 Access preparation
1. Platform connection elements
EC-01 Three elements are needed to access the created device :
- product ID, This article tests ID:485938
- equipment ID, This article tests ID:877672367
- Device authentication information , Equipment authentication in this paper :ec01test
product ID You can check it in the product overview :

equipment ID And authentication information can be found in : device details . see

2.EC-01 Development board ready
Anxinko's EC There are three development boards in the series , In line with the consistent stingy principle of the sufficient author , We choose EC-01F-Kit This development board :

The total required hardware equipment is :
- EC-01F-Kit Development board
- Mobile IOT network card 300M A year
- NB The antenna
On some treasure , The whole set is for sale , But here's the thing :
After the IOT network card is connected to the development board , You can't load other development boards , Otherwise, it will cause locking .
3、 ... and 、 Instruction access
1. First EC-01F To complete network access :
Only after successful network access , To access OneNET, The instruction flow related to network access is as follows :

2. Access OneNET
After successful network access , You can use AT Instruction access OneNET, The specific process is as follows :
- step 1: Use mqtt conf Command configuration cloud The type is OneNet
- step 2: Use mqtt open and mqtt connect establish mqtt Connect
- step 3: Use mqtt sub subscribe topic
- step 4: Use mqtt pub send data
- step 5: When mqtt server When sending data ,mqtt receive The command will be automatically received , And ”+ECMTRECV: XXX” Of Format , Print out
- step 6: Use mqtt disconnect Delete mqtt ConnectThe specific instructions are as follows :
// step 1: AT+ECMTCFG ="cloud",0,1,3 // step 2: AT+ECMTOPEN=0,"183.230.40.39",6002 // step 3:AT+ECMTCONN=0," equipment ID"," product ID"," Authentication information " AT+ECMTCONN=0,"877672367","485938","eec01test" // subscribe Topic Use it to receive the platform carefully AT+ECMTSUB=0,1,"test",2 // Publishing data streams AT+ECMTPUB=0,0,0,0,"$dp","{"ec_data":36,"es_data_str":"hello OneNET"}" // disconnect AT+ECMTDISC=0The normal process is as follows :
Four 、 Data interaction
1. Data upload
Data upload uses release instructions :AT+ECMTPUB
The upload format is generally json Format , Instruction example :
AT+ECMTPUB=0,0,0,0,"$dp","{"ec_data":36,"es_data_str":"hello OneNET"}"In this directive , Uploaded numerical data named :"ec_data", The value is :36;
The string type data name is :"es_data_str", The content of the string is :"hello OneNET"
The platform displays the result as :

2. Data reception
be familiar with MQTT Everyone who agrees knows , Want to receive data , All need to subscribe , Subscription requires Topic, however OneNET The products of multi protocol access are different , It has no Topic, So we can subscribe Topic, The instructions are as follows :
AT+ECMTSUB=0,1,"test",1Directive :“test”, Namely Topic, Specific parameters can be found in the official website of Anxin docs see :https://docs.ai-thinker.com/_media/nb-iot/nb-ioAT Instruction set v1.0.pdf
OneNET The platform issues instructions :

5、 ... and 、 reminder
Article OneNET Platform equipment is test equipment , Post article , I will delete relevant devices , Please create your own products and equipment for testing ,AT The parameters of the instruction should be your own related parameters .
边栏推荐
- MATLAB signal processing [Q & A essays · 2]
- 欢聚时代一面
- FreeLink开源呼叫中心设计思想
- B_QuRT_User_Guide(39)
- 违法行为分析1
- StringUtils工具类
- 城联优品作为新力量初注入,相关上市公司股价应声上涨150%
- List. How to achieve ascending and descending sort() 2020.8.6
- SRM supplier cloud collaborative management platform solution for building materials industry to realize business application scalability and configuration
- Unity3d Learning Notes 6 - GPU instantiation (1)
猜你喜欢

Live server usage

云原生正在吞噬一切,开发者该如何应对?

进度播报|广州地铁七号线全线29台盾构机全部完成始发

电子设备行业智能供应链协同平台解决方案:解决低效, 赋能产业数字化升级

生鲜行业数字化采购管理系统:助力生鲜企业解决采购难题,全程线上化采购执行
![[microservices SCG] gateway integration Sentinel](/img/f3/410d7228b4b253ebf41015a785099f.png)
[microservices SCG] gateway integration Sentinel

Puce à tension stabilisée LDO - schéma de bloc interne et paramètres de sélection du modèle

LeeCode -- 6. Zigzag transformation

B_ QuRT_ User_ Guide(38)

One week learning summary of STL Standard Template Library
随机推荐
深入理解Mysql锁与事务隔离级别
Progress broadcast | all 29 shield machines of Guangzhou Metro Line 7 have been launched
2021icpc Shanghai h.life is a game Kruskal reconstruction tree
Turbo introder common scripts
Solution of intelligent supply chain collaboration platform in electronic equipment industry: solve inefficiency and enable digital upgrading of industry
IDEA 2021.3. X cracking
USB (XVIII) 2022-04-17
[microservices SCG] gateway integration Sentinel
js 获取对象的key和value
POJ2392 SpaceElevator [DP]
B_QuRT_User_Guide(38)
Installing spss25
Puce à tension stabilisée LDO - schéma de bloc interne et paramètres de sélection du modèle
USB (XVII) 2022-04-15
UE4_ Use of ue5 blueprint command node (turn on / off screen response log publish full screen display)
StringUtils工具类
FPGA basics catalog
2022第六季完美童模陕西总决赛圆满落幕
Unity3d Learning Notes 6 - GPU instantiation (1)
云原生正在吞噬一切,开发者该如何应对?
