Skip to content

Commit 86cba33

Browse files
authored
Merge pull request #4208 from jiaojiaojiaojiaojiaoJJJII/docusaurus-version
Fix: SolarNode Meshcore Tutorial
2 parents bc4fdee + 1a2dca7 commit 86cba33

File tree

1 file changed

+32
-8
lines changed

1 file changed

+32
-8
lines changed

sites/en/docs/Network/Meshtastic_Network/Solar_Node/Other Application/get_started_with_meshcore_solar_node.md

Lines changed: 32 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ slug: /get_started_with_meshcore_solar_node
99
sku: 114993633,114993643
1010
sidebar_position: 1
1111
last_update:
12-
date: 3/4/2026
12+
date: 3/6/2026
1313
author: Michelle Huang
1414
---
1515

@@ -229,18 +229,19 @@ If the device doesn't respond when you insert the USB cable, please charge it fi
229229

230230
### Configuration
231231

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+
232236
[Click here](https://config.meshcore.dev/) to configure the repeater.
233237

234238
import Tabs from '@theme/Tabs';
235239
import TabItem from '@theme/TabItem';
236240

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.
240242

241243
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshcore/SolarNode/LoRaSettingg.png" alt="pir" width={600} height="auto" /></p>
242244

243-
244245
**Region List**
245246

246247
|**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
257258

258259
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.
259260

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.
264+
265+
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshcore/SolarNode/AdvertSending.png" alt="pir" width={600} height="auto" /></p>
266+
267+
After the initialization setting, click
268+
269+
- **Step3(Optional) Admin Log in**
270+
271+
The default admin password to a repeater is `password`.
272+
273+
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshcore/SolarNode/AAdmin.png" alt="pir" width={600} height="auto" /></p>
274+
275+
After logging in, you can see the configuration page. You can now adjust the configuration for the repeater.
276+
277+
If you want to show the position of the repeater, you can enable the GPS.
278+
279+
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshcore/SolarNode/GPSS.jpg" alt="pir" width={300} height="auto" /></p>
280+
281+
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.
282+
283+
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshcore/SolarNode/AdvertInterval.jpg" alt="pir" width={300} height="auto" /></p>
260284

261-
### Set Rout
285+
### Set Path
262286

263287
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.
264288

@@ -282,7 +306,7 @@ This is usually caused by the firmware flashing failure. When flashing the firmw
282306

283307
- Troubleshoot
284308

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.
286310

287311
### Device bricked
288312

@@ -391,7 +415,7 @@ adafruit-nrfutil --verbose dfu serial --package xiao_nrf52840_ble_bootloader.zip
391415

392416
<p style={{textAlign: 'center'}}><img src="https://files.seeedstudio.com/wiki/SenseCAP/Meshtastic/BootloaderSolar.png" alt="pir" width={800} height="auto" /></p>
393417

394-
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).
395419

396420
### Signal Quality
397421

0 commit comments

Comments
 (0)