firebase-arduino
firebase-arduino copied to clipboard
Problem of library of firebase <FirebaseArduino.h>
Hello, when I ran example "FirebaseDemo_ESP8266" , I got a mistake as following:
#include <FirebaseArduino.h> #include <ESP8266WiFi.h>
error message:
`
C:\Users\USER\Documents\Arduino\libraries\firebase-arduino-master\src/FirebaseArduino.h:20:18: fatal error: string: No such file or directory
#include
`
Then, I swap the code as following:
#include <ESP8266WiFi.h> #include <FirebaseArduino.h>
Got the error:
`
C:\Users\USER\Documents\Arduino\libraries\ESP8266WiFi\src/ESP8266WiFiType.h:26:19: fatal error: queue.h: No such file or directory
#include <queue.h> `
I found some possible problem:
- Arduino IDE version INCOMPATIBLE -- Tried to use 1.8.5, 1.6.12 and failed; 1.6.9 doesn't have INCOMPATIBLE problem. But it still cannot run.
- Should install old library of firebase -- still cannot run
Please help me, thank you very much !
Which board do you have selected in the Tools > Board menu?
@per1234 I selected Arduino/Genuino Uno because I used Arduino Uno R3 + ESP8266.
I tried to selected Generic ESP8266 Module in the Tools > Board menu, then it compiled success ! But, does that means it cannot upload the codes to the Arduino Uno board?
As you discovered, this library is for directly programming the ESP8266. You can't use it with your Uno.
whenever i use #include<FirebaseAudrino.h>, giving error of error compilng for NODE MCU. Please sugegst how i can rectify this issue
@mHsuann Try using the old library for FirebaseAudrino. Old Library. It worked for me then.
@mHsuann Try using the old library for FirebaseAudrino. Old Library. It worked for me then.
I downloaded the old library from the link you sent, but it did not still work with uno. please can you explain how you did it
@mHsuann Try using the old library for FirebaseAudrino. Old Library. It worked for me then.
work for me too
@mHsuann Try using the old library for FirebaseAudrino. Old Library. It worked for me then.
work for me too
me too