Dear Team,
Our Setup:- Module: DA14531MOD- Application: Battery-powered Ultrasonic Flow Meter- IDE & Tools: Keil uVision, SEGGER J-Link (JTAG connector)- SDK Version: DA145xx_CodeLess_6.380.18.63
We are interfacing the DA14531MOD with an external MSP430-series host controller using the AT command interface. Typically, we configure the advertisement packet, set the device to advertisement mode, and enable sleep mode using the `AT+SLEEP=1` command. This is reflected in our configuration:// In user_config.hstatic const sleep_state_t app_default_sleep_mode = ARCH_EXT_SLEEP_ON;
For specific scenarios, we need to put the device into hibernation mode for several hours to conserve power. Could you please advise if it’s possible to modify the code so that the `AT+SLEEP=2` command triggers hibernation mode? Any guidance or code modifications to achieve this would be greatly appreciated.
Thank you!