No description
| LoRaRF | ||
| .gitignore | ||
| config.toml | ||
| main.py | ||
| README.md | ||
| requirements.txt | ||
Atem Lora Tally
Lora Tally driven by Atem Events
Setup
enable spi in raspi-config reboot
apt install git python3-dev swig liblgpio-dev
cd /opt
git clone https://git.soontm.de/speatzle/atem-lora-tally.git
python -m venv .venv
source .venv/bin/activate
pip install -r requirements.txt
cat <<EOT >> /etc/systemd/system/atem-lora-tally.service
[Unit]
Description=atem-lora-tally
ConditionPathExists=/opt/atem-lora-tally
After=network.target
[Service]
Type=simple
WorkingDirectory=/opt/atem-lora-tally
ExecStart=/opt/atem-lora-tally/main.py
Restart=on-failure
RestartSec=10
[Install]
WantedBy=multi-user.target
EOT
systemctl enable --now atem-lora-tally.service
Notes
Lora Based on https://www.waveshare.com/wiki/SX1262_XXXM_LoRaWAN/GNSS_HAT