29 lines
535 B
Markdown
29 lines
535 B
Markdown
# 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. |