William C Bonner

Results 44 comments of William C Bonner

I'm trying to learn the DBus interface to blueZ to receive low energy advertisements and having problems. This issue looks related because org.bluez.AdvertisementMonitorManager1 seemed to be my solution, but I...

> @wcbonner AdvertisingMonitor is a experimental interface, so you need to start bluetoothd -E or enable experimental via main.conf: > > https://github.com/bluez/bluez/blob/master/src/main.conf#L127 @Vudentz Thank you. I'd missed the `Experimental =...

> Just catching up here....why are more than 3 RDNS servers needed? I saw that more than three doesn't work, but I did NOT see any explanation as to why...

5105 device also doesn't get historical data

I'd run the program from the command line without logging to see if it's correctly receiving data. Below is an example where I built the latest code from github on...

> So the H5100 sends out packages by itself, correct? If so, I should be able to pick it up in nRF Connect too - no? Could it be that...

I don't know what is different. I've run into a problem on the Raspberry Pi Zero 2 W that doesn't let me put Bluetooth into scanning mode, but it reports...

@franzos I'm interested in knowing if specifying the controller after you've run a bluetooth scan using bluetoothctl makes any difference. ie ``` wim@WimPi4-Dev:~ $ bluetoothctl Agent registered [bluetooth]# scan on...

@franzos I just produced a fix for https://github.com/wcbonner/GoveeBTTempLogger/issues/50 that added a function to the initialization of the Bluetooth command sequence. https://github.com/wcbonner/GoveeBTTempLogger/commit/537e6211edbb5524dfd15846aa0c817df3566e7a shows the update. If you have time to test...

I'm not certain about multiple uses of Bluetooth at the same time. I open a socket to the Bluetooth controller with the command ```int BlueToothDevice_Handle = hci_open_dev(BlueToothDevice_ID);``` and maintain exclusive...