thymjan

About

Username
thymjan
Joined
Visits
0
Last Active
Roles
member
Points
6
Badges
0
Posts
2
  • How to create your own HomeKit camera with a Raspberry Pi and HomeBridge

    mjmmjm said:
    Etcher reports that the image is too big to fit on a 16 GB SD card. It would be useful if you included instructions on what is being installed. TIA.
    In short (this also works with raspberry pi zero w)
    1. Start with a actual raspbian image from www.raspberry.org
    2. install actual version of node.js
    3. install actual version of npm (node packet manager)
    4. install actual version of homebridge using npm
    5. install actual version of hombridge-camera-rpi
    6. configure config.json
    7. configure systemctl to auto start homebridge
    You have to make several descisions where to install and which user does the installations (with sudo or pi himself).
    Solimickey6pack