<
From version < 53.20 >
edited by Xiaoling
on 2023/08/02 14:14
To version < 53.22 >
edited by Xiaoling
on 2023/08/02 14:25
>
Change comment: There is no comment for this version

Summary

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.6 Create 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,43 +341,50 @@
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.1 Configure ThingsBoard ==
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 Create Device ===
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 ===
395 +==== 3.6.2.2 Create Uplink & Downlink Converter ====
379 379  
380 -Uplink Converter
397 +(% style="color:blue" %)**Uplink Converter**
381 381  
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  
... ... @@ -386,14 +386,15 @@
386 386  [[image:image-20230802112413-33.png]]
387 387  
388 388  
389 -Downlink Converter
406 +(% 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.
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.**
396 396  
414 +
397 397  === 1.1.3 MQTT Integration Setup ===
398 398  
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;
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0