Last modified by Mengting Qiu on 2025/03/08 11:33
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -234,10 +234,10 @@ 234 234 == 3.4.1 Define Product == 235 235 236 236 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. 237 +Firstly, we need to set the MQTT mode to datacake, and we need to run(% style="color:blue" %)** 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 (% 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". 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 (% style="color:blue" %)**"My First MQTT Product"**. 241 241 242 242 [[image:image-20230802112413-14.png]] 243 243 ... ... @@ -249,7 +249,7 @@ 249 249 250 250 [[image:image-20230802112413-15.png]] 251 251 252 -Enter a name here (such as "My First MQTT Device") and complete the creation of the device by clicking on the "Next" button. 252 +Enter a name here (such as "My First MQTT Device") and complete the creation of the device by clicking on the (% style="color:blue" %)**"Next"**(%%) button. 253 253 254 254 255 255 === 3.4.3 Create Database Fields === ... ... @@ -257,13 +257,13 @@ 257 257 258 258 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. 259 259 260 -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". 260 +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 (% style="color:blue" %)**"Configuration"**. 261 261 262 262 [[image:image-20230802112413-16.png]] 263 263 264 264 [[image:image-20230802112413-17.png]] 265 265 266 -To create a first database field, please click on the "Add Field" button as marked in the screenshot above. 266 +To create a first database field, please click on the (% style="color:blue" %)**"Add Field"**(%%) button as marked in the screenshot above. 267 267 268 268 This will open another modal asking for some required input for your first field. 269 269 ... ... @@ -275,13 +275,13 @@ 275 275 === 3.4.4 Set up Broker === 276 276 277 277 278 -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. 278 +The broker is running on mqtt.datacake.co on ports (% style="color:blue" %)**1883 and 8883**(%%). Port 1883 is unsecured and should not be used in production environments. Port 8883 uses a CA signed server certificate. 279 279 280 280 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. 281 281 282 282 View your Personal Access Token 283 283 284 -You can view your own token via the User-Settings-Menu. You can reach this menu by clicking on "Edit Profile" at the end of the list using the Workspace Selector: 284 +You can view your own token via the User-Settings-Menu. You can reach this menu by clicking on (% style="color:blue" %)**"Edit Profile"**(%%) at the end of the list using the Workspace Selector: 285 285 286 286 [[image:image-20230802112413-20.png]] 287 287 ... ... @@ -360,6 +360,7 @@ 360 360 361 361 [[image:image-20230802112413-30.png]] 362 362 363 + 363 363 === 3.5.2 Simulate Connection === 364 364 365 365 ... ... @@ -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 397 +==== 3.6.1.2 Create Uplink & Downlink Converter ==== 398 + 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,10 +412,11 @@ 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 ===417 +==== 3.6.1.3 MQTT Integration Setup ==== 416 416 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 420 +Go to the Integrations center -> Integrations page and click **“plus”** icon to add a new integration. Name it “MQTT Integration”, select type MQTT; 421 + 419 419 [[image:image-20230802112413-35.png]] 420 420 421 421 * The next steps is to add the recently created uplink and downlink converters; ... ... @@ -424,7 +424,7 @@ 424 424 425 425 [[image:image-20230802112413-37.png]] 426 426 427 -Add a topic filter: 430 +(% style="color:blue" %)**Add a topic filter:** 428 428 429 429 430 430 tb/mqtt-integration-tutorial/sensors~/~/temperature ~-~-> Temperature 固定的? 对的。 ... ... @@ -433,30 +433,32 @@ 433 433 434 434 [[image:image-20230802112413-38.png]] 435 435 436 -== 1.2 Simulate with MQTT.fx == 437 437 440 +=== 3.6.2 Simulate with MQTT.fx === 441 + 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 - ATCommands447 +=== 3.6.3 Configure NB-IoT Sensor === 445 445 446 - AT+PRO=3,3 ~/~/ Use MQTTtoconnecttoThingsBoard.449 +(% style="color:blue" %)**AT Commands** 447 447 448 -AT+ SUBTOPIC=devicename~-~->只需要 DeviceName吗?对的451 +(% style="color:#037691" %)**AT+PRO=3,3 (%%) ~/~/ Use MQTT to connect to ThingsBoard. 449 449 450 -AT+ PUBTOPIC=device name ~-~-> 只需要 Device Name 吗?对的453 +(% style="color:#037691" %)**AT+SUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 451 451 455 +(% style="color:#037691" %)**AT+PUBTOPIC=device name** (%%) ~-~-> 只需要 Device Name 吗?对的 452 452 457 + 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” 460 +(% style="color:blue" %)**CLIENT :“Any value”** 456 456 457 -User Name:“Any value” 462 +(% style="color:blue" %)**User Name:“Any value”** 458 458 459 -Password:“Any value” 464 +(% 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) =476 +== 3.7 [[Tago.io>>url:https://admin.tago.io/]] (via MQTT) == 472 472 473 -== 5.1 Create device & Get Credentials ==478 +=== 3.7.1 Create device & Get Credentials === 474 474 480 + 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” 495 +* (% style="color:blue" %)**Profile Name: “Any name”** 494 494 497 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io** 498 + 499 +* (% style="color:blue" %)**Broker Port: 1883** 500 + 501 +* (% style="color:blue" %)**Client ID: “Any value”** 502 + 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” 505 +* **User Name: “Any value”** (%%) Tago validates your user by the token only 501 501 502 - ==5.2SimulatewithMQTT.fx ==507 +* **Password: “Your device token”** 503 503 509 +* **PUBTOPIC: “Any value”** 510 + 511 +* **SUBTOPIC: “Any value”** 512 + 513 + 514 + 515 + 516 +=== 3.7.2 Simulate with MQTT.fx === 517 + 518 + 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 528 +=== 3.7.3 tago data === 514 514 530 + 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.536 +=== 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.539 +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” 541 +On the SSL/TLS section, check the option **Enable SSL/TLS**, and click OK. 535 535 543 +The device needs to enable the TLS mode and set the (% style="color:blue" %)**AT+TLSMOD=1,0**(%%) command. 544 + 545 +* (% style="color:blue" %)**Profile Name: “Any name”** 546 + 547 +* (% style="color:blue" %)**Broker Address: mqtt.tago.io** 548 + 549 +* (% style="color:blue" %)**Broker Port: 8883** 550 + 551 +* (% style="color:blue" %)**Client ID: “Any value”** 552 + 553 +* (% style="color:blue" %)**User Name: “Any value”** (%%) Tago validates your user by the token only 554 + 555 +* (% style="color:blue" %)**Password: “Your device token”** 556 + 557 +* (% style="color:blue" %)**PUBTOPIC: “Any value”** 558 + 559 +* (% style="color:blue" %)**SUBTOPIC: “Any value”** 560 + 536 536 [[image:image-20230802112413-52.png]] 537 537 538 538