Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

SIM600 and Sending Data over TCP/IP with GPRS?

Status
Not open for further replies.

BasePointer

Full Member level 2
Joined
Jul 3, 2002
Messages
130
Helped
6
Reputation
12
Reaction score
3
Trophy points
1,298
Location
TURKEY
Activity points
955
send data via gprs

Hi,

Now I'm working on SIM600 EVB kit and trying to send data over TCP/IP with GPRS.

I have some question with it. I can successfully attach to GPRS, but can't send any data via TCP/IP.

My GSM provider needs
APN: internet
User: gprs
Pass: gprs

I want to connect/send/receive my server has static IP: 78.XXX.XXX.108, port: 2222 with TCP. I can easily connect to my server with Motorola G24.

Please help me for required AT Commands and sequence.

AFTER POWER-UP the SIM600 EVB KIT:
------------------------------------------
+CFUN: 1
+CPIN: SIM PIN
------------------------------------------
at+cpin="1045"
+CPIN: READY
OK
------------------------------------------
at+cmee=2
OK
------------------------------------------
at+csq
+CSQ: 19,0
OK
------------------------------------------
at+cgdcont=1,"IP","internet"
OK
------------------------------------------
at+cgatt=1
OK
------------------------------------------
at+creg=1
OK
------------------------------------------
at+cgact=1,1
OK
------------------------------------------
at+cstt="internet","gprs","gprs" -> why ? :(
ERROR
------------------------------------------
at+ciicr
ERROR
------------------------------------------
at+cifsr
ERROR
------------------------------------------
at+cipstart="TCP","78.XXX.XXX.108","2222"
ERROR
------------------------------------------


Regards,
BP.
 

at+cipshut

try this.....
------------------------------------------------------------------------------------
AT+CSTT="AIRTELGPRS.COM","",""
OK
AT+CIICR
OK
AT+CIFSR
117.98.1.85
AT+CIPSTART="TCP","xxx.xxx.xxx.xxx","80"
OK

CONNECT OK
AT+CIPSEND
> hi,this is milind.

SEND OK

---------------------------------------------------------------
here "AIRTELGPRS.COM" is the APN(access point name) because i am using Airtel sim card.you can check it in your mobile.

If error occurs use AT+cipshut and then use at+cipstart.
 

    BasePointer

    Points: 2
    Helpful Answer Positive Rating
at+cifsr

milind_gaonkar said:
try this.....

If error occurs use AT+cipshut and then use at+cipstart.

Hi,

As I learn, Sim600 doesn't support TCP/IP command set. So we switched SIM700 and it works perfect.

10x
 

sending password gprs

AT+CSTT="AIRTELGPRS.COM","",""
OK


hi guys.. if AIRTELGPRS.COM is the access point how can we configure or program a general embedded device with this module which can use any other acess point like that of idea's or vodaphone's or mtnl's
 

how to send data over tcpip

BasePointer said:
milind_gaonkar said:
try this.....

If error occurs use AT+cipshut and then use at+cipstart.

Hi,

As I learn, Sim600 doesn't support TCP/IP command set. So we switched SIM700 and it works perfect.

10x

Could you please report what is the price for such type of devices? (1 to 10 pieces).

Thanks
Pow
 

Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top