Send Sensor data to Firebase using ESP32 | Cloud setup | Arduino Coding | Firebase Realtime Database

แชร์
ฝัง
  • เผยแพร่เมื่อ 30 ม.ค. 2023
  • DESCRIPTION:
    Learn complete Firebase from basic in 3 days🔥 || Easiest Explanation || For beginners
    About the Course:
    So this course is for all those who want to start their IOT journey from basic to advance in most simplest way.
    In this video I have explained how to install Firebase and upload data from ESP32 into Firebase in the easiest way as I could.
    I will also cover the topic how to make your own web-app by your own and make it accessable to everyone over Internet in the next video..
    In this video you can also able to make various project based on sensor and you will also able to upload the data into Firebase.
    I have tried the best way to explain espescially for begginers.
    ****************************************
    Get connected with Elconics from everywhere:
    code & Step by step process - elconics.com/send-sensor-data...
    Subscribe Elconics channel:- / @elconicsindia
    LinkedIn:- / suraj-kumar-30a3a41a5
    Instagram:- invitescon...
    Facebook:- profile.php?...
    Website:-www.elconics.com
    My Whatsapp no.:-9065469698
    ******************************************
    Important Links:
    Arduino Tutorial Series for begineers:- • Arduino-Scratch2Advance
    Best project based on Arduino:- • The fastest and Easies...
    • How to Make Arduino ba...
    • Line follower robot | ...
    ****************************************
    Product Links:-
    Elconics Starter kit -amzn.to/3eH0Z8o
    Arduino Uno (DIP)- amzn.to/3TFMHUY
    Potentiometer-amzn.to/3N6cCCM
    My phone - amzn.to/3cdwDJf
    My mic - amzn.to/3IM8BRK
    My Tripod - amzn.to/3yLNtXp
    My lightsetup - amzn.to/3chfz5e
    Keywords:
    Firebase Tutorials
    Firebase hosting
    Firebase authentication
    esp32 firebase
    esp32 firebase led
    esp32 firebase realtime database
    esp32 firestore
    esp32 firebase mit app inventor
    esp32 fire alarm system
    esp32 firebase tutorial
    esp32 firebase dht11
    esp32 firebase realtime database esp8266 firebase
    iot app using flutter
    esp32-cam firebase
    google firebase
    iot app development tutorial
    firebase nodemcu
    firebase to website
    arduino uno to firebase
    internet of things
    internet of things explained
    internet of things in hindi
    internet of things in tamil
    internet of things projects
    internet of things playlist
    internet of things in telugu
    internet of things and its applications
    internet of things upsc
    internet of everything
    internet of things lecture
    internet of things o level
  • วิทยาศาสตร์และเทคโนโลยี

