Tasmota/lib/libesp32_div/ESP32-HomeKit
Staars b8fd073467 rename .c to .cpp 2022-03-27 17:57:35 +02:00
..
examples/HomeKit_IDF mv some ESP32 libs 2021-03-11 14:48:59 +01:00
src rename .c to .cpp 2022-03-27 17:57:35 +02:00
.gitattributes mv some ESP32 libs 2021-03-11 14:48:59 +01:00
.gitignore mv some ESP32 libs 2021-03-11 14:48:59 +01:00
LICENSE mv some ESP32 libs 2021-03-11 14:48:59 +01:00
README.md mv some ESP32 libs 2021-03-11 14:48:59 +01:00
SerialLog.txt mv some ESP32 libs 2021-03-11 14:48:59 +01:00
library.json Update library.json 2021-10-31 20:53:10 +01:00

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

  1. Click on "Clone or Download" button, then click "Download ZIP" on the page.
  2. Extract the contents of the downloaded zip file.
  3. Rename the extracted folder to "Arduino-HomeKit-ESP".
  4. Move this folder to your libraries directory. (under windows: C:\Users\<USERNAME>\Documents\Arduino\libraries\)
  5. Restart your Arduino IDE.
  6. Check out the examples.