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 124.1
edited by Bei Jinggeng
on 2022/11/16 17:45
Change comment: There is no comment for this version

Summary

Details

Page properties
Content
... ... @@ -176,9 +176,12 @@
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 reboot the device.
180 180  
181 +(% id="cke_bm_7709S" style="display:none" %) [[image:1664502835802-546.png]]
181 181  
183 +
184 +
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  
... ... @@ -1187,7 +1187,28 @@
1187 1187  [[image:image-20221102140801-6.png]]
1188 1188  
1189 1189  
1193 +== 7.4 How to modify source code to compile different frequency band bin file? ==
1190 1190  
1195 +1.When compiling the frequency band, you need to find LMIC_PROJECT_CONFIG.H file.
1196 +
1197 +[[image:image-20221116111844-1.png||height="227" width="782"]]
1198 +
1199 +2.Open LMIC_PROJECT_CONFIG.H, find the corresponding macro definition and open it(AS923_2,AS923_3,AS923_4 except).
1200 +
1201 +[[image:image-20221116111844-2.png||height="262" width="781"]]
1202 +
1203 +3.Compile the AS923_JP band, please refer to the intention shown
1204 +
1205 +[[image:image-20221116111844-3.png||height="338" width="746"]]
1206 +
1207 +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.
1208 +
1209 +[[image:image-20221116111844-4.png||height="641" width="739"]]
1210 +
1211 +[[image:image-20221116111844-5.png||height="551" width="708"]]
1212 +
1213 +
1214 +
1191 1191  = 8  Trouble Shooting =
1192 1192  
1193 1193