From 654eec5428a819dfd1855cfc57b87202781dc382 Mon Sep 17 00:00:00 2001 From: markqvist Date: Wed, 19 Jan 2022 22:18:09 +0100 Subject: [PATCH] Update README.md --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index b1ce015..845ea8c 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,8 @@ This is the firmware for [RNode](https://unsigned.io/rnode), a very flexible LoR - A LoRa-based KISS-compatible TNC - A flexible platform for experiementing with LoRa technology +To install this firmware on homebrew RNodes and other supported boards, please use the [RNode Config Utility](https://github.com/markqvist/rnodeconfigutil). It contains an auto-installer that allows you to install the RNode firmware on a variety of boards. + RNode is controlled by a powerful ATmega1284p MCU, and is fully Arduino compatible. You can use this firmware, or it can be programmed any way you like, either from the Arduino IDE, or using any of the available tools for AVR development. This firmware can also be edited and compiled directly from the Arduino IDE. For adding RNode to your Arduino environment, please see [this post](https://unsigned.io/board-support-in-arduino-ide/).