I have used a nonlinear regression model to convert the RSSI values as distance and I have three coordinates and distances of anchor nodes. Using these three anchor nodes, Can I use trilateration technique, to find the coordinates of the target node?
I have come across this link to implement the trilateration concept in python. What can be replaced in the place of 'earthR' variable which is used in the mentioned link?
If the mentioned link is not applicable, Can anyone suggest me to implement the trilateration technique in python to identify the BLE coordinates?