Changes for page TrackerD -- LoRaWAN Tracker User Manual
Last modified by Xiaoling on 2025/04/14 16:33
Change comment:
There is no comment for this version
Summary
-
Page properties (1 modified, 0 added, 0 removed)
Details
- Page properties
-
- Content
-
... ... @@ -1187,7 +1187,28 @@ 1187 1187 [[image:image-20221102140801-6.png]] 1188 1188 1189 1189 1190 +== 7.4 How to complie to frequency band bin code. == 1190 1190 1192 +1.When compiling the frequency band, you need to find LMIC_PROJECT_CONFIG.H file. 1193 + 1194 +[[image:image-20221116111844-1.png||height="227" width="782"]] 1195 + 1196 +2.Open LMIC_PROJECT_CONFIG.H, find the corresponding macro definition and open it(AS923_2,AS923_3,AS923_4 except). 1197 + 1198 +[[image:image-20221116111844-2.png||height="262" width="781"]] 1199 + 1200 +3.Compile the AS923_JP band, please refer to the intention shown 1201 + 1202 +[[image:image-20221116111844-3.png||height="338" width="746"]] 1203 + 1204 +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. 1205 + 1206 +[[image:image-20221116111844-4.png||height="641" width="739"]] 1207 + 1208 +[[image:image-20221116111844-5.png||height="551" width="708"]] 1209 + 1210 + 1211 + 1191 1191 = 8 Trouble Shooting = 1192 1192 1193 1193