I had some discussion with others who had some experience with multi connection, he said he can only connect max 3 slaves instead of 7, my application needs 4 slaves, here I want to know , is it possible for DA14585 to connect simultaneously with 7(or at least 4) slaves?
嗨对话框,
我认为应该定义cfg_max_connections。
我在user_spsc_task.c中使用以下函数在user_spsc_task.c中接收来自PASVE的informaton
int user_sps_client_data_rx_ind_handler(ke_msg_id_t const msgid,
struct sps_client_data_rx_ind const * param,
ke_task_id_t const dest_id,
ke_task_id_t const src_id)
但是如果我有多从站,我找不到区分哪个奴隶是邮件的发件人
谢谢
本杰明
7月27日
Hi BenjaminDu,
DSP提供1对1个连接,因此这是不可能的。
可能你可能会检查一下DA14585 / DA14586 - DA14531多级示例。但是,该示例演示了单个外围设备如何连接到多个中心。DA14531能够支持最多3个和DA14585最多8个同时连接。
通常,da1458x_config_basic.h报头文件中的cfg_max_connections确定应用程序支持的最大并发连接。
谢谢,PM_DIALOG.
嗨对话框,
我下载了这个例子,发现外设只有一个项目,没有中央或主的项目。
你可以hlep给我6.0.10_multilink_rw_8_periph的例子吗?
非常感谢。
本杰明。
嗨本杰明,
请参阅doc / readme.html - 您将找到详细的说明以运行该示例。没有任何示例连接具有多个外设的中央,但我会在内部询问。建议的例子证明了多个中心的相对 - 1个居民。
谢谢,PM_DIALOG.
嗨对话框,
如果da1458x没有多个外围演示的一个中心,那么da1468x怎么样?这几天我试图弄清楚DA1468x是否可能,但直到现在我没有得到答案。
你能帮助回答如果Da1468X可以有一个岑tral with multiple peripheral? and can you help to tell where to get the demo?
谢谢。
本杰明。
嗨对话框,
如果da1458x没有多个外围演示的一个中心,那么da1468x怎么样?这几天我试图弄清楚DA1468x是否可能,但直到现在我没有得到答案。
你能帮助回答如果Da1468X可以有一个岑tral with multiple peripheral? and can you help to tell where to get the demo?
谢谢。
本杰明。
嗨本杰明,
对于68倍,您可以查看MultiLink项目:项目/ DK_APPS / DEMOS / BLE_MULTI_LINK
谢谢,
tr_dialog.
嗨对话框,
要打开项目/ dk_apps / demos / ble_multi_link,我需要下载smartsnipperts,(任何其他人都可以打开演示?它看起来似乎不能?)我尝试了很多次,但全部失败,除了我可以下载它的其他地方followng?
http://lpccs-docs.dialog-semicondiondumondion.com/smartsnippets_studio/1.6.3/sm ...
我现在正在使用DSP持续1458x(不是68倍),我试图将它转换为MUTI可连接。
another question:
for user_central_conf.code,应该是什么?
似乎gapm_connection_direct和gapm_connection_name_request是一个到一个连接。
然后gapm_connection_auto和gapm_connection_selective应该设置哪一个?
谢谢
本杰明2020/08/09
嗨本杰明,
是的,项目需要SmartSnippets sudio来构建,您可以在下面地址下载:
https://www.dialog-seminile.com/sites/default/files/smartsnippets_s ...
布罗尔,
PW_Dialog
嗨对话框,
I had some discussion with others who had some experience with multi connection, he said he can only connect max 3 slaves instead of 7, my application needs 4 slaves, here I want to know , is it possible for DA14585 to connect simultaneously with 7(or at least 4) slaves?
谢谢
本杰明
1月3日,2021年1月
嗨本杰明,
根据数据表DA1458能够支持高达8个蓝牙LE连接。在DA14531的情况下,最多可以支持3个蓝牙LE连接。我建议检查UM-B-119:DA14585-DA14531 SW平台参考和第2.5.8.2节。请找到宏并读取其评论的cfg_max_connections。
谢谢,PM_DIALOG.