Hello everyone
I would make a tracker GPS using arduino and the GPRS/GPS Shield.
I saw this tutorial:
https://www.cooking-hacks.com/documenta ... n-trackingAnd I open the step 10: Realtime Geolcation Tracker.
I pasted the arduino's code into my IDE 1.0.1 (I change the value of char variable like APN, PIN ecc. in the fist part of the code), then I open the serial monitor.
My problem is here:
I don't see any result in the page.php (that I uploaded in altervista, so my domain is http.//myname.altervista.org/page.php). While, in my serial monitor, there are some strange characters, I think they are char characters.
I did another test removing the ATmega, using USB serial comunication and using AT commands to test this code. I received correct answers like "OK" or some information. But when I send AT+CGPSSTATUS?, I received this risponse: "Location Unkown".
Why Have I this problems? Please, can you help me, because I'm beginner and I don't know very well how to code Arduino;
I have to do a project and It's necessary to solve these problems.