Chat freely about anything...

User avatar
By carlb007
#8521 Pretty sure this firmware is buggered.

I had a fully working websocket setup on my arduino with the ESP8266 - but was getting random disconnects after about 4-5 hours of continual use.
Just updated the firmware to the 9.5 ver and bam - web socket handshake fails, because the send request from the module isnt firing correctly.
An oddity i also see is the send response seems to be appending a single white space before the actualy http header text im trying to send.The length also seems mismatched which would coinside with what others are saying about the \r\n data.

These modules are a pain :/
User avatar
By Athena
#8818 I tried to send HTTP packet, and it's fine..
Attachments
SEND_HTTP_TEST.png
Send HTTP packet as marked in red
SEND_HTTP_TEST.png (3.82 KiB) Viewed 2479 times
SEND_HTTP_TEST_RESULT.png
After send http packet as above, it will get response from bing.com
SEND_HTTP_TEST_RESULT.png (4.02 KiB) Viewed 2479 times
User avatar
By alonewolfx2
#8819 hi Athena. can you Help me?
here is topic about http request. viewtopic.php?f=6&t=1455
Athena wrote:I tried to send HTTP packet, and it's fine..
User avatar
By mr_robot
#9030 I'm having the same issue. Can't send the \r\n as needed for the HTTP response headers. The \r\n is always interpreted by the ESP8266 as entering a command... Does anyone have any clues as how this can be done?