Search found 2 matches
- Fri Mar 08, 2024 12:11 pm
- Forum: ESP32 Arduino
- Topic: Getting RSSI Value from client which connected to ESP32 BLE Server
- Replies: 0
- Views: 859
Getting RSSI Value from client which connected to ESP32 BLE Server
Hello everyone, I have a project called tracking robot. In this project, I want to use ESP32 as a BLE server and connect my phone to ESP32. In this link, I want to take the RSSI values and convert them to distance. According to these distance values, I plan to control my DC Motor via the pins connec...
- Fri Mar 08, 2024 11:28 am
- Forum: ESP32 Arduino
- Topic: Getting RSSI Value from client which connected to ESP32 BLE Server
- Replies: 0
- Views: 606
Getting RSSI Value from client which connected to ESP32 BLE Server
Hello friends, I want to use ESP32 as a BLE server in a project of mine and Decode the RSSI values between the device connected to this server and the ESP32 console. These values need to be constantly updated. By estimating the distance from these values, the motors that will be connected to the rob...