Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to integrate arduino board with apple home kit, Is it possible or not ?

I want to make my own ios app with homekit, which should control arduino, i have studied about homekit and i have doubt that whether it is possible to integrate arduino or raspberry PI with home kit or not ? any useful links ?

like image 505
Nikunj Acharya Avatar asked Oct 20 '22 03:10

Nikunj Acharya


1 Answers

I'm not sure about the arduino, the crypto behind the protocol is fairly complex and I'm not sure the processor could handle it well. I can find any sample projects out there either, but the Rasbery pi is another story. Since the Pi can run node, there is a node implementation of hap on github: https://github.com/KhaosT/HAP-NodeJS

I haven't used it, but it's fairly well documented. I doubt there are any tutorials available, I think these are fairly fringe projects at the moment, so you're going to have to get your hands dirty. Good luck.

like image 106
Adam Shiemke Avatar answered Oct 24 '22 12:10

Adam Shiemke