Scan Bluetooth-devices and get RSSI

Hi all,

I try to build an application for Raspberry PI that scans for Bluetooth devices and logs the RSSI values for specific devices (recognized by MAC-address). However, there are some Bluetooth crates out there but none of them seem to be mature or support reading RSSI values.

Any ideas or advice?

If Rust is missing crates for something, the question is — how would you do it in C? Then get that C library, create bindings, and do it the C way.

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.