Hi Dialog,
In DA14580_SMART_TAG_3.20.6 souce code app_smarttag_prj.c
void app_button_press_cb(void)
{
.
.
.
#if BLE_FINDME_LOCATOR
if (ke_state_get(TASK_FINDL) == FINDL_CONNECTED)
{
app_findl_set_alert();
}
#endif
.
.
.
}
What is the effect of this code?
The docment UM-B-018_DA14580_SmartTag_reference_application_Rev_2 mention
Connected and ‘find me’ locator discovered, immediate alert service on peer device
Write alert characteristic of immediate alert service on peer device.
Where I can see this immediate alert on peer device?This peer device is phone or other?
How can test the find me locator?
Keywords:

HI There, I've asked the local team to contact you in CN to discuss this issue... please let me know if you don't reveive contact shortly. BR JE_Dialog
Hi, JE_Dialog:
Has the issue mentioned above been solved ? I also have the same question. I press the button can not alert peer device when peer device connected with the smartTAG.
Hi zuma,
Unfortunately the Smart Tag IOS application doesn't support this functionality, although if you have an application that supports this, and has the findme profle it will work, and you will be able to enable the alarm on your phone device. Although not many applications support this.
Thanks MT_dialog
I have this problem too in my project.
in SKD 3.0.6,I have set my GPIO_BUTTON_PORT and GPIO_BUTTON_PIN;In wkupct_enable_irq(),I set the same GPIO_BUTTON_PORT ,and GPIO_BUTTON_PIN.
I check CFG_PRF_FMPL in opened.
连接应用程序时,我拉button,but in software debug ,cannot run in app_button_press_cb.
I have wasted 5 days in solve this problem ,I want you help.
best wish!
Hi YuanhangWu
In which dev kit are you trying to download smartTag?
In the periph_setup.c file in the set_pad_functions() configure your PUSH_BUTTON as INPUT_PULLUP and check if it works.
Thanks MT_dialog.
Hello Dialog:
I am also keen to know about this part in Button Press function. Is this activate Alarm on Smartphone Application (IOS SmartTag)?
Hi CDECLARENS,
Please refer to the document UM-B-018_DA14580_SmartTag_reference_application_Rev_2.pdf for details,
page 12 for the functions of the button and page 26 for the iOS functionality.
Thanks MT_dialog