You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The problem
With python 3.10.4 working inside a virtual-env, bless in branch develop and executing both examples.
I get the error:
unexpected error processing a message: interface "org.bluez.LEAdvertisement1" does not have property "TxPower"
Any of the examples works, it keep frozen with the message:
Write 0xF to the advertised characteristics.
I send the message 0xF using the application LightBlue (available in play store) and the python example doesn't work. I also receive a notification in the Android app:
"Failed to write characteristics Status 1"
The examples also use the computer name instead the one defined in the example.
Reproduction
Install bless develop branch in a virtual-env and run any of the examples.
Expected behavior
Any error message on terminal and sending F will finish the program with a log trace.
Desktop
OS: Ubuntu 22.04 LTS
The text was updated successfully, but these errors were encountered:
The problem
With python 3.10.4 working inside a virtual-env, bless in branch develop and executing both examples.
I get the error:
unexpected error processing a message: interface "org.bluez.LEAdvertisement1" does not have property "TxPower"
Any of the examples works, it keep frozen with the message:
Write 0xF to the advertised characteristics.
I send the message 0xF using the application LightBlue (available in play store) and the python example doesn't work. I also receive a notification in the Android app:
"Failed to write characteristics Status 1"
The examples also use the computer name instead the one defined in the example.
Reproduction
Install bless develop branch in a virtual-env and run any of the examples.
Expected behavior
Any error message on terminal and sending F will finish the program with a log trace.
Desktop
The text was updated successfully, but these errors were encountered: