This project converts an esp32 into a homekit led strip controller.
Set up the environment for building and flashing:
export IDF_PATH="path/to/your/idf/installation"
source "$IDF_PATH/export.sh"
Then go to your project of choice and flash and monitor using:
make -j6
make -j6 flash monitor