EspruinoHub Throws Error on Connect from Android #1782
Replies: 3 comments
-
Posted at 2016-12-18 by ChristianW Could you share the code that belongs to this error? |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-18 by dklinkman @christianw, there's no code. It's simply the EspruinoHub running from the start script in the foreground and outputting to standard out. The hub properly detects my pucks (and my fitbit) and refreshes rssi every second. The hub is advertising itself also so I just tried to connect from my Galaxy S6 and boom, the errors. As I mentioned, maybe I wasn't supposed to do that :) Interestingly the EspruinoHub that I set up on my Odroid XU4 doesn't crash when I do the same thing. The connection still fails but no crash. |
Beta Was this translation helpful? Give feedback.
-
Posted at 2016-12-19 by @gfwilliams Hmm - had you followed the steps for setting up Bluetooth so that bluetoothd isn't running? Normally the hub can advertise, but it can't make any services public while bluetoothd is active. It might be that that's causing problems. I've connected to it via my phone with nRF connect here and it's worked fine - it's one of the ways I debugged it. It's a strange one though - looks like a crash in Maybe it's worth posting this up on the |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2016-12-18 by dklinkman
This happens if I try and connect to it via Bluetooth from my Android phone. Maybe I'm not supposed to do that :)
EspruinoHub on RPi 2
Raspbian GNU/Linux 8 (jessie)
node --version v0.10.29
Beta Was this translation helpful? Give feedback.
All reactions