<
From version < 53.20 >
edited by Xiaoling
on 2023/08/02 14:14
To version < 53.21 >
edited by Xiaoling
on 2023/08/02 14:23
>
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,34 +341,41 @@
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  
374 +* (% style="color:blue" %)**AT+CLIENT=any value**(%%)
375 +
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 +
372 372  === 1.1.1 Create Device ===
373 373  
374 374  Create a New Device in [[ThingsBoard>>url:https://thingsboard.cloud/]].
Copyright ©2010-2024 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0