-
Notifications
You must be signed in to change notification settings - Fork 10
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
Just to clarify for anybody INSTALL + tried to run the PWA #15
Comments
|
Hmmm, peterfealey, I understand the command but please clarify so future users can understand what exactly happens by typing such a set of characters and depressing the "enter" key after that? |
Good point @spacewalkingninja and sorry for being lazy! The folks over at: abandonware have been maintaining bluetooth-hci-manager and rolling in pull requests/changes to keep the module alive. Using their module Out of interest did you get anywhere with the PWA? I appreciate it's been a couple of years. Trying to find something like this project elsewhere has been challenging! |
Hadn't noticed they've been updating it. Just gave a quick glance at the abandoware project. Catchy name.
And the JS code is:
|
Hey guys!
Im just going to get this clear_-er_ for people trying this out in this day and age.
Or even myself if I forget later, lol.
So. Im installing this on RPI 3b+ with raspbian.
When you run
sudo setcap cap_net_raw+eip $(eval readlink -f
which node)
if you get an error because of the symlink
just run
which node
and do
sudo setcap cap_net_raw+eip #OUTPUT FROM WHICH NODE HERE#
Then, you might get errors building the bluetooth-hci-manager.
For this you might need to downgrade node
So, install n, globally if you haven't.
sudo npm install -g n
and then downgrade to 9.11.2 using the n package.
sudo n 9.11.2
This done, you should be able to run the manager on your server. The pwa.. is a whole different story, just spent a couple of hours trying to run it but sapper and svelte aren't my area and there's virtually no docs.
Im now trying to get connected to a wifi network using only Light Blue and then if it works, I'll implement it in my web app.
The text was updated successfully, but these errors were encountered: