26 lines
477 B
Markdown
26 lines
477 B
Markdown
# Installation and running the RPi-LoRa-shield with APRX
|
|
|
|
## Install needed packages
|
|
`
|
|
sudo apt install python3 python3-rpi.gpio python3-spidev aprx screen git python3-pil python3-smbus
|
|
`
|
|
|
|
## Checkout the code
|
|
|
|
Clone this repository.
|
|
|
|
## Configuration
|
|
|
|
Edit /etc/aprx.conf according to example in aprx/aprx.conf.lora-aprs
|
|
|
|
## Start the LoRa KISS TNC and aprx server instance
|
|
```
|
|
python3 Start_lora-tnc.py &
|
|
sudo aprx
|
|
```
|
|
|
|
## Stop the server's
|
|
```
|
|
sudo killall aprx python3
|
|
```
|