goldfingeroo7
About
- Username
- goldfingeroo7
- Joined
- Visits
- 1
- Last Active
- Roles
- member
- Points
- 5
- Badges
- 0
- Posts
- 1
Reactions
-
How to create your own HomeKit camera with a Raspberry Pi and HomeBridge
The problem everyone is having is that Node.js/NPM is compiled differently for different ARM versions.
Raspberry Pi Model B : ARMv6
Raspberry Pi Model B 2 : ARMv7
Raspberry Pi Model B 2 ver 1.2 / Raspberry Pi Model B 3 / Raspberry Pi Model B 3+ : ARMv8
Raspberry Pi Zero / Raspberry Pi Zero W : ARMv6
Depending on which board you are trying to install on, you need a specific version of Node installed. Check out this link to my site that walks you though the steps to install.