]> git.tnoah.ca Git - lora-radio.git/commitdiff
Updated console site
authorMark Qvist <mark@unsigned.io>
Fri, 13 Jan 2023 16:12:58 +0000 (17:12 +0100)
committerMark Qvist <mark@unsigned.io>
Fri, 13 Jan 2023 16:12:58 +0000 (17:12 +0100)
Console/build.py
Console/source/builds/ap.md
Console/source/builds/handheld.md
Console/source/builds/micropylon.md [new file with mode: 0644]
Console/source/builds/wallmount.md [new file with mode: 0644]
Release/spiffs.bin

index 2a59b39dc05a865f2b072bb237d0211c0047267f..45c9bd596de27b421f15a4fce1ff16eb22c3de91 100644 (file)
@@ -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>"
index cfeab3e93c59c11a6be837ea2e427efbcc055111..61356ecec997d1fd8e34aef9e56ac9708369a516 100644 (file)
@@ -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!
index 9b32e6e40a565fc74f37111e4a6a699dc834b634..dccd823f169ea5398b194588e4fb89acc06fa399 100644 (file)
@@ -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
diff --git a/Console/source/builds/micropylon.md b/Console/source/builds/micropylon.md
new file mode 100644 (file)
index 0000000..9abf309
--- /dev/null
@@ -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!
diff --git a/Console/source/builds/wallmount.md b/Console/source/builds/wallmount.md
new file mode 100644 (file)
index 0000000..e775099
--- /dev/null
@@ -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!
index 92698d95a09d8aaa56e4290383108c2539fbb1ce..aac51b2c31518bd6a5375859f51646768e119470 100644 (file)
Binary files a/Release/spiffs.bin and b/Release/spiffs.bin differ