Page 1 of 1

[solved] Get RSSI passively using NimBLE (not active probe or connection)

Posted: Sun Feb 13, 2022 10:02 pm
by hassan789
I am trying to continuously scan around for BLE beacons using NimBLE stack on ESP32-pico on ESP-IDF 4.4.

Is there any way to get the MAC and RSSI of beacons without doing an extended, active-probe, or connection/discovery? I just want to passively collect the data as fast as possible in a 1-sec scan, and go to sleep.

Thanks

Re: Get RSSI passivly using NimBLE (not active probe or connection)

Posted: Tue Feb 15, 2022 8:54 pm
by hassan789
Nimble gives RSSI in event param! Resolved. Thanks