grimoire

personal wiki
git clone git://git.pyratebeard.net/grimoire.git
Log | Files | Refs

commit 5abf607a8a1b57e0e93d41795acee23f244d5549
parent e785ea468c0fafded7f2c32ed3b779d809e12318
Author: pyratebeard <root@pyratebeard.net>
Date:   Mon,  9 Jun 2025 10:48:51 +0100

updates
updates

Diffstat:
Mglossary.md | 1+
Ahardware/flipper_zero.md | 19+++++++++++++++++++
Mhardware/index.md | 1+
3 files changed, 21 insertions(+), 0 deletions(-)

diff --git a/glossary.md b/glossary.md @@ -41,6 +41,7 @@ * [ffmpeg](/linux/ffmpeg) * [firewalld](/networking/firewalld) * [flatpak](/linux/flatpak) +* [flipper_zero](/hardware/flipper_zero) * [freebsd](/unix/freebsd) * [ftp](/software/ftp) diff --git a/hardware/flipper_zero.md b/hardware/flipper_zero.md @@ -0,0 +1,19 @@ +# flipper zero +``` + + _.-------.._ -, + .-"```"--..,,_/ /`-, -, \ + .:" /:/ /'\ \ ,_..., `. | | + / ,----/:/ /`\ _\~`_-"` _; + ' / /`"""'\ \ \.~`_-' ,-"'/ + | | | 0 | | .-' ,/` / + | ,..\ \ ,.-"` ,/` / + ; : `/`""\` ,/--==,/-----, + | `-...| -.___-Z:_______J...---; + : ` _-' + L_ _ ___ ___ ___ ___ ____--"` +``` + +* qflipper +* https://lab.flipper.net + * user needs to be in `uupc` group to access serial port diff --git a/hardware/index.md b/hardware/index.md @@ -1,6 +1,7 @@ # hardware * [arduino](arduino) +* [flipper_zero](flipper_zero) * [raspberry_pi](raspberry_pi) * [trezor](trezor) * [thinkpad](thinkpad)