DA14580的中央模式示例

16个帖子/ 0新
最后一篇
Sabasit.
离线
最后一次露面:1年前1年前
Expert
加入:2014-10-14 14:20
DA14580的中央模式示例

嗨对话小组,

中央模式是否有任何完整托管(_FH)示例的DA14580?

thanks,
Sabasit.

设备:
je_dialog
离线
最后一次露面:3周6天前
职员
加入:2013-12-05 14:02
你好sabasit,

你好sabasit,

我们唯一拥有的是DSP(即成熟)。BR JE_DIALOG.

reza.yazdani67(未经验证)
亲爱的Je_Dialog,

亲爱的Je_Dialog,

Hi. Could you please send me DSPS application? My email isyazdani67@ut.ac.ir.

谢谢

je_dialog
离线
最后一次露面:3周6天前
职员
加入:2013-12-05 14:02
Hi There, you can download

Hi There, you can download this from the support site (under the referecne desgin section). We refer to it as the 'host' in the DK_Apps. BR JE_Dialog

桑普ukani
离线
最后一次露面:3年10个月前
加入:2016-11-07 06:25
你好,

你好,

I want to write client server program means scan BLE device, connect and send/receive data from other BLE device.

寻找 :

1.客户模式下的DA14580扫描BLE设备并列出。
2.服务器模式下的DA14580连接任何请求的设备。
3. After successfully connection data communication process should be work.
4. Scan response data I can see through UART, like how many device is available then I can connect any one device.

If any application available in SDK 5.0.3 for above requirement then suggest otherwise suggest API that I can use and develop the application.

如果我在这个方向上得到任何帮助,非常可观!

我被困,因为我没有得到任何API,所以可以开始我的工作,也没有任何文件。

Thanks,
桑普

mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
Hi sandip,

Hi sandip,

目前有几个示例可以演示这种功能,实现中央和设备的DSP示例在完全托管的项目中(580中的应用程序运行),并且还有邻近项目。接近项目的核心在完全嵌入的设计上运行,这意味着应用程序在外部MCU上运行,并通过名为GTL的完全协议与580通信,但完全嵌入式和完全托管的设计背后的逻辑非常相似。所以你应该从这些项目开始。

您可以找到参考设计部分的DSP和文档,并且Proximity Reporter位于SDK中。

谢谢mt_dialog.

桑普ukani
离线
最后一次露面:3年10个月前
加入:2016-11-07 06:25
嗨对话小组

嗨对话小组

I have started from prox_reporter application but when I am requesting for pairing/connect from other central mobile device, it's pairing.
后者,从中央设备我想发送和接收数据,因为它鉴于我已经下载了Buetooth终端应用程序,但在很长一段时间后它不是连接。该功能不存在吗?或者我需要添加任何代码。

Thanks,
Sandip

mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
嗨Sandip Unkani,

嗨Sandip Unkani,

我不太明白你的意思是什么样的蓝牙终端应用?您是否尝试过上面所示的近距离监视器?另请查看UM-B-010用户手册:集成和外部处理器解决方案中的接近示例以设置示例。

谢谢mt_dialog.

桑普ukani
离线
最后一次露面:3年10个月前
加入:2016-11-07 06:25
BLE读/写功能

你好,

I am unable locate read/write API in app_reporter application (SDK 5.0.3).

I want to send/receive data through bluetooth retminal application(anroid phone application), you can find google play store. That application is use for Tx/Rx hex or ascii data.

稍后还成功完成连接和绑定我想要数据通信。有简介错过匹配问题吗?

你能建议Ble简介吗?

Thanks
Sandip

mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
嗨Sandip Ukani,

嗨Sandip Ukani,

关于您提到的读/写API,写入/读取只能由主设备发起,只要主机已经写了客户端配置特性,因此只要通过更新从从站的特征即可自动发送它即可自动发送的站点来通知。到你的主人。要启动这些过程的程序,因此使用了已定义的消息。

By using a generic android application like BLE scanner you should be able to read and write the characteristics of the proximity reporter. Those generic scanners will list on the phone all the available services and characteristics and then you should be able to read, write and notify them. Not all them have the same properties but the application on your phone should indicate which characteristic has read/write/notify property.

谢谢mt_dialog.

桑普ukani
离线
最后一次露面:3年10个月前
加入:2016-11-07 06:25
你好,

你好,

可以解释KE_MSG_SEND,ATTS_WRITE_RSP_SEND和CO_WRITE16P功能的功能?

Thanks,
Sandip

mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
嗨Sandip Ukani,

嗨Sandip Ukani,

  • ke_msg_send() is used in order to send the allocated command to the BLE stack.
  • ATTS_WRITE_RSP_SEND指示堆栈从中央发送响应BLE WRITE请求,如果检查SDK,则仅触发GATTC_WRITE_CMD_IND_HANDLER()时才会调用此命令,这意味着中央想要写入任何设备特征。
  • co_write16p function assigns the 16bit value parameter to a pointer as two seperate bytes.

谢谢mt_dialog.

hantig
离线
最后一次露面:3 years 4 months ago
加入:2017-07-03 17:01
非常感谢你!

非常感谢你!
I am going to develop a pair proximity tag use with two da14580s. Thus, peripheral and observer.
通过SDK示例容易地进行外围设备。但观察者设备很困难,因为SDK中没有示例代码。
我如下更改。
In app_configuration_func() of DSPS, cmd->role = GAP_OBSERVER_SCA
在app_scanning中,msg-> mode = gap_observer_mode和msg-> filter_duplic = scan_filt_duplic_dis

顺便说一下,通过对比为USB加密狗,GAPM_ADV_REPORT_IND_HANDLER()少于加密狗。
USB加密狗广播数据包中的示例每0.5s显示每0.5s,但在DSP观察者程序广播数据包(GapM_Adv_Report_ind_Handler调用时间)显示每2〜3次。
inorder才能通过我的程序作为USB加密狗,如何要做?如何更改观察者设备的扫描间隔?
纠正我,你会给我源代码吗?如果你很难,我想详细帮助我。

Dear MT_dialog, Execuse me, would you help me? I had ever used nrf51822, but da14580 superior more than nrf51822. I am more interest da14580 and i have already developed several bluetooth devices using da14580.
但是,DA14580源代码作为观察者当然需要对US.Help Me!提前致谢。

mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
Hi hantig,

Hi hantig,

请不要在多个线程中重新发布同样的问题,我在这里回答了你的原始帖子中的问题https://support.dialog-semiconductor.com/gap-role-combinations

谢谢mt_dialog.

hantig
离线
最后一次露面:3 years 4 months ago
加入:2017-07-03 17:01
非常感谢你!亲爱的,山

非常感谢你!亲爱的,mt_dialog。
首先,我发给你的图像,指示当前情况。
我已经做到了你告诉我的方法,但它是一样的。
Thus, if i set breakpoint in app_on_adv_report_ind() and i compare with dongle packet sniffer, when dongle packet has shown 5~6 times, app_on_adv_report_ind() has called barely 1 times.
对不起,请您把观察者souc寄给我e code? My address isskyclean906@gmail.com.

附件:
mt_dialog.
离线
最后一次露面:2 months 2 days ago
职员
加入:2015-06-08 11:34
Hi hantig,

Hi hantig,

请不要在多个线程中重新发布同样的问题,我在这里回答了你的原始帖子中的问题https://support.dialog-semiconductor.com/gap-role-combinations。让我们在一个线程中保持您的问题。

谢谢mt_dialog.