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

  Рет қаралды 31,751

Bytive

Bytive

Күн бұрын

Пікірлер: 70
@TechnicalYarana
@TechnicalYarana 4 жыл бұрын
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 5 жыл бұрын
Thanks a lot man, appreciated your contributions :)
@bytive
@bytive 5 жыл бұрын
I am glad to help you out 😋
@praveenbhandari6901
@praveenbhandari6901 5 жыл бұрын
what all changes are required if we have to create a application for controlling more than one device
@TechnicalYarana
@TechnicalYarana 4 жыл бұрын
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 жыл бұрын
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!
@MrHsynoruc
@MrHsynoruc 5 жыл бұрын
what is the way of with only one button one click "on" then 1 second delay after '"off"
@samsudinsamsudin7373
@samsudinsamsudin7373 3 жыл бұрын
im error : Error compiling for board NodeMCU 1.0 (ESP-12E Module).
@fearlesss365
@fearlesss365 3 жыл бұрын
does status keep's updating while turning led (on/off) in firebase realtime database??
@bytive
@bytive 3 жыл бұрын
Yes
@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
@christianbautista9010
@christianbautista9010 3 жыл бұрын
where is the code in arduino IDE for nodemcu?
@hraday_sadrani
@hraday_sadrani 6 жыл бұрын
can u give me code for servo like this
@pv6043
@pv6043 6 жыл бұрын
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
@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 жыл бұрын
It's Ok Sir. You saved my day. Thank you so much :) This was so useful ... big thumb up
@janiya5670
@janiya5670 5 жыл бұрын
Thank you so much.!
@bytive
@bytive 5 жыл бұрын
I am glad to hear it 😋
@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 4 жыл бұрын
it solution for you problem
@ravichudgar
@ravichudgar 6 жыл бұрын
implementation 'com.android.support:appcompat-v7:28.0.0' getting error on this can you help me out ???
@jayrhic
@jayrhic 6 жыл бұрын
downgrade it
@sarveshpatki
@sarveshpatki 6 жыл бұрын
use v7:27.1.1
@rizkysatriawibowo
@rizkysatriawibowo 5 жыл бұрын
can i get the apk form my projek?
@rahulmoorkoth2395
@rahulmoorkoth2395 6 жыл бұрын
Nice tutorial 👍
@bytive
@bytive 6 жыл бұрын
i m glad to help you out :)
@kimbrylleloyola2942
@kimbrylleloyola2942 5 жыл бұрын
Thanks man
@bytive
@bytive 5 жыл бұрын
Your most welcome 😊
@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 жыл бұрын
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
@debapriya5957
@debapriya5957 4 жыл бұрын
my app is not working. followed every step. please help
@raciel9133
@raciel9133 4 жыл бұрын
X2
@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 жыл бұрын
I have check it out, i vll let you know once done
@mrone3287
@mrone3287 5 жыл бұрын
Thanks looking forward to it 😃
@Hi5ist
@Hi5ist 6 жыл бұрын
how can i install firebase to android studio?
@bytive
@bytive 6 жыл бұрын
yes check previous video i have shown der
@vishalsahni7751
@vishalsahni7751 4 жыл бұрын
It's not working bro
@Mkhdm
@Mkhdm 6 жыл бұрын
carryy onn bro :)
@gahasitha
@gahasitha 4 жыл бұрын
This is Java not Kotlin
@bytive
@bytive 4 жыл бұрын
Yes
@ahmadfaqih5968
@ahmadfaqih5968 5 жыл бұрын
my java is error.even though I have followed the steps
@Ashimiim
@Ashimiim 5 жыл бұрын
Which error u r getting
@cliffordcabasag5302
@cliffordcabasag5302 6 жыл бұрын
Wheres the Arduino code? xD
@bytive
@bytive 6 жыл бұрын
In previous video
@cliffordcabasag5302
@cliffordcabasag5302 6 жыл бұрын
In part 1?
@bytive
@bytive 6 жыл бұрын
No i part 2 : www.hackanons.com/2018/03/iot-with-firebase-control-led-using.html
@cliffordcabasag5302
@cliffordcabasag5302 6 жыл бұрын
Thanks bro
@bytive
@bytive 6 жыл бұрын
I m really glad to hear it :)
@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
ESP8266 + Arduino + database - Control Anything from Anywhere
13:51
Electronoobs
Рет қаралды 645 М.
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН
Google Assistant | Home Automation IOT | NodeMCU ESP8266
17:37
Viral Science - The home of Creativity
Рет қаралды 701 М.
IoT with Firebase and make your own Android App (without coding) - Part 2
15:57
ESP 8266 Android app
7:25
Faisal Khan
Рет қаралды 69 М.
IoT light using NodeMCU ESP8266, Arduino, HTML, CSS, jQuery and Firebase
13:34
IOT Home automation using Google Firebase
13:27
RoboShala
Рет қаралды 252 М.
How to Build an Android App to Control Your WiFi Enabled Arduino
12:55
When you have a very capricious child 😂😘👍
00:16
Like Asiya
Рет қаралды 18 МЛН