Changes for page AllThingsTalk
Last modified by Xiaoling on 2023/04/23 15:40
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1,24 +1,31 @@ 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 19 += 2. Create device = 20 + 21 + 17 17 To create a device 18 18 19 19 * Go to the ground in which you want to create it and select the Devices tab on the left 20 20 * Click the large New device button 21 21 27 + 28 + 22 22 [[image:image-20220526155758-2.png||height="415" width="1289"]] 23 23 24 24 ... ... @@ -26,6 +26,8 @@ 26 26 * Select the type of device you want to create 27 27 * Select your LoRaWAN provider 28 28 36 + 37 + 29 29 [[image:image-20220601094502-1.png]] 30 30 31 31 ... ... @@ -37,14 +37,20 @@ 37 37 * Enter the DEVEUI 38 38 * Copy network token 39 39 49 + 50 + 40 40 [[image:image-20220526160030-5.png]] 41 41 42 42 43 -= 3. Create a device in TTNv3 = 44 44 55 += 3. Create a device in TTNv3 = 56 + 57 + 45 45 * Users create devices in TTNv3 and join the network, and then enter integration. 46 46 * Enter network token 47 47 61 + 62 + 48 48 [[image:image-20220526160107-6.png||height="446" width="1089"]] 49 49 50 50 ... ... @@ -51,8 +51,10 @@ 51 51 [[image:image-20220526160137-7.png]] 52 52 53 53 54 -= 4. Assets = 55 55 70 += 4. Assets = 71 + 72 + 56 56 ((( 57 57 Assets are active components that hold value about a measure, either in physical or virtual space. 58 58 ))) ... ... @@ -63,6 +63,8 @@ 63 63 64 64 * Create assets 65 65 83 + 84 + 66 66 [[image:image-20220526160223-8.png]] 67 67 68 68 ... ... @@ -72,27 +72,35 @@ 72 72 [[image:image-20220526160325-10.png||height="527" width="1124"]] 73 73 74 74 75 -= 5. Asset payload = 76 76 95 += 5. Asset payload = 96 + 97 + 77 77 ((( 78 -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. 99 +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. 100 + 101 + 79 79 ))) 80 80 81 81 [[image:image-20220526160427-11.png||height="654" width="971"]] 82 82 83 83 84 -[[image:image-20220 526160514-12.png]]107 +[[image:image-20220601094924-3.png]] 85 85 86 86 ((( 87 87 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/]] 88 88 112 + 89 89 90 90 ))) 91 91 92 -= 6. Debug device data = 116 += 6. Debug device data = 93 93 118 + 94 94 ((( 95 -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. 120 +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. 121 + 122 + 96 96 ))) 97 97 98 98 ((( ... ... @@ -104,6 +104,9 @@ 104 104 ))) 105 105 * ((( 106 106 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only) 134 + 135 + 136 + 107 107 ))) 108 108 109 109 [[image:image-20220526160601-13.png]]