-->
Page 1 of 1

Limitations in ESP8266

PostPosted: Tue Sep 26, 2017 7:53 am
by educrocha
Hi, I'm using ESP8266-07 in my project.

When I try to send many requests to turn my lamp on, it return error.

Where can I find this limitation?

Re: Limitations in ESP8266

PostPosted: Tue Sep 26, 2017 4:40 pm
by QuickFix
educrocha wrote:Where can I find this limitation?

In your code? :?

Re: Limitations in ESP8266

PostPosted: Tue Sep 26, 2017 6:18 pm
by rudy
educrocha wrote:Hi, I'm using ESP8266-07 in my project.

When I try to send many requests to turn my lamp on, it return error.

Where can I find this limitation?


educrocha, please read what you wrote and ask yourself, "Have I given any details that someone could possibly use to see a problem in those details?"

What framework are you using? Lua, Arduino, JavaScript, Native SDK, etc.?

What method are you using?

How big is the message/packet?

How fast are you trying to send?

Is the problem sending or receiving?

What other work needs to be done?

These are a few questions you need to answer.

And it could be helpful if you post your code.