This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

VEHICLE TRACKING System

Building a project on VEHICLE TRACKING System using GPS. I've done wid the coding of my uC. What i do not figure out is that when i send a data using AT+CIPSEND to a website lets say http://www.track.com

so after AT+CIPSTART="TCP",""80"">http://www.track.com","80"

and when i send the data AT+CIPSEND="$GPRMC,161229.487,A,3723.2475,N,12158.3416,W,0.13,309.62,120598, ,*10"
SEND OK

where does this data go on my website. on my website where should i locate the gprmc string.

Im stuck in designing the webpage

  • You're in luck. Keil has awesome web page design tools. You hardly have to know anything -- the tools almost do it all for you. Check the "Products" page.

  • I've written a code at my host such that whatever the string is send it would display that or even of i visit the site it would display an blank space

     AT+CIPSTART="TCP",""80"">www.sayedalimiradatar.co.in","80"
    OK
    
    CONNECT OK
    AT+CIPSEND
    > GET/try.php?name=shirazi HTTP/1.0 [Ctrl+ENTER][Ctrl+ENTER]
    
    HTTP/1.1 400 Bad Request
    Date: Fri, 18 Mar 2011 19:11:34 GMT
    Server: Apache mod_fcgid/2.3.6 mod_auth_passthrough/2.1 mod_bwlimited/1.4 FrontP
    age/5.0.2.2635
    Connection: close
    Content-Type: text/html
    
    <head>
                  <style type="text/css">
                                                         * { margin: 0; padding: 0;
    }
    
                     html { height:100%; }
    
                                                          body {
                                                                                text
    -align: left;
                                 width: 100%;
                                                             height: 100%;
    
          font-size: 62.5%;
                                           font-family: Helvetica, arial, sans-serif
    ;
                     color: #000;
                                                 background: #fff;
                                                                                  ma
    rgin: 0;
                            border: 0;
                                                      padding: 0; }
                                                                   </style>
                                                                           </head>
                                                                                  <b
    ody>
        <iframe src="">searchdiscovered.com/ width="100%" he
    ight="100%" frameborder="0"></iframe>
                                         </body>
    
    CLOSED
    

    What is the problem why am i not getting shirazi displayed at the host

     What you sent is:
    ENTERED 1: asif
    ENTERED 2: salman
    ENTERED 3:
    ENTERED 4:
    ENTERED 5:
    ENTERED 6: salman
    ENTERED 7:
    ENTERED 8:
    ENTERED 9:
    ENTERED 10:
    ENTERED 11:
    ENTERED 12:
    ENTERED 13:
    

    .

    this is the screen shot of my host