ความคิดเห็น • 55

  • @punitsinghbisht29
    @punitsinghbisht29 หลายเดือนก่อน +2

    bro you are too good with your edits keep following your passion
    not everyone can do it easily

  • @amritakumari7187
    @amritakumari7187 ปีที่แล้ว +5

    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 🔛 🔝👍 😊

  • @bananna8472
    @bananna8472 4 หลายเดือนก่อน +1

    Thank you for the video! Very helpful

  • @nanomaX88
    @nanomaX88 3 หลายเดือนก่อน +1

    cogrtulation!

  • @chandrabhushanpandey2417
    @chandrabhushanpandey2417 หลายเดือนก่อน +1

    awesome !!

  • @sreekanth252
    @sreekanth252 3 หลายเดือนก่อน

    In this video does the firebase database stores the historical data from the sensor?

  • @mubasirkhafid9582
    @mubasirkhafid9582 8 หลายเดือนก่อน +2

    Sir, I want to ask whether it is possible to communicate from ESP32 to Firebase and MIT App using Bluetooth

  • @edisonelarab6857
    @edisonelarab6857 8 หลายเดือนก่อน +1

    thank you for this information 🥰🥰🥰🥰🥰🥰🥰🥰

  • @cuteanimals4069
    @cuteanimals4069 ปีที่แล้ว

    Hey guys, Can I read data once from /Sensor path and get all 3 values ?

  • @dienau6313
    @dienau6313 9 หลายเดือนก่อน +1

    How to send any data to Firsebase using esp32-cam?

  • @MrNams
    @MrNams 5 หลายเดือนก่อน

    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.

  • @axramar7743
    @axramar7743 ปีที่แล้ว +1

    How to send any data to Firsebase using GSM+Atmega328

  • @urieltubianosa5877
    @urieltubianosa5877 11 หลายเดือนก่อน +1

    is this applicable for ESP8266? instead of ESP32

  • @amalayakin4411
    @amalayakin4411 2 หลายเดือนก่อน

    why you select test mode while creating realtime process instead of link mode for this give some explanation ?

  • @user-kw3bp4yf3v
    @user-kw3bp4yf3v หลายเดือนก่อน +2

    website not working

  • @musicliver-lo5xe
    @musicliver-lo5xe 2 หลายเดือนก่อน +1

    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])'"

    • @ElconicsIndia
      @ElconicsIndia  2 หลายเดือนก่อน

      Thanks for your feedback , you can drop your error in Elconics whatsapp number.
      Thanks 😊

    • @musicliver-lo5xe
      @musicliver-lo5xe 2 หลายเดือนก่อน

      I tried.. But it says that you are not on whatsapp

  • @demcy4385
    @demcy4385 ปีที่แล้ว +1

    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.

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว

      You have installed proper libarary for the same

    • @demcy4385
      @demcy4385 ปีที่แล้ว

      @@ElconicsIndia I have also installed the same library. Idk why my IDE can't find it.

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว

      Drop your error in elconics official whatsapp number, we will try to fix it.
      Thanks

    • @demcy4385
      @demcy4385 ปีที่แล้ว

      @@ElconicsIndia I just realized that the video is using ESP32, I am using ESP8266.

    • @vineethmenon2372
      @vineethmenon2372 11 หลายเดือนก่อน +1

      @@demcy4385 my wifi.h library is not working , showing no such file or directory

  • @dipanshusharma9571
    @dipanshusharma9571 หลายเดือนก่อน

    Your Website is not working, Any Issues?

  • @rahatabir8645
    @rahatabir8645 10 หลายเดือนก่อน

    hi im abir
    #include
    | ^~~~~~~~
    im getting this error. Is there any libraby i need to install for this error?

    • @ElconicsIndia
      @ElconicsIndia  10 หลายเดือนก่อน

      I this you are using esp8266 if yes then it has different code.

  • @bahadordarafkan9145
    @bahadordarafkan9145 6 หลายเดือนก่อน

    Web API Key : "No Web API Key for this project"
    Idnt know how to manage this
    what could I do???

  • @surajvalde2497
    @surajvalde2497 ปีที่แล้ว +2

    Sir Hindi me video batao plzzzzz ❤️

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว +1

      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 😊

  • @pooperu9036
    @pooperu9036 5 หลายเดือนก่อน

    this not working help me

  • @edisonelarab6857
    @edisonelarab6857 6 หลายเดือนก่อน

    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

    • @ElconicsIndia
      @ElconicsIndia  6 หลายเดือนก่อน

      Drop your error with screenshot in official whatsapp number of Elconics

  • @AR-du6nf
    @AR-du6nf ปีที่แล้ว +1

    Suppose we want to connect both DHT11 and MAX30100 sensors and then send their data together to the firebase. How can we do that.

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว

      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/

    • @AR-du6nf
      @AR-du6nf ปีที่แล้ว +1

      We are doing that but it is still not showing the data for both the sensors.

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว

      You can drop your error on Elconics official whatsapp number

  • @chinthakasamarakoon6075
    @chinthakasamarakoon6075 11 หลายเดือนก่อน +1

    Bro. What happened token was expired after one hour. ? This library dosen't work after one hour

    • @ElconicsIndia
      @ElconicsIndia  11 หลายเดือนก่อน

      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.

  • @hrithulpb1617
    @hrithulpb1617 23 วันที่ผ่านมา +1

    the code link is not working bro

    • @ElconicsIndia
      @ElconicsIndia  23 วันที่ผ่านมา

      What problem you are facing

    • @hrithulpb1617
      @hrithulpb1617 23 วันที่ผ่านมา +1

      @@ElconicsIndia esp 01 is responding with unexpected response ie; other than OK and ERROR when checking availablity

    • @ElconicsIndia
      @ElconicsIndia  23 วันที่ผ่านมา

      You can drop messages in Elconics whatsapp number, there I can send you code .
      Thanks

  • @matthewbosco7786
    @matthewbosco7786 ปีที่แล้ว +2

    hi can i get the code link please

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว +2

      Sure! elconics.com/send-sensor-data-to-firebase-using-esp32/

    • @matthewbosco7786
      @matthewbosco7786 ปีที่แล้ว +2

      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!

    • @ElconicsIndia
      @ElconicsIndia  ปีที่แล้ว +1

      Thanks for your good wishes, let us know if you stuck via our WhatsApp support

    • @matthewbosco7786
      @matthewbosco7786 ปีที่แล้ว +1

      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!

    • @matthewbosco7786
      @matthewbosco7786 ปีที่แล้ว

      @@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!

  • @abhinavcoaching9144
    @abhinavcoaching9144 หลายเดือนก่อน

    Bhai kya kar raha tu sudhar ja