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