about the watchdog
Hi dialog,
For the watchdog I saw it is one byte for setting how it is long. Is there anyway to make the watchdog longer than 8 seconds?
Hi dialog,
For the watchdog I saw it is one byte for setting how it is long. Is there anyway to make the watchdog longer than 8 seconds?
After installing the SDK software, how to change the working directory of the SmartSnippetTollbox . For example I have C:\Users\PC\SmartSnippetsToolbox\Projects but want change to D:\DiaSemi\SmartSnippetsToolbox\Projects.
Did I miss something during installation?
Thank you.
Hi DIalog,
I am making an application for the keeping on scanning, also I need to pulling the scanned packages into the UART. I am afraid that I will make the scanning to be blocked for the moment while I am sending through the UART. Is there any method I can do to polling out the package I got through the UART and not blocked the scanning process?
Here I have put some of my code here:
Hi Dialog team,
I am having issue with writing by PLT.
1. I do not know whether writing of XTAL trim succeeded or not
Even if I look at log, I can not judge whether I could write.
I will attach a log.
Is this written?
Will not log like "write success" come out?
2. The calculated value of XTAL trim changes every time
The XTAL trim is calculated on the same chip, but the value changes each time.
why?
The value should not change, right?
Hi, Dailog
我是的SDK是5.0.3,我的产品有时候(极少数)会出现,找不到蓝牙,收不到广播,也链接不上,不知道是什么问题,但我想利用WDOG重启da14583,我在app_on_full_power()实现喂狗未能重启设备。想了解应该在什么地方喂狗可以解决此问题?谢谢。
Hi.
我的SDK是5.0.3,我想在DA14583上实现计时,和手机端同步UTC后,实现计时。我调用了lld_evt_time_get()获取系统0.625us节拍,但是我不知道具体在什么时候溢出。想请问,实现这样的功能,有没有参考的案例或者指导,谢谢。
Hi Dialog,
1. How to make the scanning with many whitelist addresses? How to add these address(more than 6 addresses) into the whitelist? Could you give me an example for showing how it works?
2. Is there any limitation for the scanning time? Since I want to scan for channel 37 for 24hours. How to make it possible and not missing any packages?
Hello,
I'm connecting 3 iot sensors with a mobile via BT in an app made with EvoThings, transferred via wifi to a local database in my PC.
My Main problems are:
1) i receive 'Variable time step data', like sampling rate is not stable. Each measurement from it's previous one doesn't have the same time interval.
2) I work at 100Hz RAW data fro each module, but in the end i receive about 42Hz rate (3 tags connected- accelerations and gyro). Could it be a problem of the central device (mobile phone)?
Thank you!
~Jyro
Hi Dialog,
I am trying to make a code to send the binary through the UART instead of the ASCII through the UART. Is there any function I can call with for the application?
Hi,
I am working with the Dialog IoT development kit. I am trying to detect whether or not the dongle has moved over a certain time interval and place a flag into the advertisement data. What would be the best way of doing this? Is there an interrupt that I can write a handler for each time the dongle moves? If so, how can I set this up? Or is there a function that I can call that will tell me if the dongle has moved or not (which I can reset after each time I read it)