We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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)
which node
try if it works with:
bean scan
The text was updated successfully, but these errors were encountered:
No branches or pull requests
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
The text was updated successfully, but these errors were encountered: