Skip to main content
idolezal
Associate II
July 22, 2022
Question

BLE Beacon example in BlueNRG-2 does not work?

  • July 22, 2022
  • 1 reply
  • 732 views

I downloaded the BLE Beacon / Relase example from BlueNRG-1_2 DK 3.2.2 into eval board STEVAL-IDB008V1M by BlueNRG-2 Navigator.

I do not see this BlueNRG BT device in laptop although a serial console on VCP shows that all functions passed with success.

aci_gatt_init() --> SUCCESS

aci_gap_init() --> SUCCESS

hci_le_set_scan_resp_data() --> SUCCESS

aci_gap_set_discoverable() --> SUCCESS

hci_le_set_advertising_data() --> SUCCESS

BlueNRG-1,2 BLE Beacon Application (version: 1.1.0)

However, an Android smartphone shows an available device 02:80:E1:00:00:00, but pairing does not process.

Any opinion?

    This topic has been closed for replies.

    1 reply

    idolezal
    idolezalAuthor
    Associate II
    August 1, 2022

    Pairing in BLE is not used (at all or only in a standard way?) so BT devices do not show advertising BLE devices

    I should use a BLE scanner on my smartphone.