Skip to main content
K C
Associate II
January 16, 2018
Solved

STEVAL-IDB007V1 scan for advertisement data

  • January 16, 2018
  • 1 reply
  • 776 views
Posted on January 17, 2018 at 00:41

I am currently trying to scan and log advertisement data using STEVAL-IDB007V1. 

Advertisement data will be coming out of separate BLE compatible module. 

Would this be possible using BlueNRG GUI and python script? 

Could anyone point me to a right direction for this? 

Thank you

#ble #steval-idb007v1
This topic has been closed for replies.
Best answer by Winfred LU
Posted on January 19, 2018 at 05:14

Hi KC,

Yes, it is possible to use BlueNRG GUI or script to scan and log advertisement data.

With GUI,

1. in ACI Utilities tab, click ''Init Device''

2. in ACI Commands tab, send ACI_GAP_START_OBSERVATION_PROC

3. Advertisement data will be presented in HCI_LE_META_EVENT

0690X00000609QHQAY.png

Regards,

Winfred

1 reply

Winfred LU
ST Employee
January 19, 2018
Posted on January 19, 2018 at 05:14

Hi KC,

Yes, it is possible to use BlueNRG GUI or script to scan and log advertisement data.

With GUI,

1. in ACI Utilities tab, click ''Init Device''

2. in ACI Commands tab, send ACI_GAP_START_OBSERVATION_PROC

3. Advertisement data will be presented in HCI_LE_META_EVENT

0690X00000609QHQAY.png

Regards,

Winfred

K C
K CAuthor
Associate II
January 19, 2018
Posted on January 19, 2018 at 21:46

Thank you so much, Winfred!