- Add a new user, set password, you can leave all other questions blank
adduser reticulum
This file contains hidden or 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
#!/usr/bin/env python3 | |
import argparse | |
import json | |
import os | |
import queue | |
import re | |
import sys | |
import threading | |
import time | |
import urwid |
This file contains hidden or 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
[global] | |
DEBUG = False | |
LOGFILE = /var/log/mqtt-aprs.log | |
MQTT_HOST = 10.0.0.1 | |
MQTT_PORT = 1883 | |
MQTT_TLS = 0 | |
MQTT_TOPIC = /# | |
MQTT_SUBTOPIC = aprs | |
MQTT_USERNAME = | |
MQTT_PASSWORD = |
This file contains hidden or 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
#include <Arduino.h> | |
#include <WiFi.h> | |
#include <PubSubClient.h> | |
#include <Wire.h> | |
#include <Adafruit_BME680.h> | |
#include <Adafruit_Sensor.h> | |
// WiFi SSID / Password | |
#define wifi_ssid "[WIFI_SSID]" | |
#define wifi_password "[WIFI_PASS]" |
This file contains hidden or 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
#!/usr/bin/env python3 | |
import time | |
import datetime | |
from bme280 import BME280 | |
from ltr559 import LTR559 | |
from influxdb_client import InfluxDBClient, Point, WritePrecision | |
from influxdb_client.client.write_api import SYNCHRONOUS |
This file contains hidden or 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
[Unit] | |
Description=MMDVMHost Service | |
After=networking.target | |
Requires=networking.service | |
[Service] | |
Type=forking | |
User=mmdvm | |
Group=mmdvm | |
Restart=on-failure |
This file contains hidden or 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
# Update host | |
sudo apt update | |
sudo apt upgrade | |
sudo reboot | |
# Install prerequisites | |
sudo apt install gcc-arm-none-eabi \ | |
binutils-arm-none-eabi \ | |
libusb-1.0-0 \ | |
libusb-1.0-0-dev \ |
This file contains hidden or 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
# Update Raspberry Pi OS | |
sudo apt update | |
sudo apt upgrade | |
reboot | |
# Install prerequisite things | |
sudo apt install git build-essential libsamplerate0-dev | |
sudo adduser mmdvm | |
# Clone and Build MMDVMHost - M17_AX25_FM branch |
I hereby claim:
- I am kc1awv on github.
- I am kc1awv (https://keybase.io/kc1awv) on keybase.
- I have a public key ASBiCY2jqq7vqwYZbAQ49upPEzZ-dB2-ytqs0FCFWrU9Sgo
To claim this, I am signing this object: