Last modified by Mengting Qiu on 2025/03/08 11:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -237,12 +237,14 @@ 237 237 Firstly, we need to set the MQTT mode to datacake, and we need to run** AT+PRO=3,2**. This command is set to datacake. After running the command, the device automatically sets the server address, port. 238 238 239 239 240 -By chosing to add the device under a **"New Product"** you are required to give a name for this product. You can name it something like "My First MQTT Product". 240 +By chosing to add the device under a (% style="color:blue" %)**"New Product"**(%%) you are required to give a name for this product. You can name it something like "My First MQTT Product". 241 241 242 242 [[image:image-20230802112413-14.png]] 243 243 244 -== 1.2 Create Device == 245 245 245 +=== 3.4.2 Create Device === 246 + 247 + 246 246 In the second step you have to define the device which should be added to the product. 247 247 248 248 [[image:image-20230802112413-15.png]] ... ... @@ -250,8 +250,9 @@ 250 250 Enter a name here (such as "My First MQTT Device") and complete the creation of the device by clicking on the "Next" button. 251 251 252 252 253 -== 1.3 Create Database Fields ==255 +=== 3.4.3 Create Database Fields === 254 254 257 + 255 255 After creating the device, it is listed in the table of the fleet view. Now open the device by clicking on the entry in the list. 256 256 257 257 You will then see a device view with an empty dashboard. Now, the first thing we want to do is navigate to the Device configuration. To do this, use the tab bar and click on "Configuration". ... ... @@ -268,8 +268,10 @@ 268 268 269 269 [[image:image-20230802112413-19.png]] 270 270 271 -== 1.4 Set up Broker == 272 272 275 +=== 3.4.4 Set up Broker === 276 + 277 + 273 273 The broker is running on mqtt.datacake.co on ports 1883 and 8883. Port 1883 is unsecured and should not be used in production environments. Port 8883 uses a CA signed server certificate. 274 274 275 275 You will need an access token to log into the Datacake MQTT Broker. You can use your own personal token or create a token explicitly for individual devices or groups of devices. ... ... @@ -280,23 +280,24 @@ 280 280 281 281 [[image:image-20230802112413-20.png]] 282 282 283 -MQTT Client-ID 288 +(% style="color:blue" %)**MQTT Client-ID** 284 284 285 285 The Datacake Broker manages the client IDs internally. You do not need to worry about a client ID. If your client optionally supports the specification of a client ID, please leave this specification blank. Your client then creates a randomly generated ID. 286 286 287 -AT+CLIENT=“Any value” 292 +(% style="color:blue" %)**AT+CLIENT=“Any value”** 288 288 289 -AT+UNAME=Token 294 +(% style="color:blue" %)**AT+UNAME=Token** 290 290 291 -AT+PWD=Token 296 +(% style="color:blue" %)**AT+PWD=Token** 292 292 293 293 [[image:image-20230802112413-21.png]] 294 294 295 295 296 -== 1.6Create your first Subscription ==301 +=== 3.4.5 Create your first Subscription === 297 297 298 -Subscribe 299 299 304 +(% style="color:blue" %)**Subscribe** 305 + 300 300 Data is published according to the following structure: 301 301 302 302 dtck~/~// ... ... @@ -313,16 +313,18 @@ 313 313 [[image:image-20230802112413-24.png]] 314 314 315 315 316 -example: 322 +(% style="color:blue" %)**example:** 317 317 318 318 AT+PUBTOPIC=dtck-pub/nbmattest/936c0db6-e9a5-4353-9fdb-3f63c8bfce7e/Temperature 319 319 320 320 [[image:image-20230802112413-25.png]] 321 321 322 -== 1.7 Define Publish Topic == 323 323 324 -Publish 329 +=== 3.4.6 Define Publish Topic === 325 325 331 + 332 +(% style="color:blue" %)**Publish** 333 + 326 326 To upload data into the Datacake Cloud and into a specific device, you publish the data to the respective topic structure. 327 327 328 328 Due to the nature of MQTT, the topic prefix differs as follows: ... ... @@ -329,12 +329,14 @@ 329 329 330 330 dtck-pub~/~// 331 331 332 -example: 340 +(% style="color:blue" %)**example:** 333 333 334 334 AT+SUBTOPIC=dtck/nbmattest/936c0db6-e9a5-4353-9fdb-3f63c8bfce7e/Temperature 335 335 336 -== 1.8 upload data == 337 337 345 +=== 3.4.7 upload data === 346 + 347 + 338 338 [[image:image-20230802112413-26.png]] 339 339 340 340 [[image:image-20230802112413-27.png]] ... ... @@ -341,44 +341,52 @@ 341 341 342 342 [[image:image-20230802112413-28.png]] 343 343 344 -= = 345 345 346 -= 5. Node-Red (via MQTT) =355 +== 3.5 Node-Red (via MQTT) == 347 347 357 +=== 3.5.1 Configure Node-Red === 348 348 349 -== 1.1 Configure Node-Red == 350 - 351 351 [[image:image-20230802112413-29.png]] 352 352 353 353 [[image:image-20230802112413-30.png]] 354 354 355 -== 1.2 Simulate Connection ==363 +=== 3.5.2 Simulate Connection === 356 356 365 + 357 357 [[image:image-20230802112413-31.png]] 358 358 359 -== 1.3 Configure NB-IoT Sensors == 360 360 361 -* AT+PRO=3,0(hex format) or 3,5(json format) ~/~/Set to mqtt Server and Payload 362 -* AT+CLIENT=any value 363 -* AT+UNAME=any value 364 -* AT+PWD=any value 365 -* AT+PUBTOPIC=any value 366 -* AT+SUBTOPIC=any value 369 +=== 3.5.3 Configure NB-IoT Sensors === 367 367 368 -= 6. ThingsBoard.Cloud (via MQTT) = 369 369 370 -= =1.1ConfigureThingsBoard==372 +* (% style="color:blue" %)**AT+PRO=3,0(hex format) or 3,5(json format)**(%%) ~/~/Set to mqtt Server and Payload 371 371 372 - ===1.1.1 CreateDevice ===374 +* (% style="color:blue" %)**AT+CLIENT=any value**(%%) 373 373 376 +* (% style="color:blue" %)**AT+UNAME=any value**(%%) 377 + 378 +* (% style="color:blue" %)**AT+PWD=any value**(%%) 379 + 380 +* (% style="color:blue" %)**AT+PUBTOPIC=any value**(%%) 381 + 382 +* (% style="color:blue" %)**AT+SUBTOPIC=any value**(%%) 383 + 384 + 385 +== 3.6 ThingsBoard.Cloud (via MQTT) == 386 + 387 +=== 3.6.1 Configure ThingsBoard === 388 + 389 +==== 3.6.1.1 Create Device ==== 390 + 374 374 Create a New Device in [[ThingsBoard>>url:https://thingsboard.cloud/]]. 375 375 376 376 [[image:image-20230802112413-32.png]] 377 377 378 -=== 1.1.2 Create Uplink & Downlink Converter === 379 379 380 -Uplink Converter 396 +==== 3.6.1.2 Create Uplink & Downlink Converter ==== 381 381 398 +(% style="color:blue" %)**Uplink Converter** 399 + 382 382 The purpose of the decoder function is to parse the incoming data and metadata to a format that ThingsBoard can consume. deviceName and deviceType are required, while attributes and telemetry are optional. Attributes and telemetry are flat key-value objects. Nested objects are not supported. 383 383 384 384 To create an uplink converter go to the Integrations center -> Data converters page and click “plus” button. Name it “MQTT Uplink Converter” and select type Uplink. Use debug mode for now. ... ... @@ -386,16 +386,17 @@ 386 386 [[image:image-20230802112413-33.png]] 387 387 388 388 389 -Downlink Converter 407 +(% style="color:blue" %)**Downlink Converter** 390 390 391 391 The Downlink converter transforming outgoing RPC message and then the Integration sends it to external MQTT broke 392 392 393 393 [[image:image-20230802112413-34.png]] 394 394 395 -Note:Our device payload is already human readable data. Therefore, users do not need to write decoders. Simply create by default. 413 +(% style="color:red" %)**Note:Our device payload is already human readable data. Therefore, users do not need to write decoders. Simply create by default.** 396 396 397 -=== 1.1.3 MQTT Integration Setup === 398 398 416 +==== 3.6.1.3 MQTT Integration Setup ==== 417 + 399 399 Go to the Integrations center -> Integrations page and click “plus” icon to add a new integration. Name it “MQTT Integration”, select type MQTT; 400 400 401 401 [[image:image-20230802112413-35.png]] ... ... @@ -415,30 +415,32 @@ 415 415 416 416 [[image:image-20230802112413-38.png]] 417 417 418 -== 1.2 Simulate with MQTT.fx == 419 419 438 +=== 3.6.2 Simulate with MQTT.fx === 439 + 420 420 [[image:image-20230802112413-39.png]] 421 421 422 422 [[image:image-20230802112413-40.png]] 423 423 424 -== 1.3 Configure NB-IoT Sensor == 425 425 426 - ATCommands445 +=== 3.6.3 Configure NB-IoT Sensor === 427 427 428 - AT+PRO=3,3 ~/~/ Use MQTTtoconnecttoThingsBoard.447 +(% style="color:blue" %)**AT Commands** 429 429 430 -AT+ SUBTOPIC=devicename~-~->只需要 DeviceName吗?对的449 +(% style="color:#037691" %)**AT+PRO=3,3 (%%) ~/~/ Use MQTT to connect to ThingsBoard. 431 431 432 -AT+ PUBTOPIC=device name ~-~-> 只需要 Device Name 吗?对的451 +(% style="color:#037691" %)**AT+SUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 433 433 453 +(% style="color:#037691" %)**AT+PUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 434 434 455 + 435 435 Users do not need to fill in the client, username, and password. But the configuration information of the device requires setting the client, username, and password, which can be entered freely. (软件自动填充为 Device Name 吧).这边不用提示了,客户不需要输入。(大部分客户还是会自己去设置这个的,提高安全性) 436 436 437 -CLIENT :“Any value” 458 +(% style="color:blue" %)**CLIENT :“Any value”** 438 438 439 -User Name:“Any value” 460 +(% style="color:blue" %)**User Name:“Any value”** 440 440 441 -Password:“Any value” 462 +(% style="color:blue" %)**Password:“Any value”** 442 442 443 443 444 444 Test Uplink by click the button for 1 second ... ... @@ -450,10 +450,11 @@ 450 450 [[image:image-20230802112413-43.png]] 451 451 452 452 453 -= 7. [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) =474 +== 3.7 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) == 454 454 455 -== 5.1 Create device & Get Credentials ==476 +=== 3.7.1 Create device & Get Credentials === 456 456 478 + 457 457 We use MQTT Connection to send data to [[Tago.io>>url:https://admin.tago.io/]]. We need to Create Device and Get MQTT Credentials first. 458 458 459 459 [[image:image-20230802112413-44.png]] ... ... @@ -460,7 +460,6 @@ 460 460 461 461 [[image:image-20230802112413-45.png]] 462 462 463 -= = 464 464 465 465 Go to the Device section and create a device. Then, go to the section tokens and copy your device-token. 466 466 ... ... @@ -469,20 +469,30 @@ 469 469 470 470 On the Connection Profile window, set the following information: (这边加一个截图) 471 471 472 -* Profile Name: “Any name” 473 -* Broker Address: mqtt.tago.io 474 -* Broker Port: 1883 475 -* Client ID: “Any value” 493 +* (% style="color:blue" %)**Profile Name: “Any name”** 476 476 495 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io** 496 + 497 +* (% style="color:blue" %)**Broker Port: 1883** 498 + 499 +* (% style="color:blue" %)**Client ID: “Any value”** 500 + 477 477 On the section User credentials, set the following information:(这边加一个截图) 478 478 479 -* User Name: “Any value” Tago validates your user by the token only 480 -* Password: “Your device token” 481 -* PUBTOPIC: “Any value” 482 -* SUBTOPIC: “Any value” 503 +* **User Name: “Any value”** (%%) Tago validates your user by the token only 483 483 484 - ==5.2SimulatewithMQTT.fx ==505 +* **Password: “Your device token”** 485 485 507 +* **PUBTOPIC: “Any value”** 508 + 509 +* **SUBTOPIC: “Any value”** 510 + 511 + 512 + 513 + 514 +=== 3.7.2 Simulate with MQTT.fx === 515 + 516 + 486 486 [[image:image-20230802112413-47.png]] 487 487 488 488 [[image:image-20230802112413-48.png]] ... ... @@ -491,30 +491,40 @@ 491 491 492 492 [[image:image-20230802112413-49.png]] 493 493 494 -== 1.4. tago data == 495 495 526 +=== 3.7.3 tago data === 496 496 528 + 497 497 [[image:image-20230802112413-50.png]] 498 498 499 499 [[image:image-20230802112413-51.png]] 500 500 501 -== 1.4. TLS mode == 502 502 503 - Userscan choose to use SSL/TLS mode.534 +=== 3.7.4 TLS mode === 504 504 505 -On the SSL/TLS section, check the option Enable SSL/TLS, and click OK. 506 506 507 - Thedeviceneedstonablethe TLS modeandsettheAT+TLSMOD=1,0command.537 +Users can choose to use (% style="color:blue" %)**SSL/TLS**(%%) mode. 508 508 509 -* Profile Name: “Any name” 510 -* Broker Address: mqtt.tago.io 511 -* Broker Port: 8883 512 -* Client ID: “Any value” 513 -* User Name: “Any value” Tago validates your user by the token only 514 -* Password: “Your device token” 515 -* PUBTOPIC: “Any value” 516 -* SUBTOPIC: “Any value” 539 +On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK. 517 517 541 +The device needs to enable the TLS mode and set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command. 542 + 543 +* (% style="color:blue" %)**Profile Name: “Any name”** 544 + 545 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io** 546 + 547 +* (% style="color:blue" %)**Broker Port: 8883** 548 + 549 +* (% style="color:blue" %)**Client ID: “Any value”** 550 + 551 +* (% style="color:blue" %)**User Name: “Any value”** (%%) Tago validates your user by the token only 552 + 553 +* (% style="color:blue" %)**Password: “Your device token”** 554 + 555 +* (% style="color:blue" %)**PUBTOPIC: “Any value”** 556 + 557 +* (% style="color:blue" %)**SUBTOPIC: “Any value”** 558 + 518 518 [[image:image-20230802112413-52.png]] 519 519 520 520