-->
Page 3 of 3

Re: Connecting esp8266 to a web server

PostPosted: Tue Aug 23, 2016 5:54 pm
by nimafas
i found the answer! the last post should be deleted!!
i am now just wondering how to use arduino at the same time. i mean i need to use the answer of esp8266 on arduino, but i don't know how. would you help me on this please?

Re: Connecting esp8266 to a web server

PostPosted: Tue Aug 30, 2016 10:36 am
by Luiz Henrique
martinayotte wrote:Take a look at this ArduinoESP example :
https://github.com/esp8266/Arduino/blob ... Client.ino


And if i will use Arduino Mega + ESP8266? I am using an already running , but wanted to decrease the amount of characters back with Node.js , e.g.

Code: Select allHost: 192.168.4.1
Accept: text/html,application
Accept-Encoding: gzip, deflate, sdch

Re: Connecting esp8266 to a web server

PostPosted: Sat Dec 09, 2017 10:30 am
by riker1
Hi
I am having the same error.
queue.h not found.

I am coompiling for an Uno with esp01 hocked up

even I re-did a complete install of esp8266 support via.
https://github.com/esp8266/Arduino#inst ... ds-manager

btw it is not clear where to store the board data?

under
/home/user/Arduino/library/esp8266
or /home/user/Arduino/hardware/..
as discribed:
https://github.com/esp8266/Arduino#inst ... ds-manager

I did restart Arduino IDE , and still have the error.

I manually added queue.h in the sketchfolder, but was not picked up.

strange.

any hints?

Thanks T