DA14580

蓝牙在连接之后能否通过广播发送我指定的数据

Fri, 2016-07-15 11:47--randyzhou

工程:prox_reporter
我用SmartRF Packet Sniffer抓包工具,发现在skd3.0的prox_reporter工程中,蓝牙连接之后是不会发送广播的,在蓝牙断开后会重新发送广播。
我想在蓝牙连接之后,能否再通过广播间隔(间隔1S左右)发送指定的数据,如果可以该怎么设置广播的模式

Multiple slave(DA14580) connections with a host DA14580

Fri, 2016-07-15 10:27--RandyYu

Hi Dialog

I modifity the newest DSPS(host) project, I'm using the "da1458x_config_basic.h", I change the CFG_MAX_CONNECTIONS parameter to 6 to allow multiple slave to connect.
However, once the first slave(DA14580) established connect, the other slave(DA14580) are unable connect to host(DA14580).next I do not how to modifity the project.could you
帮我个忙吗?请给我一些建议或者介绍this function's document.

Thanks!

Wakeup events from BLE timer (app_timer_set?)

Fri, 2016-07-15 09:47--hardy.chen

Hi Dialog team,

Sorry that even there are bunch of question relating to the timer usage to wakeup DA14580, I still got strange issue in my application.
In short, my application can't be wakeup correctly if I set a timer (via app_timer_set) with longer timeout (i.e. > 10 s). I use this timer to set a periodically advertising with very low frequency (i.e. to advertise couple event in every 1 min), in which there is no any BLE core activity in between.

关于睡眠模式的一些问题

Fri, 2016-07-15 09:07--RandyYu

我在看关于睡眠模式的一些资料,
1.在Traning_04_sleep_modes_current_measurement_v1.0.pdf中设置为深度睡眠时,程序烧录在OTP中?只能这样做吗?烧录在EEPROM中不可以吗?
2.我没看懂UM-B-006和Traning_04_有什么关系啊?感觉怎么讲的不是一个东西!前者文档中讲的CFG_EXT_SLEEP在DSPS的工程中也没有。
3.在DA1458x_IOT的工程中,我看有好多地方写了这句
if(GetBits16(SYS_STAT_REG,PER_IS_DOWN))
{
periph_init();
}
这个是唤醒后重新初始化外设的意思吗?为什么DSPS的工程中和上述资料都没有讲这个?
4.唤醒后程序是从哪里开始执行的?main()还是进入睡眠的地方?如果说是睡眠的地方,那我该怎么设置程序从哪里进入睡眠呢?

问题有点多,麻烦啦,谢谢!

使用SmartSnippetsV3.8,用JTAG方式烧OTP

Fri, 2016-07-15 08:37--z0806020433

烧录工具:SmartSnippetsV3.8、 JTAG方式烧OTP
我烧录了三块电路板,之后上电,都无法搜索到设备,不能正常工作。我用SmartSnippetsV3.8查看了 otp header 和 image, 都是烧录成功的。
但是这三块电路板,我接着去用JTAG调试,却能正常工作。

这种情况是什么原因导致的?

打开CFG_EXT_SLEEP后出现,程序停止的问题

Thu, 2016-07-14 13:35--randyzhou

1.我在工程中打开CFG_EXT_SLEEP后,然后用串口将hex烧入外部flash(从0地址烧入),上电开机,能够正常的绑定蓝牙,但是过了一段时间后,应用程序不能和蓝牙交互,并且在蓝牙也搜索不到了,断电重新上电有可以正常工作,蓝牙能够正常工作
2.如果在工程中注释CFG_EXT_SLEEP,蓝牙都能够正常工作
因为打开CFG_EXT_SLEEP后,不能用jtag跟踪,所以不好分析,会不会运行过程中,内存不够引起

Pages

Subscribe to RSS - DA14580