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
I was trying to form a BLE connection between BLE_UART (server) and BLE_CLIENT (client).
After seeing haveServiceUUID fail in BLE_CLIENT I found this related issue that fixed the connection.
To summarize the changes:
Shorten the BLE Device name to 5 or less characters.
With later experiments, I found that it was not necessary to shorten the device. Only the start of advertising needed to be changed. Strangely, the IOS App BLE Scanner worked without the advertising modification.
Please update BEL_UART.ino in the repository
The text was updated successfully, but these errors were encountered:
I was trying to form a BLE connection between BLE_UART (server) and BLE_CLIENT (client).
After seeing
haveServiceUUID
fail in BLE_CLIENT I found this related issue that fixed the connection.To summarize the changes:
to
With later experiments, I found that it was not necessary to shorten the device. Only the start of advertising needed to be changed. Strangely, the IOS App BLE Scanner worked without the advertising modification.
Please update BEL_UART.ino in the repository
The text was updated successfully, but these errors were encountered: