mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
35 lines
No EOL
3.4 KiB
HTML
35 lines
No EOL
3.4 KiB
HTML
|
|
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="css/water.css?v=4">
|
|
<link rel="shortcut icon" type="image/x-icon" href="gfx/icon.png">
|
|
<meta charset="utf-8"/>
|
|
<title>Replicate | RNode Bootstrap Console</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
</head>
|
|
<body>
|
|
<div id="load_overlay" style="background-color:#2a2a2f; position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:2000;"></div>
|
|
<span class="logo">RNode Console</span>
|
|
<p><center><span class="menu"><a href="index.html">Start</a> | <a href="replicate.html">Replicate</a> | <a href="software.html">Software</a> | <a href="learn.html">Learn</a> | <a href="help.html">Help</a> | <a href="contribute.html">Contribute</a></span></center></p><hr><h2>Create RNodes</h2>
|
|
<p>This section contains the tools and guides necessary to create more RNodes. Creating any number of RNodes is <strong>completely free and unrestricted</strong> for all personal, non-commercial and humanitarian purposes. If doing so provides value to you or your community, you are encouraged to <a href="./contribute.html">contribute</a> whatever you find to be reasonable.</p>
|
|
<p>If you want to create RNodes for sale or commercial purposes, please read the <a href="sell_rnodes.html">selling RNodes</a> section for more details.</p>
|
|
<h3>Firmware Source Code</h3>
|
|
<p>If you would like to inspect or compile the RNode Firmware source code yourself, you can download a copy of the <a href="pkg/rnode_firmware.zip">RNode Firmware source-code</a> stored in this RNode.</p>
|
|
<h3>Getting Started</h3>
|
|
<p>To create your own RNodes, there are generally three distinct paths you can take:</p>
|
|
<ul>
|
|
<li>The first, and easiest option, is to <a href="guides/install_firmware.html">create a basic RNode</a> from one of the supported development boards. This option allows you to simply acquire a board from any online or local vendor that sells them, and then use the <code>rnodeconf</code> program to automatically turn it into an RNode. Such an RNode will be functionally equivalent to the other options, but might lack some niceties.</li>
|
|
<li>The second option is to use one of the <a href="recipes.html">RNode Build Recipes</a> included here. These recipes contain all the resources needed to build a specific type of RNode, such as a handheld device, or an outdoor-mountable, solar-powered access point.</li>
|
|
<li>The third option is to <a href="guides/make_rnodes.html">create your own RNode design</a> from scratch. This offers unlimited flexibility, but is a bit more involved.</li>
|
|
</ul>
|
|
<p>If you already have some experience with 3D-printing and electronics projects, the recommended path is to pick a <a href="recipes.html">build recipe</a> for the RNode type you want. That way, you will get a neat and portable unit that's ready for real-world use.</p>
|
|
<p>If you are just getting started, it might be nice to get a working "proof-of-concept" with minimal effort first, though. In such a case, <a href="guides/install_firmware.html">creating a basic RNode</a> is a good starting point.
|
|
<br/><br/>
|
|
<center></p>
|
|
<h3>Choose a path to get started</h3>
|
|
<p><br/>
|
|
<a href="guides/install_firmware.html"><button type="button" id="task-rns">Basic Build</button></a>
|
|
<a href="recipes.html"><button type="button" id="task-rns">Build Recipes</button></a>
|
|
<a href="guides/make_rnodes.html"><button type="button" id="task-rns">New Design</button></a>
|
|
</center></p></body></html> |