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
-
... ... @@ -19,10 +19,10 @@ 19 19 = 2. Create device = 20 20 21 21 22 -To create a device 22 +**To create a device:** 23 23 24 -* Go to the ground in which you want to create it and select the Devices tab on the left 25 -* Click the large New device button 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 26 27 27 28 28 ... ... @@ -30,11 +30,10 @@ 30 30 31 31 32 32 33 -* Select the type of device you want to create 34 -* Select your LoRaWAN provider 33 +* (% style="color:blue" %)**Select the type of device you want to create** 34 +* (% style="color:blue" %)**Select your LoRaWAN provider** 35 35 36 36 37 - 38 38 [[image:image-20220601094502-1.png]] 39 39 40 40 ... ... @@ -42,12 +42,11 @@ 42 42 43 43 44 44 45 -* Enter a name for your device 46 -* Enter the DEVEUI 47 -* Copy network token 44 +* (% style="color:blue" %)**Enter a name for your device** 45 +* (% style="color:blue" %)**Enter the DEVEUI** 46 +* (% style="color:blue" %)**Copy network token** 48 48 49 49 50 - 51 51 [[image:image-20220526160030-5.png]] 52 52 53 53 ... ... @@ -55,11 +55,9 @@ 55 55 = 3. Create a device in TTNv3 = 56 56 57 57 58 -* Users create devices in TTNv3 and join the network, and then enter integration. 59 -* Enter network token 56 +* (% style="color:blue" %)**Users create devices in TTNv3 and join the network, and then enter integration.** 57 +* (% style="color:blue" %)**Enter network token** 60 60 61 - 62 - 63 63 [[image:image-20220526160107-6.png||height="446" width="1089"]] 64 64 65 65 ... ... @@ -78,10 +78,8 @@ 78 78 Most important physical assets are sensors and actuators. 79 79 ))) 80 80 81 -* Create assets 77 +* (% style="color:blue" %)**Create assets** 82 82 83 - 84 - 85 85 [[image:image-20220526160223-8.png]] 86 86 87 87 ... ... @@ -91,10 +91,14 @@ 91 91 [[image:image-20220526160325-10.png||height="527" width="1124"]] 92 92 93 93 94 -= 5. Asset payload = 95 95 89 += 5. Asset payload = 90 + 91 + 96 96 ((( 97 -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. 93 +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 + 95 + 98 98 ))) 99 99 100 100 [[image:image-20220526160427-11.png||height="654" width="971"]] ... ... @@ -105,13 +105,17 @@ 105 105 ((( 106 106 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/]] 107 107 106 + 108 108 109 109 ))) 110 110 111 -= 6. Debug device data = 110 += 6. Debug device data = 112 112 112 + 113 113 ((( 114 -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. 114 +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 + 116 + 115 115 ))) 116 116 117 117 ((( ... ... @@ -123,6 +123,9 @@ 123 123 ))) 124 124 * ((( 125 125 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only) 128 + 129 + 130 + 126 126 ))) 127 127 128 128 [[image:image-20220526160601-13.png]]