Hi
We are trying to establish communication between an App and our board.
In the past we used the HC06 which was straight forward:
1. We set the name and password on our board.
2. We paired with the board using the Bluetooth management of the handset.
3. We could connect, using the unique given name, and communicate with our board.
We need to move to BLE as IOS dose not see the HC06.
To date, modifying this example:
In the previous example we broadcasted a single byte as part of the advertising data: https://www.b4x.com/android/forum/threads/ble-hm-10-module-broadcasting-a-single-byte.65785/ In this example the Android or iOS device (only one at a time) will connect to the BLE peripheral and read and write...
I am communicating with our board with ASCII strings, see attached project.
The next issue I need to resolve is how to make sure the paring is controlled with a name and password.
Any advice will be appreciated
Danny