-
Notifications
You must be signed in to change notification settings - Fork 2
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
Cannot make it work on RPI4 Debian Buster #11
Comments
Hello, I have near-to-none time to support the project in near future, so I apologize for late responses. As for your problem, I'd start with following:
This is only a theory, however it might be that your system for some reason does not fire notifications. I had experienced similar issues on RPI3, which is why I started working on this project. |
Thanks many, will try that.
Cheers,
Juan
From: Lukáš Ručka <[email protected]>
Reply-To: xrucka/bluetooth-manager-dbus <[email protected]>
Date: Sunday, October 13, 2019 at 3:35 PM
To: xrucka/bluetooth-manager-dbus <[email protected]>
Cc: "Juan F. Arjona" <[email protected]>, Author <[email protected]>
Subject: Re: [xrucka/bluetooth-manager-dbus] Cannot make it work on RPI4 Debian Buster (#11)
Hello, I have near-to-none time to support the project in near future, so I apologize for late responses. As for your problem, I'd start with following:
1. try bluetoothctl, list, select adapter, power on, scan on - to see if your adapter works all right. If you connect to any of the devices, you should get also characteristics printouts.
2. try d-feet (a dbus probe gui), that should allow you to walk through the dbus-exported interfaces. You should also see the adapter and allready discovered devices.
This is only a theory, however it might be that your system for some reason does not fire notifications. I had experienced similar issues on RPI3, which is why I started working on this project.
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub<#11?email_source=notifications&email_token=AM3CYCBTBE3TWDCOTWQLVJTQOOBBBA5CNFSM4I7GVB2KYY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEBC7UUQ#issuecomment-541456978>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AM3CYCDR3TGOW3BI5YVGLQ3QOOBBBANCNFSM4I7GVB2A>.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
First of all, thanks for this library. Nice work.
I cannot get it to work on Debian Buster. Tried running bluetoothd 5.50 with --experimental and without --experimental.
I get the logs:
But no device is detected. I am new to bluetoothd/bluez, so not sure if I am doing the right thing. I am using org.sputnikdev.bluetooth.manager.BluetoothManager library. It sort of works with tinyb (I can see the devices, but not get their characteristics).
I have added a discoveryListener and loaded your Class as BluetoothManager, but no devices are discovered.
Any help would be appreciated. Do you have any sample code, for instance?
Thanks,
Juan
The text was updated successfully, but these errors were encountered: