Skip to content

Commit 9e1b6a6

Browse files
authored
Merge pull request #54 from migillett/main
solar images hotfix
2 parents a17aa90 + e4905ef commit 9e1b6a6

File tree

2 files changed

+6
-4
lines changed

2 files changed

+6
-4
lines changed

docs/builds/rak_solar.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# RAK Wireless Solar Build
22

3-
![RAK Wireless Solar Tree](/docs/static/guides/builds/solar_tree.jpg) { width="30%" }
3+
![RAK Wireless Solar Tree](/static/guides/builds/solar_tree.jpg) { width="30%" }
44

55
There are many builds out there for solar Meshtastic nodes, but many require unique modifications and potentially specialized tools. This build is essentially a copy of the build from [The Comms Channel](https://www.youtube.com/watch?v=d2vQ87Th8DI). Highly recommend watching this video if you haven't already. This page offers anecdotal commentary on a duplicate of this build and how it performs.
66

@@ -37,8 +37,8 @@ The build process was pretty painless. There are no instructions on how to assem
3737

3838
Here's a look inside of the node with all parts assembled prior to deployment.
3939

40-
![Node Internals](/docs/static/guides/builds/solar_internals.jpg){ width="60% }
40+
![Node Internals](/static/guides/builds/solar_internals.jpg){ width="60% }
4141

4242
And here is the current deployment of the node. As of April 19, 2025, the node has been in the wild for more than 2 weeks. It has been steadily charging during the day with the charge not dropping below 80%.
4343

44-
![Node Deployed](/docs/static/guides/builds/solar_deployed.jpg){ width="60% }
44+
![Node Deployed](/static/guides/builds/solar_deployed.jpg){ width="60% }

docs/config.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,13 @@ These settings are intended to facilitate a stable and reliable mesh network. Th
1919
| --------------------------: | :------------------- | :---------------------------------------------- |
2020
| Smart position enabled | `True` | |
2121
| Position broadcast interval | `3600` (1 hour) | |
22-
| GPS update interval | `900` (15 minutes) | |
22+
| GPS update interval | `900` (15 minutes) | |
2323
| Position flags | Disable unused flags | Fixed nodes should disable almost all of these. |
2424

2525
### LoRa
2626

2727
**LongFast Config**
28+
2829
| Option | Recommended Config | Notes |
2930
| -------------: | :----------------- | :----------------------------------------------------------------------------------------------- |
3031
| Modem Preset | LONG_FAST | This is the default. |
@@ -34,6 +35,7 @@ These settings are intended to facilitate a stable and reliable mesh network. Th
3435
| OK to MQTT | `True` | Added in `2.5.0`. Enable to show up on online tools like [info.MtnMe.sh](https://info.mtnme.sh). |
3536

3637
**MediumFast Config**
38+
3739
| Option | Recommended Config | Notes |
3840
| -------------: | :----------------- | :----------------------------------------------------------------------------------------------- |
3941
| Modem Preset | MEDIUM_FAST | This is the new fast network |

0 commit comments

Comments
 (0)