omberge / esp32-homekit

ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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"

About

ESP-32 implementation of Apple Homekit Accessory Protocol(HAP)

License:Apache License 2.0


Languages

Language:C 99.5%Language:Makefile 0.4%Language:C++ 0.1%