Show last authors
1 **~ Table of Contents:**
2
3 {{toc/}}
4
5
6 = 1.  Introduction =
7
8
9 (((
10 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
13 )))
14
15 [[image:image-20220526155728-1.png]]
16
17
18 = 2.  Create device =
19
20
21 **To create a device:**
22
23 * (% style="color:blue" %)**Go to the ground in which you want to create it and select the Devices tab on the left**
24
25 * (% style="color:blue" %)**Click the large New device button**
26
27 [[image:image-20220526155758-2.png||height="415" width="1289"]]
28
29
30
31 * (% style="color:blue" %)**Select the type of device you want to create**
32
33 * (% style="color:blue" %)**Select your LoRaWAN provider**
34
35 [[image:image-20220601094502-1.png]]
36
37
38 [[image:image-20220601094716-2.png]]
39
40
41
42 * (% style="color:blue" %)**Enter a name for your device**
43
44 * (% style="color:blue" %)**Enter the DEVEUI**
45
46 * (% style="color:blue" %)**Copy network token**
47
48 [[image:image-20220526160030-5.png]]
49
50
51 = 3.  Create a device in TTNv3 =
52
53
54 * (% style="color:blue" %)**Users create devices in TTNv3 and join the network, and then enter integration.**
55
56 * (% style="color:blue" %)**Enter network token**
57
58 [[image:image-20220526160107-6.png||height="446" width="1089"]]
59
60
61 [[image:image-20220526160137-7.png]]
62
63
64 = 4.  Assets =
65
66
67 (((
68 Assets are active components that hold value about a measure, either in physical or virtual space.
69 )))
70
71 (((
72 Most important physical assets are sensors and actuators.
73 )))
74
75 * (% style="color:blue" %)**Create assets**
76
77 [[image:image-20220526160223-8.png]]
78
79
80 [[image:image-20220526160246-9.png]]
81
82
83 [[image:image-20220526160325-10.png||height="527" width="1124"]]
84
85
86 = 5.  Asset payload =
87
88
89 (((
90 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.
91
92
93 )))
94
95 [[image:image-20220526160427-11.png||height="654" width="971"]]
96
97
98 [[image:image-20220601094924-3.png]]
99
100 (((
101 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/]]
102
103
104 )))
105
106 = 6.  Debug device data =
107
108
109 (((
110 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.
111
112
113 )))
114
115 (((
116 System logs a debug message whenever:
117 )))
118
119 * (((
120 It receives binary data that has been successfully decoded (lorawan devices only)
121 )))
122 * (((
123 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only)
124
125
126
127 )))
128
129 [[image:image-20220526160601-13.png]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0