The use of the ESP8266 in the world of IoT

User avatar
By nimafas
#53695 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?
User avatar
By Luiz Henrique
#54129
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
User avatar
By riker1
#72427 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