coulld you give me your sample code. please send me an email to aryakelingi@gmail.com.
thanks dude!
Sorry for opened one case in this old discussions.
I'm create one php get webpage, unfortunately when I'm going to send by at commands on my esp01 wi-fi module my database not update data. I'm sure my web page work if I open browser and write after http://address.php?mydata=var1,var2,var3,var4 and my db will update fine.
Could be a limit of server host? Or you have some one else to suggest me?
Thank you.
http://www.mediafire.com/file/eqhj29bej2ckzw3/getdatatodb2.php/file
below terminal command for esp01 wi-fi module
ATE0
AT+CWMODE=3
AT+CIPMUX=0
AT+CIPMODE=0
AT+CWJAP="TIM-23075422","password"
AT+CIPSTART="TCP","cinescopio2.synology.me",80
AT+CIPSEND=53
GET /getdatatodb1.php?data=device1,32.0,64,1100
and this is the comunication response of last 3 commands :
CONNECT
OK
OK
> CLOSED
Database not updated.
Have you some suggetions for me, please? thank you.