Central role in SDK 5
Hi,
i would like to know from which project should i start to use the DA14580 in a central role using the SDK 5. With the previous SDK I used as starting project the SPS project.
Best regards,
Dario
Hi,
i would like to know from which project should i start to use the DA14580 in a central role using the SDK 5. With the previous SDK I used as starting project the SPS project.
Best regards,
Dario
Hi to everyone,
I'm reading UM-B-006 for implementing sleeping funcionality on my project.
I want that application modify dinamically sleep modality, so in according with doc, da1458_config.h is:
/*Sleep modes*/
#undef CFG_EXT_SLEEP
#define CFG_DEEP_SLEEP
when the application start for the first time, sleep mode must be set to extended, so in app_set_dev_config_complete_func I put this:app_set_extended_sleep();
Hi Dialog.
To differnt SDK5.x and SDK3.x, I found "APP_PARAM_UPDATE_REQUEST_TO"
I think this value is timer for connection parameter update request.
My question is why this value is 10sec? It so to late..
Is this minimum value?
In my case, I use SDK3.0.10.x and I was maked same timer for connection parameter update request.
and vlaue is about 200ms
Which value is correct?
Thanks
(repost need urgent support )
I am trying to OTP pan1740 using jlink
I am getting following error (this error never occurred when programming with previous sdks) :
Failed writing bytes at address 20000000.
Memory burning Failed.
Any suggestions?
I am using SmartSnippets 3.8
Good evening,
How can I enable Code Read Protection?
Hi,
I have PAN1740 USB devices and I need "Connection Manager", "Dialogs Projects" and "Smart snippets" to download.
I was agree with license agreements but I can't donwload the software.
Dear Sirs,
Assuming that there are many peripherals in the area,
Q1: how many adv packets can central device receive in each scan window? I mean if scan window is long ebough, central device
can get many adv packets from different perhipherals or each one scan window can receive only one peripherals's adv pacjket?
Q2: How long is the kernel overhead to retrieve adv packet?
Best Regards,
UM-B-036 describes a module that brings out all of the QFN-48 pins, which is just what I need. Can I buy these anywhere?
http://support.dialog-semiconductor.com/reference-design/trace-antenna-pcb
Good evening everyone,
can I decrese I2C speed under 100KHz?
Hi, all.
I am trying to get the indication of SERVICE_CHANGED characteristic in GATT.
But I have not succeeded yet.
As described in RW-BLE-GATT-IS.pdf, I have tried to send GATTC_SVC_CHANGED_IND_CMD message to TASK_GATTC from TASK_APP with parameters below.
req_type -> GATTC_SVC_CHANGED or GATTC_INDICATE.
svc_shdl and svc_ehdl -> The range of all characteristic handles I use.
Of course, I enabled CCC descriptor of SERVICE_CHANGED characteristic from client Android application.