Unexpected Error: AssertionError("No characteristic with ['notify', 'indicate'] property found!") #69
rogermeier
started this conversation in
General
Replies: 1 comment 6 replies
-
I figured it out. I mistakenly pasted the wrong ID for the -w argument (hard to spot since they only differ in a single digit) This works:
Very nice. I can now connect to my module with 'screen' on the Mac. |
Beta Was this translation helpful? Give feedback.
6 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to connect to a Bluefruit LE UART friend module from Adafruit, on macOS BigSur.
ble-scan finds the device:
6742AA30-3121-4A86-959D-6DFA5F6467DD (RSSI=-74): Flip Dot Clock
Here are the results of the deep scan:
I tried connecting with just the device UUID, and ble-serial asked me to specify -w and -r because it says it could find those characteristics (even though they seem to be present in the results of the deep scan).
I then tried to connect like this:
Am I doing something wrong? I know the device is operational as I can connect to and communicate with it with Adafruit's Bluefruit Connect tool just fine.
Beta Was this translation helpful? Give feedback.
All reactions