You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi,
I'm trying to connect raspberry pi to IOS application via Bluetooth. Using your echo example code I was able to create an advertising service successfully but, when I tried to send a message after connecting to the IOS application I'm not able to get the characteristics at my end due to which IOS application get crashed.
I tried debugging and found that peripheral.services.first.characteristics is returning 'nil', which means that the advertising service does not have characteristics.
The text was updated successfully, but these errors were encountered:
cis-apoorv
changed the title
unable to find characteristics in IOS application
unable to find characteristics of the peripheral in IOS application
Jun 13, 2019
Hi,
I'm trying to connect raspberry pi to IOS application via Bluetooth. Using your echo example code I was able to create an advertising service successfully but, when I tried to send a message after connecting to the IOS application I'm not able to get the characteristics at my end due to which IOS application get crashed.
I tried debugging and found that peripheral.services.first.characteristics is returning 'nil', which means that the advertising service does not have characteristics.
Please let me know what I'm doing wrong.
Here's the link to the example code I'm using:
https://github.com/Adam-Langley/pybleno/blob/master/examples/echo/main.py
https://github.com/Adam-Langley/pybleno/blob/master/examples/echo/EchoCharacteristic.py
The text was updated successfully, but these errors were encountered: