- Notifications
You must be signed in to change notification settings - Fork11
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
License
Didel/HomeKitCam
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
A project to make a Raspberry Pi driven, HomeKit Enabled camera.
This project aims to make a simple DIY HomeKit enabled camera using only a Raspberry Pi and the Raspberry Camera Module. The software is based on theHAP-NodeJS HomeKit API byKhaosT.
One of the aims of this project is to be as simple as possible. You will only need:
- A working Raspberry Pi (the newer, the better), configured with a standardRaspbian installation
- APi Camera Module
- A suitable usb power adapter to power the Pi
To install, clone the project into a folder. Then cd to that directory, and run npm install to install all the necessary packages.
The camera can be run by running the command: node PiCamera_accesory.js
On any iOS 10 device, open the Home app and add a new accessory. The Raspberry should show up as 'Pi Camera'. When asked to scan the HomeKit accessory code, choose to manually enter a code and enter031-45-154
. After that, the pairing should be successful and the camera should start to send screenshots to the Home app.