mirror of https://github.com/arendst/Tasmota.git
32 lines
1.1 KiB
Markdown
32 lines
1.1 KiB
Markdown
|
# Arduino-HomeKit-ESP
|
||
|
Arduino library version of espressif's official [esp-homekit-sdk](https://github.com/espressif/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](https://raw.github.com/Mixiaoxiao/Arduino-HomeKit-ESP/master/extras/SerialLog.txt)
|
||
|
|
||
|
## Setup code
|
||
|
|
||
|
``111-11-111``
|
||
|
|
||
|
## Manual Installation
|
||
|
|
||
|
Refer to the official guide: [Manual installation](https://www.arduino.cc/en/guide/libraries#toc5)
|
||
|
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](https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP/archive/master.zip)"_ on the page.
|
||
|
1. Extract the contents of the downloaded zip file.
|
||
|
1. Rename the extracted folder to _"Arduino-HomeKit-ESP"_.
|
||
|
1. Move this folder to your libraries directory. (under windows: `C:\Users\<USERNAME>\Documents\Arduino\libraries\`)
|
||
|
1. Restart your Arduino IDE.
|
||
|
1. Check out the examples.
|
||
|
|
||
|
|