Skip to content

Instantly share code, notes, and snippets.

View liamcottle's full-sized avatar

Liam Cottle liamcottle

View GitHub Profile
@liamcottle
liamcottle / meshchat_raspberry_pi.md
Last active February 27, 2026 05:09
MeshChat on Raspberry Pi 4
@liamcottle
liamcottle / Heltec_T114_Display.ino
Created December 30, 2024 12:35
Heltec T114 Display in Arduino
/**
* Simple demo for using Heltec T114 Display
* Author: Liam Cottle <liam@liamcottle.com>
*
* Install Heltec_nRF52 Board from GitHub
* - https://github.com/HelTecAutomation/Heltec_nRF52
*
* Once board is installed, you may need to "chmod +x" the following files:
* - ~/Documents/Arduino/hardware/heltec/Heltec_nRF52/tools/uf2conv/uf2conv.py
* - ~/Documents/Arduino/hardware/heltec/Heltec_nRF52/tools/adafruit-nrfutil/macos/adafruit-nrfutil
@liamcottle
liamcottle / README.md
Created January 8, 2025 08:16
TNCAttach + RNode TNC = LoRa IP

TNCAttach + RNode TNC = LoRa IP

Pi 4B <-> USB RNode TNC <-> LoRa 917.875MHz BW500kHz SF7 CR5 TXP17 <-> USB RNode TNC <-> Pi 4B <-> WiFi 2.4GHz (Internet)

Install System Dependencies

sudo apt install build-essential
sudo apt install python3-pip