BLE device and host configuration
Dear Dialog_Support,
Requirement of my project is, one device as a BLE Host and another as a BLE Device. I have few questions regarding proximity example and DSPS example.
Dear Dialog_Support,
Requirement of my project is, one device as a BLE Host and another as a BLE Device. I have few questions regarding proximity example and DSPS example.
Hi Dialog,
Can you share documents regarding Connection Manager ,like which will have information about how many peripheral can be connected etc..
Regards,
Druthi.
我现在在做一个动态广播,但是IOS搜索到的蓝牙名称总是不对。
我现在开启了
#define READ_NVDS_STRUCT_FROM_OTP
但是没有在OTP里面写入蓝牙名称。
请问下为什么IOS手机总是搜索到,
#ifndef __DA14581__
.GAP_DEV_NAME_VAR="Hearing Aid-G",
#else
.GAP_DEV_NAME_VAR="DA14581",
#endif
这里这个名称,但是用lightblue连接后,查看广播数据中的local name又是我设置的数据。
就是设备名和local name不一致。
请问下,IOS要怎么解决。android正常。
Hi Dialog,
We want to implement a central device with our custom profile. I create my project with reference to the DSPS Client project and meet some problems during discovering service.
1. The central device can discover service successfully during first connection. After connection, the central device can write data to characteristic of the peripheral device and receive notify indication message from peripheral. Everything is OK.
Hi dialog
I am able to scan the peripheral devices and connect with one device . I need to disconnect the connected device from the host side when i send the DCON(passing from UART-2) command from user.I referred to certain links in forums and tried .
https://support.dialog-semiconductor.com/how-disconnect-link
https://support.dialog-semiconductor.com/how-disconnect-central-specific...
Hi dialog.
Now I will think that I wanna develop the application about the heart monitor.
So will you let me know where can i get DSPS sample code.
could you please email me the DSPS sample code(Android and IOS)?
DA14580芯片平台,能否动态修改ble的设备名称?
开机时从 flash中读取要显示的名称,再进行广播。是否有参考文档?
Hi all,
I found that the Battery Level driver get Battery Level by its voltage, but if I use Li-on battery with a 3.3v Linear Regulator, the voltage is always 3.3v.
Is there any method to get the battery level?
Thanks,
Daniel
Hello Dialog Support,
I have an application that needs to implement a pulse counter on an input from a sensor. I saw that the question of possibly using the quadrature decoder for this came up in the forum a while ago but it wasn't answered. Could the quadrature decoder be used to count low frequency pulses? The plan would be to poll periodically to calculate event rates reported by the sensor.
Dear Dialog Team,
i have start with the Training Advertising contents.
In the code is written: #define CFG_NVDS_TAG_BD_ADDRESS {0x02, 0x00, 0x00, 0xCA, 0xEA, 0x80}
But at the smartphone is written: {0x00, 0x13, 0x43, 0x2A, 0x1F, 0xF3}
In my opinion, the same addrees must be displayed. Can you tell me, where my mistake is?
Kind regards