Last modified by Xiaoling on 2025/04/27 16:48

From version 6.1
edited by Xiaoling
on 2022/07/12 08:31
Change comment: Uploaded new attachment "image-20220712083115-4.png", version {1}
To version 15.3
edited by Xiaoling
on 2022/08/08 15:35
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -1,14 +1,158 @@
1 -= Update Firmware =
1 +(% class="wikigeneratedid" %)
2 +**Table of Contents:**
2 2  
3 -== Method 1: Update BIN file ==
4 +{{toc/}}
4 4  
5 5  
6 6  
7 -= FAQ: =
8 8  
9 -== Where can i find the source files for TrackerD? ==
10 10  
10 += 1.  Introduction =
11 +
12 +== 1.1  OverView ==
13 +
14 +
15 +(((
16 +TrackerD is an (% style="color:blue" %)**Open Source LoRaWAN Tracker**(%%) based on (% style="color:blue" %)**ESP32 MCU**(%%) and (% style="color:blue" %)**Semtech LoRa Wireless Chip**.
17 +)))
18 +
19 +(((
20 +There are various sensors such as GPS, WiFi, BLE, Temperature, Humidity, Motion Detection, and Buzzer in TrackerD. Make it useful for different kinds of applications.
21 +)))
22 +
23 +(((
24 +TrackerD is program friendly. Developers can use Arduino IDE to customize the software of TrackerD to fit their IoT solution.
25 +)))
26 +
27 +(((
28 +The LoRa wireless technology used in TrackerD allows the user to send data and reach extremely long ranges at low data-rates.It provides ultra-long range spread spectrum communication and high interference immunity whilst minimising current consumption. It targets professional tracking services.
29 +)))
30 +
31 +(((
32 +TrackerD is equipped with a (% style="color:blue" %)**1000mAh Li-on rechargeable battery**(%%). Each TrackerD has a worldwide unique OTAA keys to join the LoRaWAN network.
33 +)))
34 +
35 +
36 +== 1.2  Features ==
37 +
38 +
39 +* LoRaWAN v1.0.3 Class A protocol.
40 +* Frequency Bands: CN470/EU433/KR920/US915/EU868/AS923/AU915/IN865/RU864
41 +* Track position via GPS / BLE or WiFi
42 +* Temperature & Humidity
43 +* Motion detection
44 +* Built-in Buzzer
45 +* AT Commands to change parameters
46 +* Remote configure parameters via LoRa Downlink
47 +* Uplink on periodically
48 +* Datalog feature
49 +* Firmware upgradable via program port
50 +* Programable via Arduino IDE
51 +* 1000mAh li-on rechargeable battery
52 +
53 +
54 +
55 +== 1.3  Applications ==
56 +
57 +
58 +* Logistics and Supply Chain Management
59 +* Human tracking
60 +
61 +
62 += 2.  Use TrackerD in LoRaWAN network =
63 +
64 +
65 +== LED ==
66 +
67 +
68 +== Button ==
69 +
70 +
71 += 3.  Update Firmware =
72 +
73 +
74 +== 3.1  Method 1: Update BIN file ==
75 +
76 +
77 +(% style="color:blue" %)**Step1:  **(%%)Connect TrackerD and PC via TypeC cable directly.
78 +
79 +
80 +(% style="color:blue" %)**Step2:**(%%)  Install CH9102 driver in the PC.
81 +
82 +After installation of the driver and plug in TrackerD, user should be able to see com port in PC's device manager.
83 +
84 +
85 +(% style="color:blue" %)**Step3:**(%%) Download and Install Flash Tool from :
86 +
87 +[[https:~~/~~/www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools>>url:https://www.espressif.com.cn/en/support/download/other-tools?keys=Flash%2BDownload%2BTools]]
88 +
89 +
90 +(% style="color:blue" %)**Step4:** (%%) Run Flash Download Tool and configure chip type to ESP32
91 +
92 +[[image:image-20220712083115-1.png||height="238" width="1071"]]
93 +
94 +
95 +[[image:image-20220712083115-2.png]]
96 +
97 +
98 +(% style="color:blue" %)**Step5:** (%%) Select the bin file , com port and proper SPI configure. and click Start.
99 +
100 +Bin file can be downloaded from:  [[https:~~/~~/www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0>>url:https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
101 +
102 +
103 +Users need to use below files:
104 +
105 +* boot_app0.bin @0e000
106 +* ESP_LORA-eeprom-class.bin @ 0x10000
107 +
108 +[[image:image-20220712083115-3.png]]
109 +
110 +
111 +After upgrade finish, it will shows below:
112 +
113 +[[image:image-20220712083115-4.png]]
114 +
115 +
116 +
117 += 4.  FAQ =
118 +
119 +== 4.1  Where can i find the source files for TrackerD? ==
120 +
121 +
11 11  Software & Hardware Source: [[https:~~/~~/github.com/dragino/TrackerD >>https://github.com/dragino/TrackerD]]
12 12  
13 13  
14 -
125 +
126 += 5.  Order Info =
127 +
128 +
129 +Part Number: (% style="color:blue" %)**TrackerD-XX**
130 +
131 +(% style="color:blue" %)**XX**(%%): The default frequency band
132 +
133 +* (% style="color:red" %)**AS923 :**(%%)  LoRaWAN AS923 band
134 +* (% style="color:red" %)**AU915 :**(%%)  LoRaWAN AU915 band
135 +* (% style="color:red" %)**EU868 :**(%%)  LoRaWAN EU868 band
136 +* (% style="color:red" %)**KR920 : **(%%) LoRaWAN KR920 band
137 +* (% style="color:red" %)**US915 :**(%%)  LoRaWAN US915 band
138 +* (% style="color:red" %)**IN865 :**(%%)  LoRaWAN IN865 band
139 +
140 +
141 +
142 += 6.  Packing Info =
143 +
144 +
145 +**Package Includes**:
146 +
147 +* TrackerD x 1
148 +* Rechargeable cable x 1
149 +* Program Cable x 1
150 +
151 +
152 +
153 += 7.  Reference =
154 +
155 +
156 +* [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
157 +* **[[Source Code>>https://github.com/dragino/TrackerD]] **
158 +* [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]