DSPS service to be added to BLE Sleep mode application
⚠️ Hi there.. thanks for coming to the forums. Exciting news! we’re now in the process of moving to our new forum platform that will offer better functionality and is contained within the main Dialog website. All posts and accounts have been migrated. We’re now accepting traffic on the new forum only - please POST any new threads at//www.wsdof.com/support. We’ll be fixing bugs / optimising the searching and tagging over the coming days.
DSPS service to be added to BLE Sleep mode application
Hello Dialog,
May i request for the procedure to add DSPS into the BLE_SleepMode application along with all the tasks and code entry points for me to transmit SPI Flash Data over BLE.
Both central and peripheral devices can operate either in active mode or extended sleep mode. In order to configure the device in extended sleep mode, you should configure the app_default_sleep_mode in user_config.h header file. The DSPS does not support deep sleep mode. Also, be aware that if you use extended sleep mode you should use UART flow control. Otherwise you will not able to wake up. Regarding you question for SPI, could you please clarify it> Would you like to burn the SPI Flash with your firmware?
Hi rajucoolsuraj,
Both central and peripheral devices can operate either in active mode or extended sleep mode. In order to configure the device in extended sleep mode, you should configure the app_default_sleep_mode in user_config.h header file. The DSPS does not support deep sleep mode. Also, be aware that if you use extended sleep mode you should use UART flow control. Otherwise you will not able to wake up. Regarding you question for SPI, could you please clarify it> Would you like to burn the SPI Flash with your firmware?
Thanks, PM_Dialog