Page 1 of 1
GPS via WiFi
Posted: Sat Dec 07, 2013 8:48 pm
by Dutchman
I experimented with GPS-functions again and again, but got frustrating results.
GPS-data was not updated while moving and GPS_COUNT() did not respond as expected.
In most cases the result for x,y,z was -1,-1,-1
It was a serious problem until I found the following text on internet:
The Wi-Fi model of the iPad does not have an Assisted-GPS chip, but it can locate the user by using Wi-Fi triangulation.
This isn't quite as accurate as Assisted-GPS, but it is fairly accurate.
Then it was clear that changes can not be expected with small movements in your room.
As a consequence I made a subroutine and a function to obtain reliable GPS-data.
The rest of this post has been removed. It is updated by the post "Update GPS via WiFi" on viewtopic.php?f=4&t=409
Re: GPS via WiFi
Posted: Sat Dec 07, 2013 8:55 pm
by Dutchman
I added the following text also to the manual:
The Wi-Fi model of the iPad does not have an Assisted-GPS chip, but it can locate the user by using Wi-Fi triangulation.
This isn't quite as accurate as Assisted-GPS, but it is fairly accurate.
Re: GPS via WiFi
Posted: Sat Dec 07, 2013 9:03 pm
by Mr. Kibernetik
Yes, without built-in GPS you will need some kind of connection (cellular or wifi) to get location information.
Re: GPS via WiFi
Posted: Sat Dec 07, 2013 9:39 pm
by Dutchman
Your remark
Yes, without built-in GPS you will need some kind of connection (cellular or wifi) to get location information.
triggered me to add a Time-check with a break.
Otherwise the program runs an endless loop if no GPS-signal is available.
The code and files in the first post are updated.
The timing results are more or less the same.
Re: GPS via WiFi
Posted: Sun Dec 08, 2013 7:14 am
by Mr. Kibernetik
So, what do you think about precision of wifi-detected location?
Just a note:
function can be called in three ways:
CALL Home
Home()
Home
Re: GPS via WiFi
Posted: Sun Dec 08, 2013 10:26 pm
by Dalede
It is not at all precise. I use a Bluetooth GPS for accurate data. GPS locations are collected and available on a web site for use in finding locations. I will look it up and post it.
Dale
Re: GPS via WiFi
Posted: Mon Dec 09, 2013 5:18 pm
by Dalede
Check Skyhookwireless for a service that provide locations via router locations. It has evolved since I first became involved with it. Originally for home locations you had to supply them with your router location but today they collect data about querys and figure it out most of the time depending where you live. There are still home locations that they don't know about but you can likely still update their information using certain downloadable tools. Wikipedia has articles on this. Google also collects wifi locations when they do their drive by mapping. They do attempt to triangulate from known sources of information that comes from a variety of sources but this only provides location based services and not specific location. That is if you move around it is not shown since only the router location is computed.
Dale