rock95 said:HI ALL
DEAR I SEND GPS DATA THROUGH GPRS
I HAVE SERVER IP & PORT SERVER
PLEASE SEND AT COMMAND FOR SEND GPS DATA to ip
if gprs is not available then send the information with sms
i am using sim300d
please help
this is my project for practical examination.
>> AT+CGATT=1 - Attach to GPRS Service
<< OK
>> AT+CGDCONT=1,"IP","wap.cingular" - Define PDP Context (cid, PDP type, APN)
<< OK
>> AT+CDNSCFG="208.67.222.222","208.67.220.220" - Configure Domain Name Server (primary DNS, secondary DNS)
<< OK
>> AT+CSTT="wap.cingular","wap(at)cingulargprs.com","cingular1" - Start Task & set APN, User ID, and password
<< OK
>> AT+CIICR - Bring up wireless connection with GPRS - THIS MAY TAKE A WHILE
<< OK
>> AT+CIFSR - Get Local IP address
<< 10.190.245.172 - returns IP address assigned to your module
<< OK
>> AT+CIPSTATUS - Get Connection Status
<< OK
<< STATE: IP STATUS - returns status of connection, needs to be 'IP STATUS' before you can connect to a server
>> AT+CIPHEAD=1 - Tells module to add an 'IP Header' to receive data
<< OK
>> AT+CDNSORIP=1 - Indicates whether connection request will be IP address (0), or domain name (1)
<< OK
>> AT+CIPSTART="TCP","www.google.com","80" - Start up TCP connection (mode, IP address/name, port)
<< OK
<< CONNECT OK - Indicates you've connected to the server - IT MAKE TAKE A WHILE FOR THIS TO BE RETURNED
>> AT+CIPSEND - Issue Send Command
<< > - wait for module to return'>' to indicate it's ready to receive data
>> GET / HTTP/1.1 - Send data - this example is an HTTP request for the default page
>> Host: [url]www.google.com[/url]
>> Connection: Keep-Alive
>> Accept: */*
>> Accept-Language: en-us
>>
<< data from server returned - Server will return data here
omryldz said:Hi everybody I am new here
I have got a problem with my gps unit VT300.
I dont know programming simcard. But ı make my gps units configuration via its user manual.
1. insert simcard the unit.
2. then call the sims phone
3. the unit response you sms and send location data
That 3 item is OK and it works well. but I cant make gprs connections.
At user manual it says
1. set an ID to device
2. set an IP and port to device (I set port 80 ,stop IIS)
3. set APN and APN username
4. Set interval
5. Activate TCP
I made these 5 item and got Ok confirmation SMS from the unit.
But now when I listen the port (I made an exe to listen port 80)
there is nothing at port.
So I think my gprs connection is not working.
How can I solve this problem
hi dear friend,i m doin the same project.in this doc u ve given,a server software is mentioned. WHat is it??can u send it 2 me.sabeti_1990 said:hi
sms is a little expensive so check this out
this document can help U very easily use the gpes command to send data via gprs (gps or any other else)
be success
vista40721 said:I have the same problem with a gps tracker called TK-202 (sometimes saled as TK-102)
It can configured via SMS.
According to the manual I need to send 2 sms to configure it.
1
APN+password_APN Name
2.
ADMINIP+password_IP address_Port
If I understand this, I need to enter the APN name of my mobile phone provider, so it is something like internet.eplus.de
and for ADMINIP I need to enter the IP Address and a port of my machine where the data from the gps tracker will be sent.
So it is something like ADMINIP+passwort+123.45.678.90 1234
The gps is confirming my sms.
BUT I am not receiving anything... I have checked the IP I have given to the GPS by pinging it and the port listener reacted on this... so I guess something else is missing
So my questions:
1. Don't I need commands for setting up the APN user and APN password? I don't find these in the manual.
2. Did any of you know how to get emails out of such tracker? They advertise it, but have not found any information of how to do so.
3. Do you know if I can send AT commands via sms? Maybe I simply need to configure it this way.
Thanks
rock95 said:HI ALL
DEAR I SEND GPS DATA THROUGH GPRS
I HAVE SERVER IP & PORT SERVER
PLEASE SEND AT COMMAND FOR SEND GPS DATA to ip
if gprs is not available then send the information with sms
i am using sim300d
please help
this is my project for practical examination.
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?
We use cookies and similar technologies for the following purposes:
Do you accept cookies and these technologies?