Arduino-HomeKit-ESP8266 icon indicating copy to clipboard operation
Arduino-HomeKit-ESP8266 copied to clipboard

Native Apple HomeKit accessory implementation for the ESP8266 Arduino core.

Results 140 Arduino-HomeKit-ESP8266 issues
Sort by recently updated
recently updated
newest added
trafficstars

@Mixiaoxiao ,formatting homekit storage at 0x3fb000,使用esp01板,要如何何修改flash size呢?在ArduinoIDE的工具中-Flase size修改成Maping defined by hardware and sketch,但會在編譯時出現錯誤訊息, c:/users/hung/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.1.0-gcc10.3-e5f9fec/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\Hung\AppData\Local\Temp\arduino\sketches\F52321A960A6612EADD3F8AE8E0F92AC\libraries\HomeKit-ESP8266\storage.c.o:(.text.find_empty_block+0x0): undefined reference to `_EEPROM_start' c:/users/hung/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.1.0-gcc10.3-e5f9fec/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\Hung\AppData\Local\Temp\arduino\sketches\F52321A960A6612EADD3F8AE8E0F92AC\libraries\HomeKit-ESP8266\storage.c.o: in function `homekit_storage_add_pairing': c:\Users\Hung\Documents\Arduino\libraries\HomeKit-ESP8266\src/storage.c:303: undefined reference to `_EEPROM_start' collect2.exe:...

i cant find it ![Screenshot 2024-06-26 113710](https://github.com/Mixiaoxiao/Arduino-HomeKit-ESP8266/assets/125604730/8c2d42a8-4e17-44c1-a91c-d9d3e814848b)

I made a Air conditioner controller with infrared light using NodeMcu ESP8266 V3, i showed it like a thermostat so i can set temperature and mode but if my phone...

Hello, I'd like to know the process for a webupdate to the latest ESP8266-1.4.0 version.

c:\Users\��\Documents\Arduino\libraries\HomeKit-ESP8266\src/user_settings.h:15:10: fatal error: osapi.h: No such file or directory #include "osapi.h"(What is it??????)

I uploaded code to my ESP8266 last week, and it worked well. Then I shut my ESP8266 down. Today I open it and find that it does not work. I...

Hello, friends! I am trying to run the HomeKit example 'Switch' on the Arduino IDE platform using an ESP8266. However, after uploading the code to the ESP8266, the board is...

Hello, friends! I am trying to run the HomeKit example 'Switch' on the Arduino IDE platform using an ESP8266. However, after uploading the code to the ESP8266, the board is...

Please provide relay or switch code for smartlock for open lock() and lock lock ()

The fan in the example is shown as a switch type on Homekit. Can it be changed to percentage type? homekit_accessory_t *accessories[] = { HOMEKIT_ACCESSORY( .id = 1, // 配件...