-->
Page 1 of 1

Probleme connexion DS18b20 ESP8266 internet

PostPosted: Sat Apr 25, 2015 8:03 am
by vidal11
Hello,

I tried to connect a Mega Arduino , a sensor DS18B20 and esp8266 to send data from my sensor on the Internet.

After configuration, I sed https://codebender.cc/sketch:98754#thin ... sp8266.ino this code

but the data does not reach the server, why?

AT

AT + CIPSTART = " TCP ", " 184106153149 " 80

AT + CIPSEND = 47

AT + CIPCLOSE

AT + CIPSTART = " TCP ", " 184106153149 " 80

AT + CIPSEND = 47

AT + CIPCLOSE

AT + CIPSTART = " TCP ", " 184106153149 " 80

AT + CIPSEND = 47

AT + CIPCLOSE

Can anyone help me please ?

Thank you in advance

Re: Probleme connexion DS18b20 ESP8266 internet

PostPosted: Sat Apr 25, 2015 1:22 pm
by AcmeUK
AT + CIPSTART = " TCP ", " 184106153149 " 80

Where you have " 184106153149 " CIPSTART is expecting the remote ip address in xxx.xxx.xxx.xxx format e.g 192.168.0.5.

Before I connected my arduino to the esp8266 I interacted directly with it from a terminal program to see if I was using the correct syntax and what responses I was getting.