SIM900 and SIM800L GSM project

Yeah - sorry what I meant is you don't have to use the more complex haversine especially if using an esp chip... I usually use 110540m per degree - for latitude, and 110540/cos(lat) for longitude then simple pythagorous. (and can set cos(lat) to a constant if you aren't going to go far :slight_smile: )