2018-01-16 03:41 PM
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-idb007v1Solved! Go to Solution.
2018-01-18 08:14 PM
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
Regards,
Winfred
2018-01-18 08:14 PM
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
Regards,
Winfred
2018-01-19 01:46 PM
Thank you so much, Winfred!