Help with Getting examples which ble device acts as central and master device about PSoC6.3 Ble5.0.

Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
wali_4593636
Level 1
Level 1
5 questions asked First question asked First reply posted

Dear sir,

      I want to get some examples which BLE device acts as central and master devcie about PSoC6.3 Ble5.0.   when ble device acts as central and master devcie, I want to know how BLE APIs are called.   Can you help me?

0 Likes
1 Solution
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

You can check the following code example:

1. BLE Multi-Master Single Slave with PSoC 6

https://www.cypress.com/documentation/code-examples/ce215118-ble-multi-master-single-slave-psoc-6-mc...

2. PSoC 6 BLE Throughput

https://www.cypress.com/documentation/code-examples/ce222046-psoc-6-mcu-bluetooth-low-energy-ble-con...

In general the BLE devices are configured as Central and Client. So please go through various code examples in PSoC Creator where the BLE device is configured as Client.

Thanks and regards

Ganesh

View solution in original post

0 Likes
1 Reply
VenkataD_41
Moderator
Moderator
Moderator
750 replies posted 500 replies posted 250 solutions authored

Hi,

You can check the following code example:

1. BLE Multi-Master Single Slave with PSoC 6

https://www.cypress.com/documentation/code-examples/ce215118-ble-multi-master-single-slave-psoc-6-mc...

2. PSoC 6 BLE Throughput

https://www.cypress.com/documentation/code-examples/ce222046-psoc-6-mcu-bluetooth-low-energy-ble-con...

In general the BLE devices are configured as Central and Client. So please go through various code examples in PSoC Creator where the BLE device is configured as Client.

Thanks and regards

Ganesh

0 Likes