Last version with RPi-LoRa-KISS-TNC included

This commit is contained in:
2022-01-31 15:33:34 +01:00
parent 118d7f4009
commit e2b8a4b085
9 changed files with 156 additions and 17 deletions

View File

@@ -9,7 +9,7 @@ It runs on a Raspberry Pi Zero with Raspberry Pi OS Bullseye.
It can:
* Function as a normal digipeater (mono, dual or cross band)
* Function as a normal digipeater (mono, dual, threefold or cross band)
* Work as an IGate (RX only or RX/TX)
* Send and receive APRS messages
* Display some basic statistics like heard stations.
@@ -18,9 +18,10 @@ It can:
In has (hardware):
* Two build in 1200bps AFSK modems
* Build in transceiver
* Build in LoRa transceiver (SX1278)
* Build in FM transceiver
* Connector for external (second) transceiver
* Two USB ports for a network adapter and a third modem
* Two USB ports for a network adapter and something else
* Real Time Clock
* Raspberry Pi Zero
@@ -28,11 +29,12 @@ It has (software):
* APRX digipeater software for the basic functions
* Apache2 web server for the user interface
* LoRa KISS TNC support (repository found at https://git.meezenest.nl/marcel/RPi-LoRa-KISS-TNC)
* Custom software (from this repository) for extra functionality
## Changelog
- Added LoRa support for SX1278 module on RPi SPI (available on port ax2)
Can be found [here](CHANGELOG.md)
## Further reading
@@ -40,6 +42,6 @@ Want to know more? The complete guide (and more) is available on https://www.mee
## Screen shots web interface
![Main page](./screenshots/screenshot_main_page.png "Main page")
![Send message](./screenshots/screenshot_send_message.png "Send message")
![Telemetry](./screenshots/screenshot_telemetry.png "Telemetry")
[Main page](screenshots/screenshot_main_page.png)
[Send message](screenshots/screenshot_send_message.png)
[Telemetry](screenshots/screenshot_telemetry.png)