-
Notifications
You must be signed in to change notification settings - Fork 450
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
"GATT Error Unknown" #249
Comments
Hi @poshaughnessy, Let's take a look at the HCI dump capture: |
@poshaughnessy Can you share platforms you use for Peripheral and Central? |
@sandeepmistry Sure, I will try this today. |
Any tips how to capture that kind of data on a Mac? I found the hidden debugging menu (shift + alt + click Bluetooth tray icon) and have taken a Diagnostics Report, but not sure which files are relevant? Then I tried "Enable Bluetooth logging" but since I turned that on, now I can't even connect to the device:
I switched logging off again and it's still the same. I'll try restarting! |
@poshaughnessy one more suggestion, have you confirmed a native app like nRF master control panel on Android works with bleno on OS X? |
Thanks @sandeepmistry. I'd not come across that app before; it looks very useful - better than the others I've tried! I can confirm it's working fine using this app as the central - I can read and write values OK 👍 My Web Bluetooth central is still getting "Connection failed for unknown reason" though. Apologies for the lack of info and prior testing with my bug report here, I was rushing due to the hackathon time constraints. Shall we close this issue here then and I'll continue with Web Bluetooth bug filing as per the link from @beaufortfrancois? |
@poshaughnessy no worries, thanks for trying my suggestion out. Yes, let's close this for now, if there's something wrong when bleno, please re-open again. |
Hi,
I'm not sure where this issue lie, but I'm running a simple peripheral with bleno which I can connect to from a web app, but as soon as I try to read from or write to my characteristic, I get:
My Node code looks like this:
My central code - I'm using Web Bluetooth - looks like this:
(I've tried just reading a value too but it's the same).
(Full code: https://github.com/poshaughnessy/over-the-air-2016-hack)
(I also tried the pizza example and got another error with that: strangesast/bleno-web-pizza-example#3)
Thanks in advance!
The text was updated successfully, but these errors were encountered: