Hardware Password Manager with Raspberry Pi Pico
|
|
||
|---|---|---|
| lib | ||
| micropython@157c74b2f3 | ||
| example_password_input | ||
| firmware.uf2 | ||
| helper.py | ||
| lcdclass.py | ||
| LICENSE | ||
| main.py | ||
| passwords.py | ||
| picolcd114.py | ||
| picorestouchlcd35.py | ||
| picorestouchlcd35sdcard.py | ||
| README.md | ||
| TODO.md | ||
| usbout.py | ||
HWPWM
Hardware Password Manager with Raspberry Pi Pico
Required Hardware
- Raspberry Pi Pico
- Any supported Display module (see Supported Hardware)
Supported Hardware
- Pico-LCD-1.14 (Waveshare)
- Pico-ResTouch-LCD-3.5 (Waveshare)
Installation
- deploy firmware.uf2 to Raspberry Pico, it contains adapted micropython
- upload all python files (except password example) to /
- upload all mpy files from lib folder to the Pico /lib
- create dirs /secret and /pw_in on the Pico
- Add your credentials to the example password file and upload it to the Pico /pw_in
- reset the Pico
Roadmap
- Network module for the 1.14 variant