Skip to content

Latest commit

 

History

History
28 lines (23 loc) · 657 Bytes

README.md

File metadata and controls

28 lines (23 loc) · 657 Bytes

esp32-homekit

Demo

ESP32 HOMEKIT

Build

$ git clone  https://github.com/younghyunjo/esp32-homekit.git
$ cd esp32-homekit
$ git submodule update --init --recursive
$ cd examples/switch
$ make
$ make flash

WiFi Setting

  1. Open examples/switch/main/main.c
  2. Change EXAMPLE_ESP_WIFI_SSID, and EXAMPLE_ESP_WIFI_PASS
#define EXAMPLE_ESP_WIFI_SSID "unibj"  
#define EXAMPLE_ESP_WIFI_SSID "12345678"  

Setup Code

"053-58-197"