mirror of https://github.com/arendst/Tasmota.git
189e612419 | ||
---|---|---|
.. | ||
examples/HomeKit_IDF | ||
src | ||
.gitattributes | ||
.gitignore | ||
LICENSE | ||
README.md | ||
SerialLog.txt |
README.md
Arduino-HomeKit-ESP
Arduino library version of espressif's official esp-homekit-sdk.
Currently, only for ESP32 with hardware acceleration. ESP32-S2, ESP32-C3 and future IDF based chips are all on the way.
Tested on my ESP32 board, works fine.
The performance is awesome!!!
The serial log is here
Setup code
111-11-111
Manual Installation
Refer to the official guide: Manual installation Note: this library will not publish the release version for Arduino IDE.
Manual Installation for Windows
- Click on "Clone or Download" button, then click "Download ZIP" on the page.
- Extract the contents of the downloaded zip file.
- Rename the extracted folder to "Arduino-HomeKit-ESP".
- Move this folder to your libraries directory. (under windows:
C:\Users\<USERNAME>\Documents\Arduino\libraries\
) - Restart your Arduino IDE.
- Check out the examples.