Skip to content

Instantly share code, notes, and snippets.

@seanclancy
seanclancy / README.md
Created January 26, 2026 14:09 — forked from wildmichael/README.md
superscript test

This is some superscript text.

RPi3 Disable Bluetooth Or WiFi By Default

Step

  1. Use sudo mount /dev/mmcblk0p1 /mnt to mount SD Card

  2. Use sudo vim /mnt/config.txt to edit config

  3. Disable WiFi

@seanclancy
seanclancy / gist:22cf9cd7dd7a8d306f46a31a9dc7f295
Created January 9, 2026 02:53 — forked from wgottesheim/gist:7a5629832e42a736159c7ce4a593dee3
Steps to setup Raspberry Pi Zero for temperature monitoring in the garage
* add line to config.txt: "enable_uart=1" to enable serial console (https://learn.adafruit.com/adafruits-raspberry-pi-lesson-5-using-a-console-cable/enabling-serial-console)
* Create file in / called "ssh"
* Create file wpa_supplicant.conf:
ctrl_interface=DIR=/var/run/wpa_supplicant GROUP=netdev
update_config=1
country=GB
network={
ssid="SSID"

To build a project where the Raspberry Pi Zero W 2, running Ubuntu, automatically configures a host system upon USB connection using Ansible, we'll break down the project into several detailed and technical components.

Project Outline: Raspberry Pi Auto-Configurator

1. Choosing the Right Raspberry Pi Image

  • Image: Ubuntu for Raspberry Pi (likely Ubuntu Server for lightweight, headless operation).
  • Version: Choose the latest stable version compatible with Raspberry Pi Zero W 2. As of my last update, it's Ubuntu 22.04 LTS.
  • Source: Download the image from the official Ubuntu website for Raspberry Pi.
  • Flashing Tool: Use Raspberry Pi Imager or dd command in Linux to flash the SD card.
@seanclancy
seanclancy / config.txt
Created January 9, 2026 02:49 — forked from GrayJack/config.txt
Very complete and documented config.txt file for raspberry pi
# See /boot/overlays/README for all available options
##############################################################################
## Raspberry Pi Configuration Settings
##
## Revision 18, 2018/03/05
##
## Details taken from the eLinux wiki
## For up-to-date information please refer to wiki page.
##
## Wiki Location : http://elinux.org/RPiconfig
@seanclancy
seanclancy / rasp_pi__zero_config_from_scratch.md
Created January 9, 2026 02:29 — forked from axelhamil/rasp_pi__zero_config_from_scratch.md
🚀 Raspberry Pi Zero 2 W – Headless Setup Guide (with Static IP) and Pi Hole

Raspberry Pi OS SSH Ready

A quick and clean guide to set up your Raspberry Pi Zero 2 W headlessly with Wi-Fi, SSH, and a static IP – perfect for IoT and embedded projects.


🧰 Requirements

Configuring Proxmox VE node as client for remote NUT server running on Synology NAS


  • Use Shell on Proxmox Node to install NUT Client
apt-get install nut-client
@seanclancy
seanclancy / docker-compose.yaml
Created December 30, 2025 15:17 — forked from maeneak/docker-compose.yaml
HASSIO (Home Assistant Supervised) for Synology DSM 7 (Unsupported Installation but allows updates and fully functional)
version: '3'
services:
hassio:
image: homeassistant/amd64-hassio-supervisor
container_name: hassio_supervisor
privileged: true
security_opt:
- seccomp:unconfined
- apparmor:unconfined
@seanclancy
seanclancy / ReadSPA.py
Created October 8, 2025 13:38 — forked from mfhars/ReadSPA.py
Read an SPA file from Omnic
# Created 2015, Zack Gainsforth
import matplotlib
import matplotlib.pyplot as plt
import numpy as np
import struct
from numpy.fft import fft, fftfreq
def LoadSPAInterferogram(FileName):
# Open the SPA file.
@seanclancy
seanclancy / seaborn_scatterplot.ipynb
Last active July 28, 2025 04:00 — forked from PatWalters/seaborn_scatterplot.ipynb
A Collection of Things I Frequently Forget How To Do With Seaborn Scatterplots
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.