Last modified by Mengting Qiu on 2025/03/08 11:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -392,8 +392,9 @@ 392 392 393 393 [[image:image-20230802112413-32.png]] 394 394 395 -==== 3.6.2.2 Create Uplink & Downlink Converter ==== 396 396 396 +==== 3.6.1.2 Create Uplink & Downlink Converter ==== 397 + 397 397 (% style="color:blue" %)**Uplink Converter** 398 398 399 399 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. ... ... @@ -412,7 +412,7 @@ 412 412 (% style="color:red" %)**Note:Our device payload is already human readable data. Therefore, users do not need to write decoders. Simply create by default.** 413 413 414 414 415 -=== 1.1.3 MQTT Integration Setup ===416 +==== 3.6.1.3 MQTT Integration Setup ==== 416 416 417 417 Go to the Integrations center -> Integrations page and click “plus” icon to add a new integration. Name it “MQTT Integration”, select type MQTT; 418 418 ... ... @@ -433,30 +433,32 @@ 433 433 434 434 [[image:image-20230802112413-38.png]] 435 435 436 -== 1.2 Simulate with MQTT.fx == 437 437 438 +=== 3.6.2 Simulate with MQTT.fx === 439 + 438 438 [[image:image-20230802112413-39.png]] 439 439 440 440 [[image:image-20230802112413-40.png]] 441 441 442 -== 1.3 Configure NB-IoT Sensor == 443 443 444 - ATCommands445 +=== 3.6.3 Configure NB-IoT Sensor === 445 445 446 - AT+PRO=3,3 ~/~/ Use MQTTtoconnecttoThingsBoard.447 +(% style="color:blue" %)**AT Commands** 447 447 448 -AT+ SUBTOPIC=devicename~-~->只需要 DeviceName吗?对的449 +(% style="color:#037691" %)**AT+PRO=3,3 (%%) ~/~/ Use MQTT to connect to ThingsBoard. 449 449 450 -AT+ PUBTOPIC=device name ~-~-> 只需要 Device Name 吗?对的451 +(% style="color:#037691" %)**AT+SUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 451 451 453 +(% style="color:#037691" %)**AT+PUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 452 452 455 + 453 453 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 吧).这边不用提示了,客户不需要输入。(大部分客户还是会自己去设置这个的,提高安全性) 454 454 455 -CLIENT :“Any value” 458 +(% style="color:blue" %)**CLIENT :“Any value”** 456 456 457 -User Name:“Any value” 460 +(% style="color:blue" %)**User Name:“Any value”** 458 458 459 -Password:“Any value” 462 +(% style="color:blue" %)**Password:“Any value”** 460 460 461 461 462 462 Test Uplink by click the button for 1 second ... ... @@ -468,10 +468,11 @@ 468 468 [[image:image-20230802112413-43.png]] 469 469 470 470 471 -= 7. [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) =474 +== 3.7 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) == 472 472 473 -== 5.1 Create device & Get Credentials ==476 +=== 3.7.1 Create device & Get Credentials === 474 474 478 + 475 475 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. 476 476 477 477 [[image:image-20230802112413-44.png]] ... ... @@ -478,7 +478,6 @@ 478 478 479 479 [[image:image-20230802112413-45.png]] 480 480 481 -= = 482 482 483 483 Go to the Device section and create a device. Then, go to the section tokens and copy your device-token. 484 484 ... ... @@ -487,20 +487,30 @@ 487 487 488 488 On the Connection Profile window, set the following information: (这边加一个截图) 489 489 490 -* Profile Name: “Any name” 491 -* Broker Address: mqtt.tago.io 492 -* Broker Port: 1883 493 -* Client ID: “Any value” 493 +* (% style="color:blue" %)**Profile Name: “Any name”** 494 494 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 + 495 495 On the section User credentials, set the following information:(这边加一个截图) 496 496 497 -* User Name: “Any value” Tago validates your user by the token only 498 -* Password: “Your device token” 499 -* PUBTOPIC: “Any value” 500 -* SUBTOPIC: “Any value” 503 +* **User Name: “Any value”** (%%) Tago validates your user by the token only 501 501 502 - ==5.2SimulatewithMQTT.fx ==505 +* **Password: “Your device token”** 503 503 507 +* **PUBTOPIC: “Any value”** 508 + 509 +* **SUBTOPIC: “Any value”** 510 + 511 + 512 + 513 + 514 +=== 3.7.2 Simulate with MQTT.fx === 515 + 516 + 504 504 [[image:image-20230802112413-47.png]] 505 505 506 506 [[image:image-20230802112413-48.png]] ... ... @@ -509,30 +509,40 @@ 509 509 510 510 [[image:image-20230802112413-49.png]] 511 511 512 -== 1.4. tago data == 513 513 526 +=== 3.7.3 tago data === 514 514 528 + 515 515 [[image:image-20230802112413-50.png]] 516 516 517 517 [[image:image-20230802112413-51.png]] 518 518 519 -== 1.4. TLS mode == 520 520 521 - Userscan choose to use SSL/TLS mode.534 +=== 3.7.4 TLS mode === 522 522 523 -On the SSL/TLS section, check the option Enable SSL/TLS, and click OK. 524 524 525 - Thedeviceneedstonablethe TLS modeandsettheAT+TLSMOD=1,0command.537 +Users can choose to use (% style="color:blue" %)**SSL/TLS**(%%) mode. 526 526 527 -* Profile Name: “Any name” 528 -* Broker Address: mqtt.tago.io 529 -* Broker Port: 8883 530 -* Client ID: “Any value” 531 -* User Name: “Any value” Tago validates your user by the token only 532 -* Password: “Your device token” 533 -* PUBTOPIC: “Any value” 534 -* SUBTOPIC: “Any value” 539 +On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK. 535 535 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 + 536 536 [[image:image-20230802112413-52.png]] 537 537 538 538