You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Refactor the FAQ section to use the FAQStructuredData component for better structured data representation. Added specific answers to common questions regarding firmware upload, antenna connections, power options, battery charging, and bootloader updates.
Signed-off-by: Chiho Sin <chihosin@icloud.com>
question: "I can't upload firmware to the board, what should I do?",
233
233
answer:
@@ -253,9 +253,24 @@ export const faqs = [
253
253
answer:
254
254
'You can find the bootloader project and instructions in the [FoBE Bootloader Repository](https://github.com/fobe-projects/fobe-nrf52-bootloader), please follow the instructions to update the bootloader.',
255
255
},
256
-
];
256
+
]} />
257
257
258
-
<FAQStructuredDatafaqs={faqs} />
258
+
## FAQs
259
+
260
+
### I can't upload firmware to the board, what should I do?
261
+
You can try to click the Reset button twice quickly to enter the bootloader mode. If that doesn't work, please check your USB cable and connection.
262
+
263
+
### How do I connect the LoRa and GPS antennas?
264
+
The LoRa antenna should be connected to the UF.L connector labeled "LoRa", and the GPS antenna should be connected to the UF.L connector labeled "GPS".
265
+
266
+
### How do I power the board?
267
+
You can power the board via the USB-C connector or by connecting a single-cell Li-ion/Li-Po battery to the 2-pin MX1.25 battery input interface.
268
+
269
+
### How do I charge the battery?
270
+
When the board is powered via the USB-C connector, the battery will be charged automatically. The charging indicator LED will light up during charging.
271
+
272
+
### How do I update the bootloader?
273
+
You can find the bootloader project and instructions in the [FoBE Bootloader Repository](https://github.com/fobe-projects/fobe-nrf52-bootloader), please follow the instructions to update the bootloader.
0 commit comments