Thank you for your donation!


Cloudsmith graciously provides open-source package management and distribution for our project.


Remote volume controls
#11
@MRamone

A quick check of Microsoft Surface Dial specs confirms a thought I just had. It turns out the Dial is a Bluetooth LE (aka BLE) device, not a regular Bluetooth device.

This means slightly different scanning and connecting commands are required. For example, both "sudo" and "lescan" are required in the following to scan for BLE devices

Code:
sudo hcitool lescan



while the following can be used to connect to one with MAC address xx:xx:xx:xx:xx:xx

Code:
sudo gatttool -b xx:xx:xx:xx:xx:xx -l


Or something like that. I don't have a BLE device to test with. Google is your friend.

Regards,
Kent
Reply


Messages In This Thread
Remote volume controls - by escfac42 - 11-03-2021, 02:11 PM
RE: Remote volume controls - by TheOldPresbyope - 11-03-2021, 02:41 PM
RE: Remote volume controls - by MRamone - 11-13-2021, 09:35 AM
RE: Remote volume controls - by TheOldPresbyope - 11-13-2021, 12:55 PM
RE: Remote volume controls - by MRamone - 01-16-2022, 02:42 PM
RE: Remote volume controls - by MRamone - 11-13-2021, 01:14 PM
RE: Remote volume controls - by escfac42 - 11-26-2021, 02:43 PM
RE: Remote volume controls - by TheOldPresbyope - 11-26-2021, 05:27 PM
RE: Remote volume controls - by TheOldPresbyope - 01-18-2022, 09:47 PM
RE: Remote volume controls - by MRamone - 01-19-2022, 04:51 PM
RE: Remote volume controls - by TheOldPresbyope - 01-19-2022, 08:27 PM
RE: Remote volume controls - by Tim Curtis - 01-19-2022, 10:09 PM
RE: Remote volume controls - by TheOldPresbyope - 01-19-2022, 10:16 PM
RE: Remote volume controls - by MRamone - 01-20-2022, 05:35 PM
RE: Remote volume controls - by TheOldPresbyope - 01-20-2022, 05:39 PM
RE: Remote volume controls - by MRamone - 01-20-2022, 05:46 PM
RE: Remote volume controls - by the_bertrum - 01-21-2022, 08:31 AM

Forum Jump: