HCI software release for DA14580
Hi Dialog,
Do we have a HCI software for DA14580? I only find the release for DA14581 on your website. Could we use that release for DA14580?
Thanks
Hi Dialog,
Do we have a HCI software for DA14580? I only find the release for DA14581 on your website. Could we use that release for DA14580?
Thanks
I've walked through the AN-B-029 (Developing a DA14580 Bluetooth profile using sample128) document, and found it very helpful. However, I haven't seen anything that covers the Central side. For instance, how do I subscribe to a notification on the Central side?
The AN-B-29 document is great, but focuses exclusively on the Peripheral side. Is there any documentation for the Central side?
It seems a lot of reference design are for sending data from the chip to a mobile phone. Is there any example code for the other direction?
Thank you.
We are currently developing SUOTA function for both Android and IOS mobile devices. It would be great to have the source code to help embedding SUOTA into our existing App.
I was wondering is it possible to get the source code? And how?
Hi Dialog
There are some problem that I was use the DSPS 3.150.2 device project to Data transmission.The da4580_config.h was set to :
#define CFG_EXT_SLEEP
#undef CFG_DEEP_SLEEP
but ,when I was Connection with my peer divce ,it also Into sleep mode and Data transmission will be lost,so I want to know How to set a GPIO wake-up To ensure that the DA did not enter sleep .I was set by According 《AN-B-026 DA14580 External wake-up mechanisms》 to configure:
Hi Dialog team,
Don't know if any limitation on 'attmdb_add_service', but I found that the device is not working while I tried to create 2 primary service in one single task.
我不鳍d any documentation for such limitation. Could you confirm this finding?
I'm developing my application based on DA14580_BEACON_3.40.6.
Please send me the source for the Dialog DSPS app on iOS and Android.
Dear support,
Currently I am implementing the GTL interface (over UART) in a custom embedded project. My first goal is to get the prox_reporter_ext project working in combination with our external processor (DA1458x_SDK\5.0.2.1\projects\target_apps\ble_examples folder). I have used the host_proxr_sdk project as a reference (DA1458x_SDK\5.0.2.1\projects\host_apps\windows\proximity\reporter\ folder).
Hi,
We're currently in the prototyping phase of our product which uses a DA14580. A customer brought back a prototype which failed to connect.
Hi,
I am trying to drive pin 1_4 and 1_5 (defaulted as SWD pins) as GPIO. I could do it on DSPS test project,
however, It doesn't seem to work on newest SDK (5.03). I have checked the P14_MODE_REG and P15_MODE_REG
everytime I do PIO_SetActive/PIO_SetInactive on these pins. Both seem to show correct configuration.
P14_MODE_REG -- *(0x5000302E) showing 0x0300 (as gpio(0b0), output(0b11))
P15_MODE_REG -- *(0x50003030) showing 0x0300 (as gpio(0b0), output(0b11))
However, I cannot see any change on the pin.