Changes for page AllThingsTalk
Last modified by Xiaoling on 2023/04/23 15:40
Summary
-
Page properties (1 modified, 0 added, 0 removed)
-
Attachments (0 modified, 4 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,46 +1,61 @@ 1 -**~ Contents:** 1 +**~ Table of Contents:** 2 2 3 3 {{toc/}} 4 4 5 5 6 -= 1. Introduction = 6 += 1. Introduction = 7 7 8 + 8 8 ((( 9 9 AllThingsTalk abstracts many different and usually complex IoT concepts into couple of simple to use entities. In this section you will find out more about AllThingsTalk domain model entities and how to use them within Maker web interface. 11 + 12 + 10 10 ))) 11 11 12 12 [[image:image-20220526155728-1.png]] 13 13 14 14 15 -= 2. Create device = 16 16 17 - Tocreateadevice19 += 2. Create device = 18 18 19 -* Go to the ground in which you want to create it and select the Devices tab on the left 20 -* Click the large New device button 21 21 22 +**To create a device:** 23 + 24 +* (% style="color:blue" %)Go to the ground in which you want to create it and select the Devices tab on the left 25 +* (% style="color:blue" %)Click the large New device button 26 + 27 + 22 22 [[image:image-20220526155758-2.png||height="415" width="1289"]] 23 23 24 -* Select the type of device you want to create 25 -* Select your LoRaWAN provider 26 26 27 -[[image:image-20220526155847-3.png]] 28 28 32 +* (% style="color:blue" %)Select the type of device you want to create 33 +* (% style="color:blue" %)Select your LoRaWAN provider 29 29 30 -[[image:image-20220526155937-4.png]] 31 31 32 -* Enter a name for your device 33 -* Enter the DEVEUI 34 -* Copy network token 36 +[[image:image-20220601094502-1.png]] 35 35 38 + 39 +[[image:image-20220601094716-2.png]] 40 + 41 + 42 + 43 +* (% style="color:blue" %)Enter a name for your device 44 +* (% style="color:blue" %)Enter the DEVEUI 45 +* (% style="color:blue" %)Copy network token 46 + 47 + 36 36 [[image:image-20220526160030-5.png]] 37 37 38 38 39 -= 3. Create a device in TTNv3 = 40 40 41 -* Users create devices in TTNv3 and join the network, and then enter integration. 42 -* Enter network token 52 += 3. Create a device in TTNv3 = 43 43 54 + 55 +* (% style="color:blue" %)Users create devices in TTNv3 and join the network, and then enter integration. 56 +* (% style="color:blue" %)Enter network token 57 + 58 + 44 44 [[image:image-20220526160107-6.png||height="446" width="1089"]] 45 45 46 46 ... ... @@ -47,8 +47,10 @@ 47 47 [[image:image-20220526160137-7.png]] 48 48 49 49 50 -= 4. Assets = 51 51 66 += 4. Assets = 67 + 68 + 52 52 ((( 53 53 Assets are active components that hold value about a measure, either in physical or virtual space. 54 54 ))) ... ... @@ -57,8 +57,9 @@ 57 57 Most important physical assets are sensors and actuators. 58 58 ))) 59 59 60 -* Create assets 77 +* (% style="color:blue" %)Create assets 61 61 79 + 62 62 [[image:image-20220526160223-8.png]] 63 63 64 64 ... ... @@ -67,24 +67,36 @@ 67 67 68 68 [[image:image-20220526160325-10.png||height="527" width="1124"]] 69 69 70 -= 5. Asset payload = 71 71 89 + 90 += 5. Asset payload = 91 + 92 + 72 72 ((( 73 -ABCL stands for AllThingsTalk Binary Conversion Language , and it’s a JSON-based, domain specific language, used for encoding and decoding of AllThingsTalk asset data to and from binary payloads. It gives you the freedom to specify your own decoding scheme on a per device level. 94 +ABCL stands for AllThingsTalk Binary Conversion Language , and it's a JSON-based, domain specific language, used for encoding and decoding of AllThingsTalk asset data to and from binary payloads. It gives you the freedom to specify your own decoding scheme on a per device level. 95 + 96 + 74 74 ))) 75 75 76 -[[image: https://wiki.dragino.com/images/thumb/4/4d/Allthingstalk-8.png/800px-Allthingstalk-8.png||alt="File:Allthingstalk-8.png" height="411" width="600"]]99 +[[image:image-20220526160427-11.png||height="654" width="971"]] 77 77 78 -[[image:https://wiki.dragino.com/images/thumb/5/5d/Allthingstalk-9.png/600px-Allthingstalk-9.png||alt="Allthingstalk-9.png" height="517" width="600"]] 79 79 102 +[[image:image-20220601094924-3.png]] 103 + 80 80 ((( 81 81 If you want to know more about ABCL language, please click this link: [[https:~~/~~/docs.allthingstalk.com/developers/data/custom-payload-conversion/>>url:https://docs.allthingstalk.com/developers/data/custom-payload-conversion/]] 106 + 107 + 108 + 82 82 ))) 83 83 84 -= 6. Debug device data = 111 += 6. Debug device data = 85 85 113 + 86 86 ((( 87 -Sometimes devices stop working for one or another reason and you need to know what’s going on. Also, many devices (e.g. Arduino) memory is small enough to discourage an attempt to log errors on the device itself. For that reason AllThingsTalk allows you to know if system successfully receives or encounters a problem with incoming data. 115 +Sometimes devices stop working for one or another reason and you need to know what's going on. Also, many devices (e.g. Arduino) memory is small enough to discourage an attempt to log errors on the device itself. For that reason AllThingsTalk allows you to know if system successfully receives or encounters a problem with incoming data. 116 + 117 + 88 88 ))) 89 89 90 90 ((( ... ... @@ -96,6 +96,9 @@ 96 96 ))) 97 97 * ((( 98 98 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only) 129 + 130 + 131 + 99 99 ))) 100 100 101 -[[image: https://wiki.dragino.com/images/thumb/9/92/Allthingstalk-10.png/800px-Allthingstalk-10.png||alt="File:Allthingstalk-10.png" height="298" width="618"]]134 +[[image:image-20220526160601-13.png]]
- image-20220526160601-13.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +61.2 KB - Content
- image-20220601094502-1.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +140.1 KB - Content
- image-20220601094716-2.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +62.1 KB - Content
- image-20220601094924-3.png
-
- Author
-
... ... @@ -1,0 +1,1 @@ 1 +XWiki.Xiaoling - Size
-
... ... @@ -1,0 +1,1 @@ 1 +48.1 KB - Content