NordicSemiconductor / pc-ble-driver-py

Python bindings for the ble-driver library
Other
126 stars 115 forks source link

pc-ble_driver_py how to receive notification #183

Open 321jiangebob opened 3 years ago

321jiangebob commented 3 years ago

I use nrf52840 dongle on windows 10 to connect to ble devices, I can connect and send msg to the ble device ,but I tried "att_res, data = self.adapter.read_req(new_conn,BLEUUID(BLEUUID.Standard.DOORSENSORNotify))" to receive the notifications from the ble device with UUID 0x0003. but it failed. what should I do? thanks!

Please use the Nordic DevZone portal to report bugs, questions or feedback in general. If you would like to suggest code changes, feel free to submit a pull request.