Show last authors
1 **~ Contents:**
2
3 {{toc/}}
4
5
6 = 1. Introduction =
7
8 (((
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.
10 )))
11
12 [[image:https://wiki.dragino.com/images/thumb/a/a5/Allthingstalk-13.png/600px-Allthingstalk-13.png||alt="Allthingstalk-13.png" height="423" width="600"]]
13
14 = 2. Create device =
15
16 To create a device
17
18 * Go to the ground in which you want to create it and select the Devices tab on the left
19 * Click the large New device button
20
21 [[image:https://wiki.dragino.com/images/thumb/6/63/Allthingstalk-1.png/600px-Allthingstalk-1.png||alt="Allthingstalk-1.png" height="209" width="600"]]
22
23 * Select the type of device you want to create
24 * Select your LoRaWAN provider
25
26 [[image:https://wiki.dragino.com/images/thumb/8/80/Allthingstalk-2.png/800px-Allthingstalk-2.png||alt="File:Allthingstalk-2.png" height="380" width="605"]]
27
28 [[image:https://wiki.dragino.com/images/thumb/4/4f/Allthingstalk-3.png/800px-Allthingstalk-3.png||alt="File:Allthingstalk-3.png" height="400" width="608"]]
29
30 * Enter a name for your device
31 * Enter the DEVEUI
32 * Copy network token
33
34 [[image:https://wiki.dragino.com/images/thumb/5/5c/Allthingstalk-4.png/600px-Allthingstalk-4.png||alt="Allthingstalk-4.png" height="376" width="600"]]
35
36 = 3. Create a device in TTNv3 =
37
38 * Users create devices in TTNv3 and join the network, and then enter integration.
39 * Enter network token
40
41 [[image:https://wiki.dragino.com/images/thumb/c/c0/Allthingstalk-11.png/600px-Allthingstalk-11.png||alt="Allthingstalk-11.png" height="245" width="600"]]
42
43 [[image:https://wiki.dragino.com/images/thumb/c/cf/Allthingstalk-14.png/600px-Allthingstalk-14.png||alt="Allthingstalk-14.png" height="354" width="600"]]
44
45 = 4. Assets =
46
47 (((
48 Assets are active components that hold value about a measure, either in physical or virtual space.
49 )))
50
51 (((
52 Most important physical assets are sensors and actuators.
53 )))
54
55 * Create assets
56
57 [[image:https://wiki.dragino.com/images/thumb/5/53/Allthingstalk-5.png/800px-Allthingstalk-5.png||alt="File:Allthingstalk-5.png" height="304" width="601"]]
58
59 [[image:https://wiki.dragino.com/images/thumb/a/a8/Allthingstalk-6.png/612px-Allthingstalk-6.png||alt="File:Allthingstalk-6.png"]]
60
61 [[image:https://wiki.dragino.com/images/thumb/0/05/Allthingstalk-7.jpg/800px-Allthingstalk-7.jpg||alt="File:Allthingstalk-7.jpg" height="296" width="625"]]
62
63 = 5. Asset payload =
64
65 (((
66 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.
67 )))
68
69 [[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"]]
70
71 [[image:https://wiki.dragino.com/images/thumb/5/5d/Allthingstalk-9.png/600px-Allthingstalk-9.png||alt="Allthingstalk-9.png" height="517" width="600"]]
72
73 (((
74 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/]]
75 )))
76
77 = 6. Debug device data =
78
79 (((
80 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.
81 )))
82
83 (((
84 System logs a debug message whenever:
85 )))
86
87 * (((
88 It receives binary data that has been successfully decoded (lorawan devices only)
89 )))
90 * (((
91 It receives binary data that cannot be decoded due to false conversion definition (lorawan devices only)
92 )))
93
94 [[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"]]
Copyright ©2010-2022 Dragino Technology Co., LTD. All rights reserved
Dragino Wiki v2.0