How to know the device was wakeup from deep sleep
Dear Dialog,
In my project, I want to seperate normal reset and wakeup from deep sleep mode. How to do it?
Thanks.
Dear Dialog,
In my project, I want to seperate normal reset and wakeup from deep sleep mode. How to do it?
Thanks.
Hi Team,
New to BLE, can you direct me to center mode BLE application sample code on SDK6.0.10.511?
Believe this is latest released SDK.
Thanks!
I need to use UART serial moiter and ble at a time time ,is it possible? if it is possible what are the pin configuratin need to change?
i insert a battery in da14585devkit but its not working ,is it any configuration need for mounting CR2032 battery in da14585dev kit?
Do you have any example code of LSM6DS3 accelerometer for DA14585?
Hello Dialog Team,
on our project we are trying to use 'Deep Sleep' mode in order to reduce the consumed power to the minimum allowed by Dialog device.
For this purpose we are setting the device into deep sleep mode by calling 'arch_set_deep_sleep(true)' function.
The device is normally configured to enter into "Extended sleep' mode with OTP copy, and on request we would like to switch it to 'Deep Sleep'.
After burning one device with the configured project artifact we are facing the following problems:
how to generate a .bin file for flash in spi flash memory
I am trying to interface LSM6DS3 accelerometer into dialog semiconductor DA14585, i have the code of ADXL345 accelerometer will you please describe what are the changes needed to the code of ADXL345 to suppport LSM6DS3 accelerometer.
Hi dialog,
I am testing dsps dma example, if I want to send info to peer, eg , from peripheral to Central, how to do?I Tested sps_server_send_data but not sucessful, is it the right function? if yes how to send info with it? or other function to use?
Thanks
Benjamin
I am developing an android application to connect with dialog semiconductor. I am able to read and wrire characteristics from/to the device. But now I need to perform ble OTA updation for that device through my app. How can I do that?