BLE with the Tiny S3 as a Peripheral (can't connect) #15672
Unanswered
LaBeaoux
asked this question in
Using MicroPython
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using a TinyS3 from Unexpected Maker. I have several Bluetooth Client application's I am trying to connect to the TinyS3. Primarily the "nRF Connect" mobile application. The micro python code on my TinyS3 is below. I can successfully connect to my TinyS3 and even write to my custom UUID characteristic in the nRF app. However in my
adv_task()
theaioble.advertise()
call never returns with a connection handle, meaning the other side of my code never sees the characteristic data write coming in. I've reviewed many different examples and it is not clear to me what is missing here.Beta Was this translation helpful? Give feedback.
All reactions