Implement a BLE GAP Central and GATT Client connected with a GAP Peripheral device that sends back data to it automatically?

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

cross mob
rasac_2825081
Level 1
Level 1
5 likes given First like given

Hi,

I am working with PSoC 4 BLE 4.1 Compliant Pioneer Kit, I have a I2C Slave in a BLE GAP Peripheral device.

Now, I need to implement a BLE GAP Central and GATT Client role that initiates the connection with a GAP Peripheral device and sends data to it automatically, after have gotten a notification, without the need to use external signals such as uart, I2c, button, etc.

Could someone help me with this problem?

0 Likes
1 Solution
Anonymous
Not applicable

Hello,

You can refer to our BLE central project and BLE central-peripheral project as a starting point for your application.

You can modify these projects to add the functionalities you need.

http://www.cypress.com/blog/technical/project-006-ble-central-immediate-alert-service

http://www.cypress.com/blog/problem-solver/project-012-ble-gap-central-and-peripheral

View solution in original post

1 Reply
Anonymous
Not applicable

Hello,

You can refer to our BLE central project and BLE central-peripheral project as a starting point for your application.

You can modify these projects to add the functionalities you need.

http://www.cypress.com/blog/technical/project-006-ble-central-immediate-alert-service

http://www.cypress.com/blog/problem-solver/project-012-ble-gap-central-and-peripheral