8 posts / 0 new
Last post
汪建
Offline
Last seen:5 years 2 months ago
加入:2015-03-05 04:39
Find Me Locator

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:
JE_Dialog
Offline
Last seen:4 days 9 hours ago
工作人员
加入:2013-12-05 14:02
HI There, I've asked the

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

zuma
Offline
Last seen:2 days 10 hours ago
加入:2016-01-13 09:35
Hi, 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.

MT_dialog
Offline
Last seen:1 month 4 days ago
工作人员
加入:2015-06-08 11:34
Hi zuma,

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

YuanhangWu
Offline
Last seen:4 years 10 months ago
Expert
加入:2015-03-25 08:19
I have this problem too in my

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!

MT_dialog
Offline
Last seen:1 month 4 days ago
工作人员
加入:2015-06-08 11:34
Hi YuanhangWu

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.

CDECLARENS
Offline
Last seen:4 years 4 months ago
加入:2015-06-10 16:43
Hello 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)?

MT_dialog
Offline
Last seen:1 month 4 days ago
工作人员
加入:2015-06-08 11:34
Hi CDECLARENS,

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