Skip to content

Instantly share code, notes, and snippets.

@chrisdone
chrisdone / gist:02e165a0004be33734ac2334f215380e
Last active June 10, 2024 19:30
Build and run minimal Linux / Busybox systems in Qemu

Common

export OPT=/opt
export BUILDS=/some/where/mini_linux
mkdir -p $BUILDS

Linux kernel

@oliverkurth
oliverkurth / pi-ap-managed.md
Last active May 25, 2024 14:27
Simultanous AP and managed mode in a Raspberry Pi 3 or Zero using systemd-networkd
@hgroll
hgroll / pidi-overlay.dts
Last active July 6, 2022 09:13
device tree overlay to use pidi with fbtft driver for rpi 2 B
/*
* Device Tree overlay to use pidi by Pimoroni as framebuffer device
*
* Known Issues:
* - flickery
*/
/dts-v1/;
/plugin/;
@justinschuldt
justinschuldt / raspberry-pi-zero_as_webcam.md
Last active June 14, 2024 06:04
Directions for setting up a RaspberryPi to act as a generic USB webcam

hardware/software

Webcam parts:

  • Raspberry Pi Zero W Rev 1.1
  • Raspberry Pi Camera v2 (8-megapixel)
  • Raspberry Pi High Quality Camera (12.3-megapixel)
  • Raspbian Buster Lite 2020-02-13

Webcam works with:

  • Windows 10
  • Windows 10 "Camera" app
@khskekec
khskekec / libre-link-up-http-dump.md
Last active June 5, 2024 13:39
HTTP dump of Libre Link Up used in combination with FreeStyle Libre 3
@tetele
tetele / README.md
Last active June 11, 2024 15:14
ESPHome config - Raspiaudio Muse Luxe as a voice assistant satellite in Home Assistant

Introduction

The purpose of this ESPHome config is to be able to use the Raspiaudio Muse Luxe as a voice assistant satellite in Home Assistant.

Features

  • wake word, push to talk and continuous conversation support
  • response playback
  • service exposed in HA to start and stop the voice assistant from another device/trigger
  • visual feedback of the recording/success/error status via the Luxe's onboard LED
@zArubaru
zArubaru / root-your-unihertz-atom-the-easy-way.md
Last active February 16, 2024 08:46
Root Your Unihertz Atom the Easy Way

Root Your Unihertz Atom the Easy Way

WARNING! This method will RESET your device. Remember backups, you know the drill. ;)

This guide targets the Unihertz Atom, it might work for other devices also. If you're trying to root an other android device, I highly recommend doing more research and reading the Magisk Installation Guide carefully.

This guide was written with Windows 10 in mind, but the given commands are general. On Windows, all commands with either adb or fastboot should be replace with .\adb.exe and .\fastboot.exe respectively (more on this later). The guide should work with other systems (MacOS, Linux, etc.) aswell.

WARNING! This will unlock your bootloader, I don't recommend relocking the bootloader, as in the worst case scenario you might get completely locked out of your device.