Is your feature request related to a problem? Please describe.
I want to be able to know if the host device that the BLE keyboard is connected to is in close proximity or not. This is in a context of a portable projector, I want to control it differently based on it's location, and I'm hoping I can infer the location based on the BLE signal strength.
Describe the solution you'd like
Expose RSSI of the connected host device as a sensor. NimBLE-Arduino has a method to get client RSSI.
Describe alternatives you've considered
I've tried enabling esp32_ble_tracker but it crashes (#23)
Is your feature request related to a problem? Please describe.
I want to be able to know if the host device that the BLE keyboard is connected to is in close proximity or not. This is in a context of a portable projector, I want to control it differently based on it's location, and I'm hoping I can infer the location based on the BLE signal strength.
Describe the solution you'd like
Expose RSSI of the connected host device as a sensor. NimBLE-Arduino has a method to get client RSSI.
Describe alternatives you've considered
I've tried enabling
esp32_ble_trackerbut it crashes (#23)