-->
Page 4 of 6

Re: UDP Server Example

PostPosted: Mon Feb 08, 2016 10:35 am
by rezjat
Hi, thanks for replying! Yes, I saw it was 1 year old, but still quite useful!

I tried following the "Installing with Boards Manager" instructions and installed ESP8266 from there. But again the same result. Missing components, being the fisrt compiling error again the missing "queue.h" (I managed to avoid the initial ESP8266WiFi.h missing error by copying the ESP8266WiFi library in the libraries directory).

So a little bit lost as I am not an expert on environments or programming... Anyway, thanks a lot for your feedback!
Best regards.

Re: UDP Server Example

PostPosted: Mon Feb 08, 2016 2:57 pm
by gerardwr
rezjat wrote:Hi, thanks for replying! Yes, I saw it was 1 year old, but still quite useful!

I tried following the "Installing with Boards Manager" instructions and installed ESP8266 from there. But again the same result. Missing components, being the fisrt compiling error again the missing "queue.h" (I managed to avoid the initial ESP8266WiFi.h missing error by copying the ESP8266WiFi library in the libraries directory).

So a little bit lost as I am not an expert on environments or programming... Anyway, thanks a lot for your feedback!
Best regards.

Hmmmmmm....
A standard install should be all that is required, no extra steps are required.

Is there an older install of THE Esp environment? I had Some trouble installing Arduino1.6.7 as an update To my old Arduino1.6.4 environment. THE compiler also complained about missing libraries that I knew were present.

Re: UDP Server Example

PostPosted: Mon Feb 08, 2016 6:36 pm
by rezjat
Yes, it was apparently installed before, although I got the missing libraries error.
What did you do to solve the problem and get it compiled?

Thanks again!

Re: UDP Server Example

PostPosted: Tue Feb 09, 2016 4:32 am
by gerardwr
rezjat wrote:Yes, it was apparently installed before, although I got the missing libraries error.
What did you do to solve the problem and get it compiled?

Thanks again!


For my Mac I solved it like this:
http://forum.wemos.cc/topic/18/wemos-d1 ... uino-1-7-6

Good luck.