Skip to content

Instantly share code, notes, and snippets.

@adtac
adtac / README.md
Last active November 29, 2025 09:51
Using your Kindle as an e-ink monitor

3.5 fps, Paperwhite 3
@adtac_

step 1: jailbreak your Kindle

mobileread.com is your best resource here, follow the instructions from the LanguageBreak thread

I didn't really follow the LanguageBreak instructions because I didn't care about most of the features + I was curious to do it myself, but the LanguageBreak github repo was invaluable for debugging

@jigpu
jigpu / btreset.sh
Created December 19, 2020 20:11
Raspberry Pi Bluetooth Watchdog / Reset
#!/bin/sh
# Force a reset of the Bluetooth interface if it freezes up.
#
# https://github.com/raspberrypi/linux/issues/2832#issuecomment-597001597
if test $(id -u) -ne 0; then
echo "This script must be run as root."
exit 1
fi