Hi. I have enabled sample128 profile and i am refreshing an attribute value from uart data. I can read the attribute's value from my iphone. Now i want to create a client device with a second DA1480 in order to read that attribute value . Is there any example of how to do that?

Hello Spoumi,
Sorry I am not sure what you want to achieve. Could you please explain more details?
BR, Morris
Hi. I have two da14580 boards. On the first board i have created a custom profile (sample128). I want to read the attributes of this profile from the second da14580 board. So i would like to know how to make a connection between the two boards and then how could i read data from sample128 profile with the second board! Is there any example that could help me in the sdk?
Thanks in advance.
No response means there is no template/guidance in order to design a client role for a da14580 board? I'm also interested on this.
BR, David.
Your second DA14580 board needs to be setup as a BLE Central device (to connect to your sample128 profile running on your BLE Peripheral device)
Central scans to find your Peripheral(s), and can connect to them ... similar to what your smartphone is doing.
一个起点的了解一分钱ral is implemented is Dialog's DSPS application. It has implementations for both the Central and Peripheral sides of a BLE connection.
Seehttp://support.dialog-semiconductor.com/connectivity/reference-design/di...
Thanks, Martin