RNode is an open, free and flexible digital radio interface with many uses
Go to file
2018-06-20 21:30:36 +02:00
.gitignore Initial commit 2018-04-05 18:10:42 +02:00
Config.h TNC mode checks 2018-06-20 17:45:22 +02:00
Framing.h EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00
LICENSE License 2018-06-20 20:53:18 +02:00
LoRa.cpp EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00
LoRa.h EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00
MD5.cpp MD5 library 2018-06-20 08:45:36 +02:00
MD5.h MD5 library 2018-06-20 08:45:36 +02:00
README.md Updated readme 2018-06-20 21:30:36 +02:00
RNode_Firmware.ino TNC mode checks 2018-06-20 17:45:22 +02:00
ROM.h ROM addressing 2018-06-20 08:45:49 +02:00
Utilities.cpp EEPROM config and TNC mode 2018-06-20 16:32:30 +02:00

RNode Firmware

Intro

This is the firmware for RNode, a very flexible LoRa-based communication device. RNode can functions as a:

  • Network adapter for RNS
  • LoRa interface for your computer (or any device with a USB or serial port)
  • Packet sniffer for LoRa networks
  • LoRa development board
  • A flexible platform for experiementing with LoRa technology

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 configuring an RNode with this firmware, please have a look at the RNode Config Utility.

Current Status

The RNode firmware has not seen much real world testing, and should be considered beta at this point.