Your new topic does not fit any of the above??? Check first. Then post here. Thanks.

Moderator: igrr

User avatar
By Glenn Ng
#15111 Hey guys, got a new esp8266 module and everything worked as it should be.

So now i have an issue, it constantly limits me the string i want to send.
Code: Select all  cipSend += "POST /sensor HTTP/1.1\r\nHost: appapicolab.parseapp.com\r\nContent-Type: application/json\r\nContent-Length: 52\r\n";
  cipSend += "key: [SUPER SECRET KEY]\r\n\r\n{\"identifier\":\"iot43\",\"state\":true,\"value\":3}";
sendData(cipSend, 1000, DEBUG);


Image

As u can see it limits my string sent to it.. HELPPP!!!
User avatar
By draco
#15191 Hi,

I think you have posted in the wrong forum. This area is for projects running Arduino code directly on the ESP8266's internal CPU -- you appear to be using a separate Arduino to communicate over serial with an ESP8266 running the stock AT firmware.

The forum's name is ambiguous and confusing, I know. It seems to confuse a lot of people. You may have better luck with your question in the other area: Arduino forum