Hi,
Thanks for your answer…
Yes, I want GSM cell location. With Q2686 and AT+CCED I can get cell information and power, then I’m trying to use google GeolocationAPI ( code.google.com/p/gears/wiki/GeolocationAPI ), but I’m not sure how can I use this, I’m trying some things, but I can obtain any response diferent of ERROR when trying to make the HTTP POST.
This is my sequence command:
AT+WIPCFG=1
OK
AT+WIPBR=1,6
OK
AT+WIPBR=2,6,11,“airtelnet.es”
OK
AT+WIPBR=2,6,0,“vodafone”
OK
AT+WIPBR=2,6,1,“vodafone”
OK
AT+WIPBR=4,6,0
OK
AT+WIPCREATE=5,1,“http://www.google.com/loc/json",80,"","”
OK
+WIPREADY: 5, 1
AT+WIPOPT=5,1,1,51
+WIPOPT: 5,51,0
OK
AT+WIPOPT=5,1,2,53,6
OK
AT+WIPFILE,5,1,4,“http://www.google.com/loc/json”
ERROR
AT+WIPFILE,5,1,4,“http://www.google.com/loc/json?{“version”:“1.1.0”,“host”:"maps.google.com”"
ERROR
AT+WIPFILE,5,1,4,"http://www.google.com/loc/json?{“version”:“1.1.0”,“host”:“maps.google.com”}"
ERROR
AT+WIPFILE,5,1,4,“http://www.google.com/loc/json?{version=1.1.0,host=maps.google.com”
ERROR
AT+WIPFILE,5,1,4,“http://www.google.com/loc/json?{version=1.1.0,host=maps.google.com”}
ERROR
AT+WIPFILE,5,1,4,“http://www.google.com/loc/json?version=1.1.0,host=maps.google.com”
ERROR
Do you have any idea???