Skip to content

Instantly share code, notes, and snippets.

@wildrun0
wildrun0 / compile-ffmpeg.sh
Last active May 23, 2024 09:36
Compiling ffmpeg for Raspberry Pi 4 (script only works fine on RPi OS 32bit). x64 does not support mmal (see https://github.com/raspberrypi/userland/issues/688)
#!/bin/bash
# Note that there's no libdrm because this lib cause errors
sudo apt update -y && sudo apt upgrade -y
sudo apt-get -y install \
autoconf \
automake \
build-essential \
@MatthewFlamm
MatthewFlamm / Alarm system.md
Last active February 27, 2024 22:37
Esp32 home alarm system with home assistant and esphome

Alarm system using esp32 with esphome and home assistant