Ubuntu chromium and web ide #6150
Replies: 1 comment
-
Posted at 2019-04-30 by netmonk After activating bluetooth in chrome with enabling this switch :
Posted at 2019-05-01 by @gfwilliams That's odd - once you've enabled Have you tried just restarting the whole system and seeing if that's any better? I use Linux for all my work, and occasionally I do get a What's your And also what's the version of Chromium? Sometimes the builds are a long way behind the Chrome builds, so you could try installing Chrome and seeing if that's any better. Posted at 2019-05-01 by netmonk
Still getting the error :
Posted at 2019-05-01 by @gfwilliams You don't have to worry about the Chromium looks up to date too. So do you see the Googling it, it might be that the bluetooth adaptor is turned off in Bluetooth settings? Worth a check - I don't know whether I know you tried Posted at 2019-05-01 by netmonk
Posted at 2019-05-02 by @gfwilliams That's properly strange then - I'm not sure what to suggest - I guess it could be some kind of permissions issue? You could try adding an external USB BLE dongle and see if that helps at all. A workaround would be to install the Espruino command-line tools:
This is 100% a Web Bluetooth/Chrome issue though (rather than being specific to the Espruino IDE), so perhaps the Chrome devs would have some ideas about it. I'm on Mint 19.1 (which is basically Ubuntu 18.04) and it works fine on 2 separate devices. I'd have thought that I'd have heard more from people if it was broken for everyone in Ubuntu 19 though. Posted at 2019-05-02 by netmonk Good monring Gordon, I will receive an external dongle by end of week to make more test. Thank you so much for your answers. Posted at 2019-05-02 by netmonk Well well well,
No port listed.
Posted at 2019-05-02 by @gfwilliams Ahh - https://www.npmjs.com/package/espruino might be handy. Check that
That gives Node.js the permissions to access Bluetooth without running as a superuser. Can you also try Might be that somehow NPM hasn't installed the relevant Bluetooth stuff (and sorry, I should have mentioned you can do Posted at 2019-05-02 by netmonk
looks better ! :) Posted at 2019-05-02 by netmonk And there we go :
Posted at 2019-05-03 by netmonk thank you @gfwilliams :) Posted at 2019-05-03 by @gfwilliams That's great! Glad you got something working! I'd still be interested to know why it doesn't work for you with Chrome though, if you ever find it out. Posted at 2019-05-04 by netmonk Well, i try using my little laptop, still on ubuntu 19.04, and while i didnt face same issue, i still encounter new one :
Posted at 2019-05-04 by netmonk I added -E to bluetoothd command to enable experimental mode:
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2019-04-30 by netmonk
Good evening,
Im able to connect to device using gatttool command
But im unable to connect to it using web ide app from chromium, the device is not appearing when i try to connect.
It works very well from the same computer station, when im using windows10, i succed to connect and dev with windows chrome. But when i switch back to ubuntu (latest version 19.*) not possible to connect.
anybody had faced this issue before, and how did you solved it ?
Beta Was this translation helpful? Give feedback.
All reactions