I did some searching through the samples and could not find any that use indications rather than notifications. I did find some references in other posts that are like 8 years old, but they don't seem to be accessible any more.
I'm trying to program a liquid sensor that uses an nRF52840 to notify/indicate an Aduino Nano BLE base station when liquid is detected to trigger an alarm. After the liquid is detected and the base station alarm is activated, the sensor should shut off BLE and go into deep sleep, but it needs to stay awake if the base station is out of range and doesn't get the notification/indication right away. I have that working with notifications but if it detects liquid while the base station is out of range, the alarm is never activated. I can't seem to figure out how to send and receive the acknowledgement. I'm also open to suggestions on other ways of accomplishing this.