Skip to content

Instantly share code, notes, and snippets.

View kc1awv's full-sized avatar
:octocat:

Steve Miller kc1awv

:octocat:
View GitHub Profile
@kc1awv
kc1awv / rpim17client.md
Last active February 1, 2024 09:17
M17Client Raspberry Pi Quick Install

Install prerequisites:

sudo apt install libsamplerate0-dev libwxgtk3.0-gtk3-dev libasound2-dev

Clone Repository:

cd ~
@kc1awv
kc1awv / mqtt-aprs.cfg.example
Created July 20, 2022 00:13
aprs to mqtt for fun and profit
[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 =
@kc1awv
kc1awv / main.cpp
Last active July 10, 2022 20:15
BME680 Sensors
#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]"
@kc1awv
kc1awv / log_influx.py
Last active July 6, 2022 17:06
enviropi+ influx logger
#!/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
@kc1awv
kc1awv / mmdvmhost.service
Created September 27, 2021 21:21
MMDVMHost Unit File for M17 Repeater
[Unit]
Description=MMDVMHost Service
After=networking.target
Requires=networking.service
[Service]
Type=forking
User=mmdvm
Group=mmdvm
Restart=on-failure
@kc1awv
kc1awv / m17-weekly-net.md
Last active July 14, 2023 16:51
M17 Project Weekly Net

PREAMBLE

Calling together all amateur radio operators, this is the weekly net of the M17 project.

This is NAME and CALLSIGN and I will be your net control station today. This net meets weekly on Fridays at 1700 hours UTC by means of the M17 Charlie reflector. The purpose of this net is to relay and share information in regards to the M17 project.

We encourage all amateur radio operators to check into this net. We will take check-ins followed by an informal round table to discuss all things M17 related.

@kc1awv
kc1awv / MMDVMFirmware_M17_Branch
Last active March 25, 2021 20:46
MMDVM Firmware - M17 Branch
# 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 \
@kc1awv
kc1awv / MMDVMHost_M17_Build
Created March 25, 2021 20:09
MMDVMHost - M17 Branch build
# 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

Keybase proof

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: