mirror of
https://github.com/markqvist/RNode_Firmware.git
synced 2024-10-01 03:15:39 -04:00
Merge branch 'master' of https://git.unsigned.io/markqvist/RNode_Firmware
This commit is contained in:
commit
0ddf410445
@ -121,7 +121,7 @@ def render_topic(topic_entries):
|
||||
md += "<span class=\"topic\">"
|
||||
md += "<img class=\"topic_image\" src=\""+str(topic["image"])+"\"/>"
|
||||
md += "<span class=\"topic_title\">"+str(topic["title"])+"</span>"
|
||||
md += "<span class=\"topic_date\">"+str(topic["date"])+"</span>"
|
||||
#md += "<span class=\"topic_date\">"+str(topic["date"])+"</span>"
|
||||
md += "<span class=\"topic_excerpt\">"+str(topic["excerpt"])+"</span>"
|
||||
md += "</span>"
|
||||
md += "</a>"
|
||||
|
@ -1,7 +1,8 @@
|
||||
[date]: <> (2023-01-12)
|
||||
[title]: <> (Outdoor AP RNode)
|
||||
[image]: <> (gfx/ph.png)
|
||||
[excerpt]: <> (An outdoor-mountable RNode suitable for Access Point or network backbone operation. Also supports high-capacity batteries and solar charging.)
|
||||
<div class="article_date">{DATE}</div>
|
||||
[title]: <> (Outdoor RNode)
|
||||
[image]: <> (gfx/cs.webp)
|
||||
[excerpt]: <> (An outdoor-mountable RNode suitable for Access Point or network extension operation. Also supports high-capacity batteries and solar charging.)
|
||||
## Outdoor AP RNode
|
||||
This RNode comes with a weather-proof case and convenient cable management options, suitable for outdoor mounting and operation. It is possible to mount this RNode directly to mast and antennas, and it supports high-capacity batteries and solar charging.
|
||||
|
||||
This build recipe will be released soon. Please [support the project]({ASSET_PATH}contribute.html) to help realise it!
|
||||
|
@ -2,7 +2,6 @@
|
||||
[title]: <> (Handheld RNode)
|
||||
[image]: <> (gfx/rnode_iso.webp)
|
||||
[excerpt]: <> (This RNode is suitable for mobile and handheld operation, and offers both wireless and wired connectivity to host devices. A good all-round unit. It is also suitable for permanent installation indoors.)
|
||||
<div class="article_date">{DATE}</div>
|
||||
## Handheld RNode Recipe
|
||||
This build recipe will help you create an RNode that is suitable for mobile and handheld operation, and offers both wireless and wired connectivity to host devices. It is also useful for permanent installation indoors, or even outdoors, as long as it is protected from water ingress and direct sunlight.
|
||||
|
||||
@ -26,6 +25,7 @@ To complete this build recipe, you will need access to the following items:
|
||||
- A 3D printer and the necessary amount of material for printing the [device parts](#parts)
|
||||
- 6 pieces of M2x6mm screws to assemble the case
|
||||
- A suitable [antenna](#antenna)
|
||||
- An optional NeoPixel RGB LED
|
||||
- An optional [battery](#battery)
|
||||
|
||||
### <a name="devboard"></a>Step 2: Supported Development Boards
|
||||
|
8
Console/source/builds/micropylon.md
Normal file
8
Console/source/builds/micropylon.md
Normal file
@ -0,0 +1,8 @@
|
||||
[date]: <> (2023-01-09)
|
||||
[title]: <> (Reticulum MicroPylon)
|
||||
[image]: <> (gfx/cs.webp)
|
||||
[excerpt]: <> (A powerful multi-transceiver RNode-based radio system for autonomous and self-configuring Reticulum network deployments.)
|
||||
## Reticulum MicroPylon
|
||||
This radio system is a powerful and flexible multi-transceiver radio system, designed for rapidly deploying autonomous and self-configuring Reticulum networks over wide areas.
|
||||
|
||||
This build recipe will be released soon. Please [support the project]({ASSET_PATH}contribute.html) to help realise it!
|
6
Console/source/builds/wallmount.md
Normal file
6
Console/source/builds/wallmount.md
Normal file
@ -0,0 +1,6 @@
|
||||
[date]: <> (2023-01-10)
|
||||
[title]: <> (Wall-Mount RNode)
|
||||
[image]: <> (gfx/cs.webp)
|
||||
[excerpt]: <> (A sleek, wall-mountable RNode, suitable for permanent installation and operation indoors, or in a semi-protected environment outdoors.)
|
||||
## Wall-Mount RNode
|
||||
This build recipe will be released soon. Please [support the project]({ASSET_PATH}contribute.html) to help realise it!
|
Binary file not shown.
Loading…
Reference in New Issue
Block a user