5 posts / 0 new
Last post
spoumi
Offline
Last seen:5 years 11 months ago
Joined:2015-03-18 14:45
DA14580 as a client

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?

MH_Dialog (not verified)
Hello Spoumi,

Hello Spoumi,

Sorry I am not sure what you want to achieve. Could you please explain more details?

BR, Morris

spoumi
Offline
Last seen:5 years 11 months ago
Joined:2015-03-18 14:45
I have two da14580 boards. On

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.

david.millan
Offline
Last seen:3 years 8 months ago
Joined:2016-03-10 09:40
No response means there is no

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.

MSun
Offline
Last seen:7 months 1 week ago
Joined:2015-11-30 22:40
Your second DA14580 board

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