This repository contains my examples of the HomeKit framework that is developed by Apple for communicating with and controlling connected accessories in a user’s home using iOS devices via the HomeApp. The project uses a port of the Apple’s Open source HomeKit ADK for ESP32 and ESP32S2 by espressif. According to Apple license this implementation may be used by any developer for non-commercial use.
Note: better descriptions can be found in the specific examples
- Working with HomeKit : https://developer.apple.com/homekit/
- How to use the Home app : https://support.apple.com/en-us/HT204893
- Apple HomeKit ADK : https://github.com/apple/HomeKitADK
- Espressif port : https://github.com/espressif/esp-apple-homekit-adk