JosephHewitt / wardriver_rev3

A portable ESP32-based WiFi/Bluetooth scanner for Wigle.net.
https://wardriver.uk
GNU General Public License v3.0
221 stars 19 forks source link

Location based on cell tower #135

Closed happytm closed 2 months ago

happytm commented 7 months ago

Wonderful project. I do not have any issues but I wanted to isolate code for cell tower locator. I have very small project where I have to figure out location based on cell tower.

Can you point me to lines in code I need to use just to print Lat & Long in serial terminal.

If accuracy is 500 meters or less is fine for my project.

Thanks.