This commit is contained in:
2026-03-06 12:29:58 +01:00
commit ab00a59f29
21 changed files with 1564 additions and 0 deletions

29
README.md Normal file
View File

@@ -0,0 +1,29 @@
# KeyPi Client using SSH and ATECC608B
### Build
Set the target:
```sh
idf.py set-target
```
Use `menuconfig` to configure the KeyPi (choose `KeyPi` from the list):
```sh
idf.py menuconfig
```
To build, flash and monitor:
```sh
idf.py build flash monitor
```
### Usage
Once the ESP32 connects to the wifi: user LED will light up.
Press button once: LED starts blinking slowly -> Sends open command after 5s.
Press button twice: LED starts blinking fast -> Sends close command after 5s.
Press button again: cancels the action.