esp-homekit-sdk icon indicating copy to clipboard operation
esp-homekit-sdk copied to clipboard

Results 64 esp-homekit-sdk issues
Sort by recently updated
recently updated
newest added

### TCH058 - Verify the pairing bit in Status Flag returns to 1 when pairing removed Using HomeKit Certification Assistant 3.0.3, the test above fails. I ran the same test...

The lightbulb example does not work out of the box. When defining the `ledc_timer` in `lightbulb.c` (line 169 cont.) I had to add the `duty_resolution` property to get it to...

Hello, As pairing on ESP8266 is using quite much processing power, and as my program needs to monitor the gpio state continuously (i.e. using while loop), the monitor task will...

From happy esp32 user :smile:, I'm really enjoying to use your product and this homekit library. According to [HAP specification](https://developer.apple.com/support/homekit-accessory-protocol) and [apple/HomeKitADK](https://github.com/apple/HomeKitADK), it seems to have IP camera support, though...

Hi! Is there any change to support ESP8255 chip by this sdk? Im curios if i should change `partitions_hap.csv` to fit image to 1MB flash? Now partitions table is design...

In /esp-homekit-sdk/examples/ethernet_bridge/main/Kconfig.projbuild the range for spi gpio-pins is 0 - 33. But the esp32-s2 support spi on gpio-pin 35, 36 and 37. As an example: my board is a [FeatherS2](https://feathers2.io)...

I'm looking for more information on the concurrency model of the ESP HomeKit SDK HAP implementation. Does the HAP Core run it's own thread and then the App gets its...

Does Espressif have a working example of using BLE instead of Wi-Fi; either in ADK or this SDK?

I would like to build an Apple Homekit weather station with the DHT22 temperature and humidity sensor. I am not very familiar with coding yet and wanted to ask if...

IDF Version: v4.2-beta1-227-gf0e87c933 HomeKit Version: current (checked out this week from git from master) I've built a few homekit devices over the last month and had great success. The SDK...