Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Installing bean-sdk on a raspberry pi - november 2020 #15

Open
Mr-onno opened this issue Nov 1, 2020 · 0 comments
Open

Installing bean-sdk on a raspberry pi - november 2020 #15

Mr-onno opened this issue Nov 1, 2020 · 0 comments

Comments

@Mr-onno
Copy link

Mr-onno commented Nov 1, 2020

In order to install bean-sdk on a raspberry pi, a few adjustments are required to make it working in 2020. This is a tested and working recipe.

Tested on raspberry pi 4 and rasperry pi zero with 2020-08-20 raspios-buster-armhf (also tested with some older raspbian images)

sudo apt-get update && sudo-apt-get upgrade [this is probably not strictly neccessary]
sudo apt-get install bluetooth bluez libbluetooth-dev libudev-dev
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.35.3/install.sh | bash
npm install 6.17.1
npm install -g --unsafe-perm [email protected] bean-sdk
sudo apt-get install libcap2-bin
sudo setcap cap_net_raw+eip $(eval readlink -f which node)

try if it works with:

bean scan

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant