IOT with Firebase : Control Led with Android App using Firebase Console

Поділитися
Вставка
  • Опубліковано 30 лис 2024

КОМЕНТАРІ • 70

  • @TechnicalYarana
    @TechnicalYarana 3 роки тому +1

    Sir Maine ek chhota sa app banaya hai usme maine toggle button ka use kiya hai aur firebase se connect kiya hai , aur jaise mai usko enable akrta hoon to firebase me true bhej raha hoon aur jaise hi usko disable kar raha hoon to firebase me false bhej raha hoon , mera ek chhota sa question ye hai sir ki agar mai firebase me true kar du to toggle button app me bhi enable ho jaye aur jaise hi firebase me false karu vaise hi app me toggle button disable ho jaye matlab ki reverse ligic kaise kare sir please help me bahut logo ke pass comment kiya sir but koi reply nahi de raha hai please help me sir

  • @yash561
    @yash561 4 роки тому +1

    Thanks a lot man, appreciated your contributions :)

    • @bytive
      @bytive  4 роки тому

      I am glad to help you out 😋

  • @TechnicalYarana
    @TechnicalYarana 3 роки тому +1

    Bro how to use toggle button using this project please help me

  • @creamyjade7547
    @creamyjade7547 6 років тому

    Thank you for your awesome tutorial. It's all been well explained and easy to understand. I just have a little question. How can I use multiple NodeMCU to the Firebase? How do I control a NodeMCU while not controlling the other NodeMCUs that are also connected to my Firebase database?

    • @bytive
      @bytive  6 років тому +1

      i m really glad to hear it, for connecting multiple nodemcu connect all of them with Firebase database and then assign some variables to each nodemcu
      like :
      Node1:
      Node2:
      and perform operations on them

    • @creamyjade7547
      @creamyjade7547 6 років тому

      Thank you very much for quick response! I'm amazed. I'll try to add variables and will let you know if it works!

  • @fearlesss365
    @fearlesss365 3 роки тому

    does status keep's updating while turning led (on/off) in firebase realtime database??

  • @msmadaram
    @msmadaram 5 років тому

    have you ever work on android broker such as moquette or something like that ?
    when we have one esp8266 and we want to connet to it with 20 mobile phone what happen?
    each esp8266 or esp 12e can just have 8 TCP/ UDP connection
    what's your idea if we have 20 mobile phones and simultaneous they want to connect to one esp publisher?
    if we run an android broker on one of mobile phones and other connect to it we can connect to esp by one TCP/UDP from broker to esp, is it true?
    have you ever work on android broker such as moquette or something like that ?
    and we don't have any cloud on the net!!!!

    • @bytive
      @bytive  5 років тому

      No i haven't worked on any android broker

  • @praveenbhandari6901
    @praveenbhandari6901 5 років тому

    what all changes are required if we have to create a application for controlling more than one device

  • @hraday_sadrani
    @hraday_sadrani 6 років тому +1

    can u give me code for servo like this

  • @samsudinsamsudin7373
    @samsudinsamsudin7373 3 роки тому

    im error : Error compiling for board NodeMCU 1.0 (ESP-12E Module).

  • @christianbautista9010
    @christianbautista9010 2 роки тому

    where is the code in arduino IDE for nodemcu?

  • @W-ibrahim_Basha
    @W-ibrahim_Basha 6 років тому

    Hello again! Sir :) I have a question plz. If I'd like to use characters in the Ardunio IDE code to control the LED instead of ( 0 & 1 ) How could I do that?

    • @bytive
      @bytive  6 років тому

      Hey sorry for late reply and check out Arduino code in this blog here i m dealing with strings :
      www.hackanons.com/2018/07/iot-with-firebase-home-automation-light.html?m=1

    • @W-ibrahim_Basha
      @W-ibrahim_Basha 6 років тому +1

      It's Ok Sir. You saved my day. Thank you so much :)
      This was so useful ... big thumb up

  • @MrHsynoruc
    @MrHsynoruc 4 роки тому

    what is the way of with only one button one click "on" then 1 second delay after '"off"

  • @rahulmoorkoth2395
    @rahulmoorkoth2395 6 років тому +1

    Nice tutorial 👍

    • @bytive
      @bytive  6 років тому

      i m glad to help you out :)

  • @pv6043
    @pv6043 6 років тому +1

    Sir this app is not working in the mobile phone.Can you suggest me what are the changes that i should do???

    • @pv6043
      @pv6043 6 років тому

      Sir answer? ?

    • @W-ibrahim_Basha
      @W-ibrahim_Basha 6 років тому

      This happened for me at the beginning and this's what I did to fix it
      First of all, make sure you include the correct link of your database within your app with "/" and "https" for example Firebase("##########.firebaseio.com/");
      2. instead of this part of the code "On create"
      // Write a message to the database
      FirebaseDatabase database = FirebaseDatabase.getInstance();
      DatabaseReference myRef = database.getReference("LED Status");
      myRef.setValue(1);
      try this down below
      on.setOnClickListener(new View.OnClickListener() {
      @Override
      public void OnClick(View view) {
      Firebase mRefChild = mRef.child("LED Status");
      mRefChild.setValue(1); } // to turn the LED on
      hope this would help

    • @zainuddineffendieffendi7317
      @zainuddineffendieffendi7317 5 років тому

      if u did all the tutorial u will get it

  • @janiya5670
    @janiya5670 4 роки тому

    Thank you so much.!

    • @bytive
      @bytive  4 роки тому

      I am glad to hear it 😋

  • @Mkhdm
    @Mkhdm 6 років тому

    carryy onn bro :)

  • @rahhi9792
    @rahhi9792 6 років тому

    bro when i upload my firebase code in nodemcu after that serial monitor shows setting failed and value is not uploading on firebase plz help me out from this problem. i am using window 10 and arduino IDE 1.6.9.

    • @Hirusha725
      @Hirusha725 3 роки тому

      it solution for you problem

  • @rizkysatriawibowo
    @rizkysatriawibowo 5 років тому

    can i get the apk form my projek?

  • @ravichudgar
    @ravichudgar 6 років тому

    implementation 'com.android.support:appcompat-v7:28.0.0' getting error on this can you help me out ???

  • @debapriya5957
    @debapriya5957 4 роки тому

    my app is not working. followed every step. please help

  • @bilalhussain4021
    @bilalhussain4021 6 років тому

    Bro now nodemcu is not connecting with firebase console after the updates of firebase have any solution?

    • @bytive
      @bytive  6 років тому

      let me check it out

    • @bilalhussain4021
      @bilalhussain4021 6 років тому

      please reply me soon i want to complete my project

    • @trakiem5187
      @trakiem5187 6 років тому +1

      you should try on edit of firebase RULES null = true

    • @bytive
      @bytive  6 років тому

      bro i have tried it ,firebase is working fine with nodemcu

    • @W-ibrahim_Basha
      @W-ibrahim_Basha 6 років тому

      I had similar problem. Here's the solution
      after you add (firebase-arduino library)! you can go to this link github.com/FirebaseExtended/firebase-arduino and down there go to "Dependencies" and download (ArduinoJson library).zip and add it to your Arduino IDE. upload your code again. and it will work

  • @kimbrylleloyola2942
    @kimbrylleloyola2942 5 років тому +1

    Thanks man

    • @bytive
      @bytive  5 років тому

      Your most welcome 😊

  • @Hi5ist
    @Hi5ist 6 років тому

    how can i install firebase to android studio?

    • @bytive
      @bytive  6 років тому

      yes check previous video i have shown der

  • @mrone3287
    @mrone3287 5 років тому

    Sir when i run the app it autocloses any solutions?

    • @mrone3287
      @mrone3287 5 років тому

      Nvm i solved it by updating and adding the firebase core 😂

    • @bytive
      @bytive  5 років тому

      That's great

    • @mrone3287
      @mrone3287 5 років тому

      Is it possible to have an indicator that the esp8266 is connected to the database? In the app?

    • @bytive
      @bytive  5 років тому +1

      I have check it out, i vll let you know once done

    • @mrone3287
      @mrone3287 5 років тому

      Thanks looking forward to it 😃

  • @vishalsahni7751
    @vishalsahni7751 4 роки тому

    It's not working bro

  • @gahasitha
    @gahasitha 4 роки тому

    This is Java not Kotlin

  • @cliffordcabasag5302
    @cliffordcabasag5302 5 років тому

    Wheres the Arduino code? xD

    • @bytive
      @bytive  5 років тому

      In previous video

    • @cliffordcabasag5302
      @cliffordcabasag5302 5 років тому

      In part 1?

    • @bytive
      @bytive  5 років тому

      No i part 2 : www.hackanons.com/2018/03/iot-with-firebase-control-led-using.html

    • @cliffordcabasag5302
      @cliffordcabasag5302 5 років тому +1

      Thanks bro

    • @bytive
      @bytive  5 років тому

      I m really glad to hear it :)

  • @ahmadfaqih5968
    @ahmadfaqih5968 5 років тому

    my java is error.even though I have followed the steps

    • @Ashimiim
      @Ashimiim 5 років тому

      Which error u r getting

  • @innovativemind4211
    @innovativemind4211 6 років тому

    bro when i upload my firebase code in nodemcu after that serial monitor shows setting failed and value is not uploading on firebase plz help me out from this problem im using window 10 and ide 1.6.9

  • @Ravikumar-oe2wx
    @Ravikumar-oe2wx 4 роки тому

    How we can use it for esp32