Skip to content

Latest commit

 

History

History
28 lines (21 loc) · 796 Bytes

File metadata and controls

28 lines (21 loc) · 796 Bytes

ESP32 Homekit Relay

A HomeKit-enabled ESP32 project to control relays with physical buttons using HomeSpan.

Features

  • HomeKit-compatible via HomeSpan
  • Momentary button toggles each relay (on/off)
  • State retained in HomeKit
  • GPIO-safe pin selection for ESP32 DevKit v1

Hardware Connections

Component GPIO
Relay 1 26
Button 1 32
Relay 2 27
Button 2 33
Status LED 13
Control Pin 12

The following is the wiring diagram:

ESP32 Wokwi

References and Sources