-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
8 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,19 @@ | ||
# Arduino Micro LoRA KISS modem and APRS AX.25 digirepeater | ||
|
||
## Introduction | ||
This project is a standalone Arduino Micro LoRA USB KISS modem and APRS AX.25 digirepeater with RA-01 LoRA module. | ||
|
||
Can be build in two modes: | ||
- As USB KISS modem, to be used with Linux AX.25 tools over USB or with APRSDroid or Codec2Talkie applications | ||
- As a standalone AX.25 digirepeater | ||
|
||
## Configuration | ||
Update `include/config.h` with your LoRA modulation settings and module pinouts. | ||
|
||
## Buildings | ||
Use platformio to build required configuration for repeater or modem. | ||
|
||
## Photos | ||
![Device](extras/images/digirepeater.jpg) | ||
|
||
![Board](extras/images/board.jpg) |