-->
Page 1 of 1

Do you know stable library for use with Arduino?

PostPosted: Tue Jan 03, 2017 8:28 am
by cotr
Hi, I am trying to make some IoT project. I need a connectable Arduino. So I connected esp8266 01 to my Arduino and I make a simple web interface with https://github.com/bportaluri/WiFiEsp this library. But it is not stable. Or I can't make it stable. Sometimes page loading never ends sometimes never connect page. But sometimes it works.

How can I make it stable? Or do you know any stable library?

https://github.com/esp8266/esp8266-webserver/issues/3 in this link, his problem same with my problem. But I didn't understand what he did to solve it. Is his solution Arduino compatible, what should I do?

Re: Do you know stable library for use with Arduino?

PostPosted: Tue Jan 03, 2017 12:42 pm
by rudy
Make sure your hardware is stable before you get too far blaming software. Having said that, I don't know anything about the library you are looking at.

Re: Do you know stable library for use with Arduino?

PostPosted: Wed Jan 04, 2017 8:12 am
by cotr
rudy wrote:Make sure your hardware is stable before you get too far blaming software. Having said that, I don't know anything about the library you are looking at.


Thank you for advice. I try with Arduino 3v pin and also external 3.3v power supply. Same results. Should I make something else for stabilizing hardware? Or do you mean something else?