主BLE从接收数据SLAVE BLE sensor network and sends to PC , MASTER BLE has its own mode of operation and FRAME format , and SLAVE BLE sensor network has its own mode of operation and frame format , if i want to change the mode of SLAVE BLE sensor network through MASTER BLE or change the mode of MASTER BLE , so that i have to detect the MASTER BLE through APP (like DSPS ) , , can i change ? how to do it ? Please mention the functions ? can i able to detect the MASTER BLE through APP ?
你好,prasanth.velliyangiri,
我不明白你的意思,比如你想在主设备上改变什么配置?您可以通过发出GAPM\u RESET\u CMD重新配置设备,然后重新设置设备。如果android应用程序是作为一个外设,是的,你可以通过580主机访问它。你可以按我指示的命令从一个主站换成另一个从站。只需发出GAPM\u RESET\u CMD并使用GAPM\u SET\u DEV\u CONFIG\u CMD重新配置您的设备即可设置角色。
谢谢你的对话
主BLE从接收数据SLAVE BLE sensor network and sends to PC , MASTER BLE has its own mode of operation and FRAME format , and SLAVE BLE sensor network has its own mode of operation and frame format , if i want to change the mode of SLAVE BLE sensor network through MASTER BLE or change the mode of MASTER BLE , so that i have to detect the MASTER BLE through APP (like DSPS ) , , can i change ? how to do it ? Please mention the functions ? can i able to detect the MASTER BLE through APP ?
你好,prasanth.velliyangiri,
正如我在上一篇文章中提到的,你可以改变BLE的主人,把他变成一个外设(角色转换),以便开始做广告。您只能在设备正在发布广告时才能找到该设备。没有特定的功能可以实现特定的功能,方法就是我在上一篇文章中提到的(发出GAPM\u RESET\u CMD,在设备配置过程中,您可以将设备配置为外设)。主人不广告,所以你将不得不切换到一个外围设备。
谢谢你的对话
你好
我想创建一个分散网,所以我需要将一个从网切换到主网,反之亦然
,是否每次使用GAPM\u reset\u CMD命令切换角色时都需要重置?
谢谢你的时间
当做
嗨,帕拉卡斯,
是的,580不可能同时作为主机和从机工作,重置和重新配置是必要的。
谢谢你的对话