LinkIt One and GPS/Wifi Tutorial
Posted: 07:19, 18 Jul 2015
My development environment is Mac OS X 10.10.3, firmware 1.1.11 beta for mac ox beta linkit ONE SDK, Arduino 1.6.4 IDE. I am working through the evothings GPS and Wifi tutorial with the Linkit One and everything works up until I connect to the ip address of the linkit one and it says I'm in Asia when I'm in California. Is this a LinkIT one issue or a evothings issue or a me issue?
Here is the output from the serial monitor:
Here is the output from the serial monitor:
Code: Select all
new client
GET / HTTP/1.1
Host: 192.168.1.100
Origin: http://192.168.1.102:4042
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 (xxxxxxxxxx)
Accept-Language: en-us
Referer: http://192.168.1.102:4042/index.html
Accept-Encoding: gzip, deflate
send response
close connection
client disconnected
UTC timer 6- 6-52
latitude = 3723.7179, longitude = 12202.3329
Number of satellites in view = 9
Note: If number of satelites=0, there is no GPS position fix yet
UTC timer 6- 6-57
latitude = 3723.7179, longitude = 12202.3329
Number of satellites in view = 9
Note: If number of satelites=0, there is no GPS position fix yet
new client
GET / HTTP/1.1
Host: 192.168.1.100
Origin: http://192.168.1.102:4042
Connection: keep-alive
Accept: application/json, text/javascript, */*; q=0.01
User-Agent: Mozilla/5.0 (iPhone; CPU iPhone OS 8_3 like Mac OS X) AppleWebKit/600.1.4 (KHTML, like Gecko) Mobile/12F70 (xxxxxxxxxx)
Accept-Language: en-us
Referer: http://192.168.1.102:4042/index.html
Accept-Encoding: gzip, deflate
send response
close connection
client disconnected
UTC timer 6- 7- 2
latitude = 3723.7179, longitude = 12202.3329
Number of satellites in view = 9
Note: If number of satelites=0, there is no GPS position fix yet