aioble peripheral connection attempt returning OSError -530 (BLE_HS_EROLE)? #12827
Replies: 2 comments 5 replies
-
Are you only seeing this error after a soft-reset, or does it also occur after a power cycle? Could you also please share the content of the attributes imported from What version micropython are you running? Is it an official downloaded build or one locally compiled? |
Beta Was this translation helpful? Give feedback.
-
I got this |
Beta Was this translation helpful? Give feedback.
-
I am trying to write a simple
aioble
program (on an ESP32-S3) that sends some touch sensor data via a characteristic.However, I get an
OSError: -530
when I try to run it:Looking at the source code, this would appear to be
BLE_HS_EROLE
fromble_gap_encryption_initiate()
:My code is simple:
What am I doing wrong here? This is my first
aioble
attempt.Thanks in advance!
Beta Was this translation helpful? Give feedback.
All reactions