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:
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