-
Notifications
You must be signed in to change notification settings - Fork 492
FirebaseStream and FirebasePush did not work together #96
Comments
Which version of the the arduino esp8266 core are you using? See also #48 |
Thanks for your reply. my Arduino15/packages/esp8266/hardware directory is as below.
If I installed the core incorrectly, please give me some instructions. |
You should have two esp8266 board category to select from the 'Tools / Board' menu. To make sure you're using the right one, edit
That way you could easily identify them from the 'Board' menu. Hope that helps. |
After changing the That means the core which is cloned from github is not recognised by Arduino IDE. I am pretty sure that I have done all steps described in "Using git version". Thanks. |
what is the content of the esp8266com directory? |
The esp8266com directory tree is as below.
and tools directory after download binary tools contains these files and sub-directory.
|
Can you try to remove the stable directory from |
Simply removing the stable directory did not work. ESP8266 board definition on So I think that the directory name is configured somewhere. Moreover, after removing stable directory and changing master directory's name so that it's recognised by Arduino, I ran the above code. The program still be crashed by Exception (28). |
Let's merge the discussion with #48 since I believe this is the same issue. |
I think this is fixed with arduino-esp8266 master (esp8266/Arduino@43fb139). I was able to run successfully the following sketch:
@loka17 can you try again? |
I was also able to run successfully the above sketch with arduino-esp8266 master (esp8266/Arduino@43fb139). |
@loka17 Thanks! don't hesitate to report your findings here. |
I'm using the same code and still getting Exception (28): Error. I am positive that FirebaseStream.available break the code. Once I comment out that if, everything works fine. What else should I do to debug the issue? Thanks, |
Hi,
I tried to run firebase stream example (FirebaseStream_ESP8266) on device and it worked as I expected.
After that, I tried to add a new feature in which the device push feedback message to firebase cloud after getting data from stream. I used FirebasePush to implement this. (I also tried FirebasePush separately and it worked fine.)
Unfortunately, it ended up with an exception.
and FirebasePush error message look like this one.
Did I make something incorrectly ?
Any help will be appreciated.
My modified code is as follow.
The text was updated successfully, but these errors were encountered: