Gl1tchub / Flipperzero-SD-SPI

Lock and unlock the sd cards through spi for Flipper Zero

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Flipperzero-SD-SPI

Flipper Zero FAP for Lock and Unlock SD card / Micro SD card through SPI protocol (CMD42).

Pinout

Without Flipper Zero SDBoard the SD card it must be connected as in the table below

Flipper Zero SD Card
9/3.3V +3.3V
8/GND GND
2/A7 Mosi
3/A6 Miso
4/A4 CS
5/B3 SCK

Usage

Whenever an sd card is connected it is required make a "Init", if the operation is successul in the "status" tab R1 is "NO ERROR" and it is possible execute other commands.

"Lock" and "Unlock" work with password set in namesake tab.

Force Erase allow the removal of unknown password from SD but erases all content.

After the first save, the password is stored in apps_data/sdspi/pwd.txt. you can change it to use characters not found on the flipper keyboard.

About

Lock and unlock the sd cards through spi for Flipper Zero

License:GNU General Public License v3.0


Languages

Language:C 100.0%