Create custom bluetooth profile for data exchange

2 posts / 0 new
Last post
DV
Offline
Last seen:5 years 1 week ago
加入:2015-10-09 17:13
Create custom bluetooth profile for data exchange

Hi,

I am using DA14580 Basic Development Kit and Keil uVision 5 for the development. I want to create a custom BLE Profile to exhange data between peripheral and central devices.
Please help me with sample application and getting started document for the same.

等待你的回复。

Thanks,
DV

Device:
MT_dialog
Offline
Last seen:1 month 8 hours ago
Staff
加入:2015-06-08 11:34
Hi DV,

Hi DV,

You can have a look at SDK 5 check the app_ble_profile which doesn't implement any functionality in the characteristics, and the app_ble_peripheral which implements some functionality (send notifications, turn on a led on the dev kit etc). The manual for those examples is the UM-B-050, check section 8 the pillars examples. SDK5 is the recommended platform to begin with. If you would like SDK3 for creating a custom profile, you can check the document AN-B-029 which will guide you step by step in creating a custom profile. The manual has also a .zip file that implements the examples that are created in the in the tutorial.

Thanks MT_dialog