Hello, i'm developing a solution we're the ble of the esp32 scan for people wearing beacons. But i want to adjust de range of the ble scan (change tx porwer i guess), like founding people until 10m, or only on the first 2 metes. I'm programming on arduino IDE. The libs have this function that i can change that power level?
Thanks.
ESP32 BLE RANGE
Re: ESP32 BLE RANGE
tx power is for transmission signal strength, so it gives you nothing.
What you need to do is to read TX power from beacon and read rssi, you also need to find formula to calculate distance from those 2 values.
What you need to do is to read TX power from beacon and read rssi, you also need to find formula to calculate distance from those 2 values.
Re: ESP32 BLE RANGE
Yes, i can do by filtering de rssi. But for me is better by downing the power range of BLE. Is that possible?
Re: ESP32 BLE RANGE
Yes, you can change tx power.
Re: ESP32 BLE RANGE
If you change tx power you may affect active scan response results but for passive scan you can't change rx power so you have to use rssi.
Re: ESP32 BLE RANGE
You guys know where and how i can change this power output?
Who is online
Users browsing this forum: No registered users and 168 guests