This is really a splendid video ..&the most important thing is the way you frame the content and explain is mesmerizing..keep it sir! 👍I'll hope very 🔜 u will definately 🔛 🔝👍 😊
Want to use supabase...and send serial data to supabase realtime with every 2 sec delay I am working in smart parking project i need to connect serial bus communication of my uno to node mcu then i need to use supabase real time database to show current nunber of slots in next js app
Thank you for such knowledge... But I'm getting an error... Could you please suggest any changes... "C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino: In function 'void setup()': C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino:35:46: error: no matching function for call to 'FirebaseESP32::begin(const char [75], const char [41])' Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH); ^ In file included from C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/FirebaseESP32.h:42, from C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino:2: C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/Firebase.h:130:8: note: candidate: 'void FirebaseESP32::begin(FirebaseConfig*, FirebaseAuth*)' void begin(FirebaseConfig *config, FirebaseAuth *auth); ^~~~~ C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/Firebase.h:130:8: note: no known conversion for argument 1 from 'const char [75]' to 'FirebaseConfig*' {aka 'firebase_cfg_t*'} Multiple libraries were found for "SD.h" Used: C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SD Not used: C:\Users\Admin\AppData\Local\Arduino15\libraries\SD exit status 1 Compilation error: no matching function for call to 'FirebaseESP32::begin(const char [75], const char [41])'"
Good tutorial, but i could not find any video who explained how to access Firebase data with authenticated users i.e. Firebase has rules defined to access data only for authenticated users.
I'm getting an error "Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno" sending_data_to_firebase:2:10: fatal error: FirebaseESP32.h: No such file or directory #include ^~~~~~~~~~~~~~~~~ compilation terminated. exit status 1 FirebaseESP32.h: No such file or directory Can you help me fix this please? I already downloaded the library mentioned in the video, but still I'm getting this error.
Mujhe khushi hogi agr mei video hindi me bnnu. India ek diversify country hai , Hindi language bhoot logo ko syad samjh naa aye Isliye. Ap Elconics ke whatsapp 9065349698 pe contact krr k apna confusion dur krr skte Thanks 😊
You need to read the data first from both the sensor , pass the variable in instead of random number . Refer this for better understanding - elconics.com/send-sensor-data-to-firebase-using-esp32/
i'm tried your method more than once is not work that's give me this error FirebaseESP32.h no such file or directory Even though I stayed in the liberary
Mine is working till now whoever used this token has not expired in hour or even In month. It might be happen because of firebase rule You should change firebase rules . Make it true for read and write.
i swear i tried to do almost all the tutorial to try and get my firebase to connect to esp32 but none of them worked for me, you managed to save me by making such a good video and now it works. Gonna modify this code to receive data from RFID to ESP32 to Firebase. Thank you so so so much!
@@ElconicsIndia can you drop me a link for whatsapp? as i cant message via whatsapp since im international, it doesnt work for me to add and message manually. Thank!
This is really a splendid video ..&the most important thing is the way you frame the content and explain is mesmerizing..keep it sir! 👍I'll hope very 🔜 u will definately 🔛 🔝👍 😊
Code Link - github.com/ElconicsSuraj/Firebase_code/blob/main/Basic_example_Firebase_1.0
bro you are too good with your edits keep following your passion
not everyone can do it easily
Bro i have a problem that says failed to connect firebase missing required credentials e.g., database url, and token but all of my code are correct
Sir, I want to ask whether it is possible to communicate from ESP32 to Firebase and MIT App using Bluetooth
do you wish freelance for some projects ?
Want to use supabase...and send serial data to supabase realtime with every 2 sec delay
I am working in smart parking project i need to connect serial bus communication of my uno to node mcu then i need to use supabase real time database to show current nunber of slots in next js app
You can connect +91 9065349698 whatsapp number, will discuss more !
Thank you for the video! Very helpful
Thank you for such knowledge... But I'm getting an error... Could you please suggest any changes...
"C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino: In function 'void setup()':
C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino:35:46: error: no matching function for call to 'FirebaseESP32::begin(const char [75], const char [41])'
Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH);
^
In file included from C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/FirebaseESP32.h:42,
from C:\Users\Admin\Documents\Arduino\Sensor_to_Firebase\Sensor_to_Firebase.ino:2:
C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/Firebase.h:130:8: note: candidate: 'void FirebaseESP32::begin(FirebaseConfig*, FirebaseAuth*)'
void begin(FirebaseConfig *config, FirebaseAuth *auth);
^~~~~
C:\Users\Admin\Documents\Arduino\libraries\Firebase_ESP32_Client\src/Firebase.h:130:8: note: no known conversion for argument 1 from 'const char [75]' to 'FirebaseConfig*' {aka 'firebase_cfg_t*'}
Multiple libraries were found for "SD.h"
Used: C:\Users\Admin\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.11\libraries\SD
Not used: C:\Users\Admin\AppData\Local\Arduino15\libraries\SD
exit status 1
Compilation error: no matching function for call to 'FirebaseESP32::begin(const char [75], const char [41])'"
Thanks for your feedback , you can drop your error in Elconics whatsapp number.
Thanks 😊
I tried.. But it says that you are not on whatsapp
How to send any data to Firsebase using esp32-cam?
How to send any data to Firsebase using GSM+Atmega328
In this video does the firebase database stores the historical data from the sensor?
Good tutorial, but i could not find any video who explained how to access Firebase data with authenticated users i.e. Firebase has rules defined to access data only for authenticated users.
why you select test mode while creating realtime process instead of link mode for this give some explanation ?
website not working
Hey guys, Can I read data once from /Sensor path and get all 3 values ?
thank you for this information 🥰🥰🥰🥰🥰🥰🥰🥰
I'm getting an error "Arduino: 1.8.19 (Windows 10), Board: "Arduino Uno"
sending_data_to_firebase:2:10: fatal error: FirebaseESP32.h: No such file or directory
#include
^~~~~~~~~~~~~~~~~
compilation terminated.
exit status 1
FirebaseESP32.h: No such file or directory
Can you help me fix this please? I already downloaded the library mentioned in the video, but still I'm getting this error.
You have installed proper libarary for the same
@@ElconicsIndia I have also installed the same library. Idk why my IDE can't find it.
Drop your error in elconics official whatsapp number, we will try to fix it.
Thanks
@@ElconicsIndia I just realized that the video is using ESP32, I am using ESP8266.
@@demcy4385 my wifi.h library is not working , showing no such file or directory
cogrtulation!
Can you please share the code as I'm not getting it
awesome !!
is this applicable for ESP8266? instead of ESP32
I think so yes because the library is for both ESP8266 and ESP32
Web API Key : "No Web API Key for this project"
Idnt know how to manage this
what could I do???
I have enabled authentication
Friend, can you make the code available?
Okk I will add link today. Thanks
please check in comment , I have added the code link
Your Website is not working, Any Issues?
Sir Hindi me video batao plzzzzz ❤️
Mujhe khushi hogi agr mei video hindi me bnnu.
India ek diversify country hai , Hindi language bhoot logo ko syad samjh naa aye Isliye.
Ap Elconics ke whatsapp 9065349698 pe contact krr k apna confusion dur krr skte
Thanks 😊
sir, i cant find the code.can you send it
Drop message on Elconics helpline whatsapp number. You will get there
hi im abir
#include
| ^~~~~~~~
im getting this error. Is there any libraby i need to install for this error?
I this you are using esp8266 if yes then it has different code.
the code link is not working bro
What problem you are facing
@@ElconicsIndia esp 01 is responding with unexpected response ie; other than OK and ERROR when checking availablity
You can drop messages in Elconics whatsapp number, there I can send you code .
Thanks
Suppose we want to connect both DHT11 and MAX30100 sensors and then send their data together to the firebase. How can we do that.
You need to read the data first from both the sensor , pass the variable in instead of random number .
Refer this for better understanding - elconics.com/send-sensor-data-to-firebase-using-esp32/
We are doing that but it is still not showing the data for both the sensors.
You can drop your error on Elconics official whatsapp number
Can you please provide the code? I didn't find any in the given link.
please check in comment , I have added the code link
i'm tried your method more than once is not work that's give me this error FirebaseESP32.h no such file or directory Even though I stayed in the liberary
Drop your error with screenshot in official whatsapp number of Elconics
Bro. What happened token was expired after one hour. ? This library dosen't work after one hour
Mine is working till now whoever used this token has not expired in hour or even In month.
It might be happen because of firebase rule
You should change firebase rules .
Make it true for read and write.
hi can i get the code link please
Sure! elconics.com/send-sensor-data-to-firebase-using-esp32/
thank you so much bro for the very very fast reply! the fastest ive seen on youtube for tutorials like this! keep up the good work!
Thanks for your good wishes, let us know if you stuck via our WhatsApp support
i swear i tried to do almost all the tutorial to try and get my firebase to connect to esp32 but none of them worked for me, you managed to save me by making such a good video and now it works. Gonna modify this code to receive data from RFID to ESP32 to Firebase. Thank you so so so much!
@@ElconicsIndia can you drop me a link for whatsapp? as i cant message via whatsapp since im international, it doesnt work for me to add and message manually. Thank!
Bhai kya kar raha tu sudhar ja
this not working help me