An00bIS47 / Homekit

Homekit for ESP32 with Arduino framework
Apache License 2.0
83 stars 7 forks source link

Arduino standard library #1

Open leonardpitzu opened 6 years ago

leonardpitzu commented 6 years ago

Great work packing this together. I want to ask though if this can be migrated to a standard Arduino library as this would be great for my students (Arduino can be fully portable on Windows so i can distribute this as a package and they would only need to unpack the environment). Thanks!

zhengxi0922 commented 3 years ago

Great work on this project! so will it gonna be a standard Arduino library?

An00bIS47 commented 3 years ago

Hi @zhengxi0922 and @leonardpitzu

a standard Arduino library is not my goal right now, because this project involves too much other stuff than just Apples Homekit. The approach to add custom sensors and stuff is also not how an Arduino library is usually used. But you can use this project with other Arduino libraries to develop your own plugins.

zhengxi0922 commented 3 years ago

Hi @An00bIS47 thanks for your reply. Frankly, i don't know how to get to start with your project. I don't have that much skill or knowledge in programming. so hope somebody could make a step-by-step tutorial video. again, thanks for your work!