b3b / able

Python for Android Bluetooth Low Energy package
MIT License
38 stars 18 forks source link

send data to bt device #16

Closed PapoKarlo closed 3 years ago

PapoKarlo commented 4 years ago

how to receive data from device after connect by mac address? on_characteristic_read() show nothing after read_characteristic(characteristic) in loop

PapoKarlo commented 4 years ago

i found solution, thru notofications thanx for your interface, it works :)

b3b commented 3 years ago

@PapoKarlo I've been in offline mode, glad you found a solution :) Yes, the way of accessing the data (reading, listening) depends on the properties of the characteristic.