Arduino: MEGA
Hardware: ESP-01
Core Version: 2.1.0
I can't simply compile the examples.
Module: MEGA
Flash Size: ?4MB/1MB?
CPU Frequency: ?80Mhz?
Flash Mode: ?qio?
Flash Frequency: ?40Mhz?
Upload Using: SERIAL
Reset Method: ?ck / nodemcu?
WiFiWebServer.ino
this is the error from serial.
In file included from /home/zion/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFi.h:33:0,
from /home/zion/Arduino/libraries/ESP8266WiFi/examples/WiFiWebServer/WiFiWebServer.ino:10:
/home/zion/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiType.h:26:19: fatal error: queue.h: No such file or directory #include
but damn it the file is there I don't know what I鈥檓 doing wrong, can anybody help?
I'm making progress, I had to choose the programmer genericESPmodule hahahah sorry
Module: ESP8266-01
Flash Size: 4M(1M SPIFSS)
CPU Frequency: 80Mhz
Flash Mode: qio
Flash Frequency: 40Mhz
Upload Using: SERIAL
Reset Method: ck
is there any guide or tutorial?
Sure, you may check out this tutorial by Adafruit:
https://learn.adafruit.com/adafruit-huzzah-esp8266-breakout/using-arduino-ide
Thank you Ivan, I'll check right now this module is driving me crazy!
What if I want to use ESP8266 with Arduino. Then how do I resolve the queue.h error.
Same question as karanmakharia: I want to use the simple ESP8266-01 connected to Mega 2560 over Serial2 - any suggestions how to resolve the queue.h error??
Or is there another library for Arduinos to send data to ESPxxxx?
Same error with aduino-Uno using ESP8266
In file included from /home/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFi.h:33:0,
from /home/Arduino/wifi_tmp/wifi_tmp.ino:3:
/home/Arduino/libraries/ESP8266WiFi/src/ESP8266WiFiType.h:26:19: fatal error: queue.h: No such file or directory
#include
Most helpful comment
What if I want to use ESP8266 with Arduino. Then how do I resolve the queue.h error.