Python on Mac Sonoma 14.6.1 trouble with Notify #335
Unanswered
julio-liriano
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi!
I am having some trouble getting "peripheral.notify" working for my setup. I have a "notify" characteristic running on an ESP32C3 board. When I use an nRF dongle, through nRF Connect, I am able to subscribe to it and get periodic updates from that characteristic.
When I try to do the same in Python on my Mac using simplepyble, I get the following error:
Operation Failed: Characteristic C2022573-7B02-47F4-B9DA-4F4129509FBD Notify/Indicate failed: The attribute could not be found.
Here is the snippet:
print("Connecting to device...")
foundDev.connect()
time.sleep(1.0)
Beta Was this translation helpful? Give feedback.
All reactions