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.

Send some parameters to php page from sim900 Arduino

Status
Not open for further replies.

Scaurus

Newbie level 2
Joined
Jun 12, 2012
Messages
2
Helped
0
Reputation
0
Reaction score
0
Trophy points
1,281
Activity points
1,296
I passed trough some troubles trying to send parameters to php page .
I m going to make a sketch but first I tried from the serial monitor with AT commands.

What is the proper syntax to send parameters from arduino sim900 to page php?
and the next steps after the get?

Code:
OK
AT+CGDCONT=1,"IP","wap.xxx.xx";

OK
AT+cstt="wap.xxx.xx","","";

OK
at+ciicr;

OK
at+cifsr;

10.xxx.1xx.x2

AT+CIPHEAD=0
OK
AT+CIPSTART="TCP","www.myserver","80";

OK

CONNECT OK

AT+CIPSEND;

> GET /public/sendMyPahe.php?dest=aaa&obj=aaa&text=hello HTTP/1.1\r\n

I Think this step doesn't work because the serial monitor dosen' display all the statement but so: GET /public/sendMyPah
And then what are the next steps?
 
Last edited:

Status
Not open for further replies.

Similar threads

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top