mirror of
https://github.com/markqvist/unsignedio
synced 2026-08-12 17:40:37 -04:00
29 lines
No EOL
1.7 KiB
HTML
29 lines
No EOL
1.7 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>Supported Hardware | 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>Supported Boards & Devices</h2>
|
|
<p>The RNode Firmware supports the following boards:</p>
|
|
<ul>
|
|
<li>Handheld v2.x RNodes from <a href="https://unsigned.io/shop/product/handheld-rnode">unsigned.io</a></li>
|
|
<li>Original v1.x RNodes from <a href="https://unsigned.io/shop/product/rnode">unsigned.io</a></li>
|
|
<li>LilyGO T-Beam v1.1 devices</li>
|
|
<li>LilyGO LoRa32 v2.0 devices</li>
|
|
<li>LilyGO LoRa32 v2.1 devices</li>
|
|
<li>Heltec LoRa32 v2 devices</li>
|
|
<li>Homebrew RNodes based on ATmega1284p boards</li>
|
|
<li>Homebrew RNodes based on ATmega2560 boards</li>
|
|
<li>Homebrew RNodes based on Adafruit Feather ESP32 boards</li>
|
|
<li>Homebrew RNodes based on generic ESP32 boards</li>
|
|
</ul>
|
|
<h2>Supported Transceiver Modules</h2>
|
|
<p>The RNode Firmware supports all transceiver modules based on <strong>Semtech SX1276</strong> or <strong>Semtech SX1278</strong> chips, that have an <strong>SPI interface</strong> and expose the <strong>DIO_0</strong> interrupt pin from the chip.</p></body></html> |