535 B
535 B
KeyPi Client using SSH and ATECC608B
Build
Set the target:
idf.py set-target
Use menuconfig to configure the KeyPi (choose KeyPi from the list):
idf.py menuconfig
To build, flash and monitor:
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.