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
Copy file name to clipboardExpand all lines: sites/en/docs/Network/Meshtastic_Network/Solar_Node/Other Application/get_started_with_meshcore_solar_node.md
@@ -229,18 +229,19 @@ If the device doesn't respond when you insert the USB cable, please charge it fi
229
229
230
230
### Configuration
231
231
232
+
-**Step1 Initial Configuration**
233
+
234
+
When MeshCore is flashed onto a LoRa device is for the first time, it is necessary to set the server device's frequency to make it utilize the frequency that is legal in your country or region.
235
+
232
236
[Click here](https://config.meshcore.dev/) to configure the repeater.
233
237
234
238
import Tabs from '@theme/Tabs';
235
239
import TabItem from '@theme/TabItem';
236
240
237
-
In order to start communicating over the mesh, you must set your region. This setting controls which frequency range your device uses and should be set according to your regional location.
238
-
239
-
Change the LoRa region and save setting. Then `**Reboot**` the device, or else the setting will not take effect.
241
+
Change the LoRa region and save setting. Then `Reboot` the device, or else the setting will not take effect.
|**Region Code**|**Description**|**Frequency Range (MHz)**|**Duty Cycle (%)**|**Power Limit (dBm)**|
@@ -257,8 +258,31 @@ Refer to [LoRa Region by Country](https://meshtastic.org/docs/configuration/regi
257
258
258
259
Now that you have set the LoRa region on your device, you can continue with configuring any [LoRa Configs](https://meshtastic.org/docs/configuration/radio/lora/) to suit your needs.
259
260
261
+
-**Step2 Send Advert**
262
+
263
+
Click "send advert" to enable other Meshcore devices to see this repeater. Then the repeater can be seen in the device list.
Also, you can adjust the advert broadcast interval. The interval range of `auto zero hop advert` is 60-240 mins. The interval range of `auto flood advert` is 3-168 hours.
Before adding the repeater to your route, you may need to use the repeater to send advert first. Repeater will automatically send automatically at regular intervals. This interval can be multiple hours (default 3 hours). So you need to manually send advert or else you need to wait.
264
288
@@ -282,7 +306,7 @@ This is usually caused by the firmware flashing failure. When flashing the firmw
282
306
283
307
- Troubleshoot
284
308
285
-
Re-flash the firmware.
309
+
[Click here](https://wiki.seeedstudio.com/get_started_with_meshcore_solar_node/#flash-erase) to re-flash the firmware.
286
310
287
311
### Device bricked
288
312
@@ -391,7 +415,7 @@ adafruit-nrfutil --verbose dfu serial --package xiao_nrf52840_ble_bootloader.zip
When you have completed the above steps, then you can flash the application firmware.
418
+
When you have completed the above steps, then you can [flash the application firmware](https://wiki.seeedstudio.com/get_started_with_meshcore_solar_node/#flash-erase).
0 commit comments