I am trying to do bonding between two Cyble-224110 eval board. I am using this asd example.
http://www.cypress.com/blog/100-projects-100-days/project-015-bonding
The example works with dongle. I want to use another Cyble-224110 eval board and tried but did not able to connect and bond with passkey.
Has anyone successfully tried to bond between two board.
Solved! Go to Solution.
Basically, you will need to create a GATT profile to hold data for the second device to read/write from/to on the local device when they are connected with BLE. Here are some links that will assist:
http://www.cypress.com/forum/psoc-4-ble/sending-custom-data-server-client-psoc-4-ble-devices
http://www.cypress.com/documentation/application-notes/an91162-creating-ble-custom-profile
Hi Aashram,
I'm just new to BLE, but from the 100 examples, maybe #30, 'Time multiplexed central', and #32, 'OOB paring' could help. At least those examples seem to use more than one BLE device (without the dongle) as example base.
Regards,
Ralf
Hi Ralf,
Thanks, I also do not have experience with BLE. I tried with Time multiplex example and able to make connection between between different module. Now I want to transfer data between modules. Do you have any idea .how to proceed?
Basically, you will need to create a GATT profile to hold data for the second device to read/write from/to on the local device when they are connected with BLE. Here are some links that will assist:
http://www.cypress.com/forum/psoc-4-ble/sending-custom-data-server-client-psoc-4-ble-devices
http://www.cypress.com/documentation/application-notes/an91162-creating-ble-custom-profile