Wiki source code of TrackerD --
Version 10.1 by Edwin Chen on 2022/07/13 23:56
Show last authors
author | version | line-number | content |
---|---|---|---|
1 | (% class="wikigeneratedid" %) | ||
2 | **Table of Contents:** | ||
3 | |||
4 | {{toc/}} | ||
5 | |||
6 | |||
7 | = OverView = | ||
8 | |||
9 | TrackerD is an Open Source LoRaWAN Tracker based on ESP32 MCU and Semtech LoRa Wireless Chip. | ||
10 | |||
11 | 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. | ||
12 | |||
13 | TrackerD is program friendly. Developers can use Arduino IDE to customize the software of TrackerD to fit their IoT solution. | ||
14 | |||
15 | 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. | ||
16 | |||
17 | TrackerD is equipped with a 1000mAh Li-on rechargeable battery. Each TrackerD has a worldwide unique OTAA keys to join the LoRaWAN network. | ||
18 | |||
19 | |||
20 | |||
21 | = 1. Update Firmware = | ||
22 | |||
23 | |||
24 | == 1.1 Method 1: Update BIN file == | ||
25 | |||
26 | |||
27 | (% style="color:blue" %)**Step1: **(%%)Connect TrackerD and PC via TypeC cable directly. | ||
28 | |||
29 | |||
30 | (% style="color:blue" %)**Step2:**(%%) Install CH9102 driver in the PC. | ||
31 | |||
32 | After installation of the driver and plug in TrackerD, user should be able to see com port in PC's device manager. | ||
33 | |||
34 | |||
35 | (% style="color:blue" %)**Step3:**(%%) Download and Install Flash Tool from : | ||
36 | |||
37 | [[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]] | ||
38 | |||
39 | |||
40 | (% style="color:blue" %)**Step4:** (%%) Run Flash Download Tool and configure chip type to ESP32 | ||
41 | |||
42 | [[image:image-20220712083115-1.png||height="238" width="1071"]] | ||
43 | |||
44 | |||
45 | [[image:image-20220712083115-2.png]] | ||
46 | |||
47 | |||
48 | (% style="color:blue" %)**Step5:** (%%) Select the bin file , com port and proper SPI configure. and click Start. | ||
49 | |||
50 | 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]] | ||
51 | |||
52 | |||
53 | Users need to use below files: | ||
54 | |||
55 | * boot_app0.bin @0e000 | ||
56 | * ESP_LORA-eeprom-class.bin @ 0x10000 | ||
57 | |||
58 | [[image:image-20220712083115-3.png]] | ||
59 | |||
60 | |||
61 | After upgrade finish, it will shows below: | ||
62 | |||
63 | [[image:image-20220712083115-4.png]] | ||
64 | |||
65 | |||
66 | |||
67 | = 2. FAQ: = | ||
68 | |||
69 | == 2.1 Where can i find the source files for TrackerD? == | ||
70 | |||
71 | Software & Hardware Source: [[https:~~/~~/github.com/dragino/TrackerD >>https://github.com/dragino/TrackerD]] | ||
72 | |||
73 | |||
74 | = Order Info = | ||
75 | |||
76 | Part Number: **TrackerD-XX** | ||
77 | |||
78 | **XX**: The default frequency band | ||
79 | |||
80 | * (% style="color:blue" %)**AS923 :**(%%) LoRaWAN AS923 band | ||
81 | * (% style="color:blue" %)**AU915 :**(%%) LoRaWAN AU915 band | ||
82 | * (% style="color:blue" %)**EU433 :**(%%) LoRaWAN EU433 band | ||
83 | * (% style="color:blue" %)**EU868 :**(%%) LoRaWAN EU868 band | ||
84 | * (% style="color:blue" %)**KR920 :**(%%) LoRaWAN KR920 band | ||
85 | * (% style="color:blue" %)**US915 :**(%%) LoRaWAN US915 band | ||
86 | * (% style="color:blue" %)**IN865 :**(%%)LoRaWAN IN865 band | ||
87 | * (% style="color:blue" %)**CN470 :**LoRaWAN CN470 band | ||
88 | |||
89 | |||
90 | = Packing Info = | ||
91 | |||
92 | **Package Includes**: | ||
93 | |||
94 | * ((( | ||
95 | TrackerD x 1 | ||
96 | ))) | ||
97 | * ((( | ||
98 | Rechargeable cable x 1 | ||
99 | ))) | ||
100 | * ((( | ||
101 | Program Cable x 1 | ||
102 | ))) | ||
103 | |||
104 |