mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
66 lines
8.1 KiB
HTML
66 lines
8.1 KiB
HTML
|
|
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="../css/water.css?v=19">
|
|
<link rel="shortcut icon" type="image/x-icon" href="../gfx/icon.png">
|
|
<meta charset="utf-8"/>
|
|
<title>RNode With Anything | unsigned.io</title>
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<meta property="og:title" content="RNode With Anything">
|
|
<meta name="description" content="Well, maybe not anything, but let's see if we can get close. RNode is now a multiplatform firmware! That means it is possible to make and deploy RNodes for use with Reticulum, or any other software usable with RNodes, with very little effort, and very low cost. Read on to find out how.">
|
|
<meta property="og:description" content="Well, maybe not anything, but let's see if we can get close. RNode is now a multiplatform firmware! That means it is possible to make and deploy RNodes for use with Reticulum, or any other software usable with RNodes, with very little effort, and very low cost. Read on to find out how.">
|
|
<meta property="og:image" content="https://unsigned.io/images/rnode_multiplatform_1920-400x275.jpg">
|
|
<meta property="og:url" content="https://unsigned.io/articles/2022_01_27_rnode-with-anything.html">
|
|
<meta property="og:title" content="RNode With Anything">
|
|
<meta name="twitter:card" content="summary_large_image">
|
|
<meta property="twitter:domain" content="unsigned.io">
|
|
<meta property="twitter:url" content="https://unsigned.io/articles/2022_01_27_rnode-with-anything.html">
|
|
<meta name="twitter:title" content="RNode With Anything">
|
|
<meta name="twitter:description" content="Well, maybe not anything, but let's see if we can get close. RNode is now a multiplatform firmware! That means it is possible to make and deploy RNodes for use with Reticulum, or any other software usable with RNodes, with very little effort, and very low cost. Read on to find out how.">
|
|
<meta name="twitter:image" content="https://unsigned.io/images/rnode_multiplatform_1920-400x275.jpg">
|
|
|
|
</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">unsigned.io</span>
|
|
<center>
|
|
<p><span class="menu"><a href="../index.html">Home</a> | <a href="../log.html">Log</a> | <a href="../guides.html">Guides</a> | <a href="../software/index.html">Software</a> | <a href="../hardware/index.html">Hardware</a> | <a href="https://github.com/markqvist/Reticulum/discussions">Discussions</a> | <a href="../shop.html">Shop</a> | <a href="../contact.html">Contact Me</a> | <a href="../donate.html">Donate</a></span></p>
|
|
</center><hr><div class="article_date">2022-01-27</div>
|
|
<h1>RNode With Anything</h1>
|
|
<p>Well, maybe not <em>anything</em>, but let's see if we can get close. <em>RNode is now a multiplatform firmware!</em> </p>
|
|
<p>That means it is possible to make and deploy RNodes for use with <a href="https://reticulum.network">Reticulum</a> (or any other software usable with RNodes) with very little effort, and very low cost. Read on to find out how.</p>
|
|
<p><img alt="Collection of RNodes of different types" src="../images/rnode_multiplatform_1920-1024x767.jpg" />
|
|
<em>What does all these devices have in common? They are all RNodes!</em></p>
|
|
<p>Until now there has basically only been two options for using a LoRa based radios as interfaces for <a href="https://reticulum.network">Reticulum</a>: Buying a completed RNode from my shop, or building your own from a suitable MCU and LoRa transceiver module. That is all going to change now, making RNodes and Reticulum much more accessible, to a much wider crowd.</p>
|
|
<p>Recently, I have been hard at work upgrading the codebase for the RNode Firmware to support multiple processor architectures and board platforms. This means, that starting from now, you will be able to make a bunch of <a href="https://unsigned.io/rnode">RNodes</a> in about 5 minutes, by repurposing any of a wide range of commercially available boards and modules you probably already have in a drawer somewhere.</p>
|
|
<p>With the <a href="https://unsigned.io/rnodeconf">automated install and configuration tools</a> I have released, you will be able to churn out RNodes for friends and family like there is no tomorrow, from many of the hundreds of thousands of LoRa dev boards available in circulation today. There is even a friendly guide helping you install the right firmware for your devices:</p>
|
|
<p><img alt="" src="../images/install_term-1024x768.jpeg" />
|
|
<em>The start of the autoinstall guide, while installing the firmware on a LoRa32 device</em></p>
|
|
<p>And I will continue adding support for more boards by popular demand. For a tutorial on how to actually do this, read the <a href="https://unsigned.io/how-to-make-your-own-rnodes/">How To Make Your Own RNodes</a> post or the <a href="https://unsigned.io/installing-rnode-firmware-on-supported-devices/">Installing RNode Firmware on Supported Devices</a> post, depending on the hardware you have available. At the time of writing, the autoinstall procedure supports the following boards:</p>
|
|
<ul>
|
|
<li>Original RNodes</li>
|
|
<li>LilyGO T-Beam v1.1 devices and clones/rebrands</li>
|
|
<li>LilyGO LoRa32 v2.0 devices and clones/rebrands</li>
|
|
<li>LilyGO LoRa32 v2.1 devices and clones</li>
|
|
<li>Homemade RNodes based on ATmega1284P boards</li>
|
|
<li>Homemade RNodes based on ATmega2560 boards</li>
|
|
<li>Homemade RNodes based on Adafruit Feather ESP32 (HUZZAH32) boards</li>
|
|
<li>Homemade RNodes based on generic ESP32 boards</li>
|
|
</ul>
|
|
<p>So, <em>why on Earth would I do something like this?</em> Isn't this going to completely undercut my own business of manufacturing and selling hardware? Well, yes it is, I don't think there is any way around that. The <a href="https://unsigned.io/shop/product/rnode/">RNodes</a> I have been selling come with a much higher price tag than a no-brand LoRa board from one of the usual vendors or straight from Shenzen.</p>
|
|
<p>You do get a lot of build quality, reliability, careful testing, better RF performance, extended operating ranges, low power consumption and support from a real human being (me!) for those extra coins, but for most people, the cheaper option is, in most cases, realistically the better one, since you can often get three or four cheap devices for the price of one original <a href="https://unsigned.io/rnode">RNode</a>.</p>
|
|
<p>So did I just ruin my entire business model? Yes. Am I quite the <em>entrepreneur</em> or what?! I made this decision, and put in the effort to execute it (adding multiplatform support to the entire ecosystem of software was no weekend project), because I ultimately think that the availability of these tools for more people is a higher value than my own commercial interests.</p>
|
|
<p>It is my hope, that with time, I can sustain my professional work solely from voluntary donations towards the free and open source communications systems that I design, implement and make available. Such a situation would allow me to focus intensively on my goal of realising completely Free, Secure and Uncensorable, effective Off-the-Grid communications systems deployable by anyone, anywhere in the world.</p>
|
|
<p>And if you are one of the many people that have bought and supported my hardware, firmware and software projects throughout the year, I offer you my heartfelt appreciation. I could not have gotten here without you, and you are part of the reason that this is all possible now. Thank you.</p>
|
|
<br/><hr/><span class="no_print"><center><br/><i>This website is running on a 100% solar powered server</i><br/><br/>☀️<br/><br/><i><small>Unless otherwise noted, everything here is put into the world under a <a href="../LICENSE.txt">CC BY-NC-SA 4.0</a> license.<br/>Feel free to share and remix, just remember the attribution.
|
|
</small></i></center></span>
|
|
<div class="print_only donation_block"><br/>
|
|
Contribute to keeping information on Free & Open Communications systems available for all.<br/>
|
|
You can donate directly to <b>unsigned.io</b> by using one of the following QR codes:<br/><br/>
|
|
<span class="donate_qr"><img src="../gfx/donate_xmr.png"/><br/>Monero</span>
|
|
<span class="donate_qr"><img src="../gfx/donate_btc.png"/><br/>Bitcoin</span>
|
|
<span class="donate_qr"><img src="../gfx/donate_eth.png"/><br/>Ethereum</span>
|
|
</div>
|
|
</body></html>
|