Last modified by Xiaoling on 2023/12/27 09:15

From version 121.1
edited by Bei Jinggeng
on 2022/11/16 11:18
Change comment: Uploaded new attachment "image-20221116111844-5.png", version {1}
To version 134.1
edited by Edwin Chen
on 2022/11/21 10:02
Change comment: There is no comment for this version

Summary

Details

Page properties
Author
... ... @@ -1,1 +1,1 @@
1 -XWiki.Bei
1 +XWiki.Edwin
Content
... ... @@ -176,9 +176,13 @@
176 176  
177 177  
178 178  
179 -(% style="color:blue" %)**Step 2**:(%%) Power on TrackerD by using the on board switch.
179 +(% style="color:blue" %)**Step 2**:(%%) Push this button will activate this device.
180 180  
181 +(% id="cke_bm_7709S" style="display:none" %) [[image:1664502835802-546.png]]
181 181  
183 +[[image:1664502835802-546.png]]
184 +
185 +
182 182  (% style="color:blue" %)**Step 3:**(%%) TrackerD will auto join to the LoRaWAN network. After join success, TrackerD will start to upload message to IoT server.
183 183  
184 184  
... ... @@ -1034,16 +1034,16 @@
1034 1034  
1035 1035  boot_app0.bin @0e000
1036 1036  
1037 -ESP_LORA-eeprom-class.bin @ 0x10000
1041 +US915.bin @ 0x10000(Select the bin file of the frequency band you need)
1038 1038  
1039 1039  
1040 -[[image:1664503593459-435.png]]
1044 +[[image:image-20221118105220-2.png]]
1041 1041  
1042 1042  
1043 1043  
1044 1044  After upgrade finish, it will show finish as below:
1045 1045  
1046 -[[image:1664503611848-385.png]]
1050 +[[image:image-20221118105402-4.png]]
1047 1047  
1048 1048  
1049 1049  
... ... @@ -1187,7 +1187,35 @@
1187 1187  [[image:image-20221102140801-6.png]]
1188 1188  
1189 1189  
1194 +== 7.4 How to modify source code to compile different frequency band bin file? ==
1190 1190  
1196 +
1197 +(% class="box infomessage" %)
1198 +(((
1199 +(% style="color:red" %)Important(%%): Developer **MUST** follow the Arduino Environment Instruction exactly include change the SPI pin mappings.
1200 +See : [[**Set Up Arduino Compile Environment for TrackerD**. >>||anchor="H6.1.1SetupARDUINOcompileenvironment"]]
1201 +)))
1202 +
1203 +1.When compiling the frequency band, you need to find LMIC_PROJECT_CONFIG.H file.
1204 +
1205 +[[image:image-20221116111844-1.png||height="227" width="782"]]
1206 +
1207 +2.Open LMIC_PROJECT_CONFIG.H, find the corresponding macro definition and open it(AS923_2,AS923_3,AS923_4 except).
1208 +
1209 +[[image:image-20221116111844-2.png||height="262" width="781"]]
1210 +
1211 +3.Compile the AS923_JP band, please refer to the intention shown
1212 +
1213 +[[image:image-20221116111844-3.png||height="338" width="746"]]
1214 +
1215 +4.In other frequency bands in AS923, you need to find Lorabase_as923.H, path arduino-lmic \ src \ lmic, as shown in the figure below.
1216 +
1217 +[[image:image-20221116111844-4.png||height="641" width="739"]]
1218 +
1219 +[[image:image-20221116111844-5.png||height="551" width="708"]]
1220 +
1221 +
1222 +
1191 1191  = 8  Trouble Shooting =
1192 1192  
1193 1193  
... ... @@ -1217,7 +1217,7 @@
1217 1217  )))
1218 1218  
1219 1219  
1220 -[[image:image-20221107145243-1.png||height="695" width="443"]]
1252 +[[image:image-20221118105249-3.png]]
1221 1221  
1222 1222  
1223 1223  == 8.4 If the device's led light is always on when upgrading(since firmware 1.4.1) ==
... ... @@ -1231,6 +1231,12 @@
1231 1231  1) Make Sure the device is in Open Area where can see the sky. 
1232 1232  2)  Set PDOP to a higher value.
1233 1233  
1266 + AT+PDOP=2(can be positioned precisely.)
1267 +
1268 + AT+PDOP=7(Quickly locate in open spaces)
1269 +
1270 + AT+PDOP=14.7(Positioning can be acquired in complex environments)
1271 +
1234 1234  Please refer to this [[link>>http://wiki.dragino.com/xwiki/bin/view/Main/User%20Manual%20for%20LoRaWAN%20End%20Nodes/TrackerD/#H3.2.9SetPDOPvalueforGPSfixaccuracy]] on how to set up PDOP
1235 1235  )))
1236 1236  
... ... @@ -1280,5 +1280,3 @@
1280 1280  * [[**Firmware in Bin format**>>https://www.dropbox.com/sh/733s8xlwahhqg1d/AABxDz80lBVX_to8zNuUQWFja?dl=0]]
1281 1281  * **[[Source Code>>https://github.com/dragino/TrackerD]] **
1282 1282  * [[**Hardware Source**>>https://www.dropbox.com/sh/orwoy6cecb89m4e/AAD37sRuUrvKsHgAJxuVTkB5a?dl=0]]
1283 -
1284 -
image-20221118104359-1.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +38.0 KB
Content
image-20221118105220-2.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +40.2 KB
Content
image-20221118105249-3.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +40.2 KB
Content
image-20221118105402-4.png
Author
... ... @@ -1,0 +1,1 @@
1 +XWiki.Bei
Size
... ... @@ -1,0 +1,1 @@
1 +43.7 KB
Content