Sir. Can you make ir blaster for controlling home appliences.which is controlled by wifi such as esp32 or nodemcu. This controll unit is more use full. We can use alexa to connect all type of application.
This is the video i am looking for more than one year. I have searched whole youtube but i cant find videos. I am aspecting this video fr you. Previously i have requested you in comment to make this video. Thanks for giving this video.. Now it's time to watch it. 😁🙏
Hey sachin .you know i started this project from scratch. Maybe since last year since i saw your all in one home automation project (i even got it from you :) ) then was scratching my head to get this all done.. great stuff that our thoughts are aligned.. The only difference in my project is it is using node red. Not connecting to firebase/blynk directly.. but good stuff
nice tutorial!! but here's the caveat, you might hitting firebase with too much unnecessary api calls.. you might want to check an EVENT-BASED trigger. meaning only take action for every change in state ✌️✌️
Great job ♥♥♥👍🏻👍🏻👍🏻 sir , if I want to use esp32 in my car, what is the best way to power ESP32 from car battery???? (exclude cigarette lighter) thank you ♥
Hey Techiesms, Very amazing project. I have done this before using Real time firebase database. Just a suggestion, use the stream function to get the data from the path, instead of using the 'if' condition to check the path. Saves a lot of data usage in the usage section. Hope this is helpful. Keep up good work. 😊
I want to control it using MIT APP Inventor and Google Assistant. I am trying to find various sources. But, getting errors while using Node.js code. I tried using Google assistant API. I am not wishing to use IFTTT and BLYNK, adafrui, sinir pro, etc.I am trying to build my own. Do you have any ideas. The tutorial provided is really helpful. But, I am looking to integrate with Google Assistant using voice command.
I liked the video before watching it. Actually I also told you to make videos on firebase. Try to make videos on another services of firebase like authentication, firestore, cloud messaging..... Thank you again for this video
Hi Sachin. Please. how am I to edit this app in my mit2 app inventor so as to input my Google Firebase Credentials? Am I to edit the .aab file or the .apk file? Please how? Thanks a lot.
Nice video but I am having one more idea how your are using with internet without Internet right like that by turning off the switch of pcb can we control our appliances.
Hi Sachin, Great Video for DIY Makers. I tried doing myself but got this error: no matching function for call to 'FirebaseESP32::begin(const char [41], const char [41])', Could you please help me with this?
Dear Sachin. This is really an excellent project. I have followed all the instructions as explained by you. but I am getting the error " ^~~~~ C:\Users\lenovo\Documents\Arduino\libraries\Firebase-ESP32-master\src/Firebase.h:130:8: note: no known conversion for argument 1 from 'const char [46]' to 'FirebaseConfig*' {aka 'firebase_cfg_t*'} C:\Users\lenovo\Desktop\PROJECTS-10 March24\All-In-One-Home-Automation-using-Firebase--master\all_in_one_firebase\all_in_one_firebase.ino: In function 'void loop()': all_in_one_firebase:117:5: error: 'Data_from_firebase' was not declared in this scope Data_from_firebase(); ^~~~~~~~~~~~~~~~~~ Multiple libraries were found for "WiFi.h" Used: C:\Users\lenovo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\WiFi Not used: C:\Program Files (x86)\Arduino\libraries\WiFi exit status 1 no matching function for call to 'FirebaseESP32::begin(const char [46], const char [41])' " How to resolve this i have used the same library provided by you. Regards D. V. Apte - Vadodara
Some surge, fuse and thermal protection on your PCB might be a good idea, especially if you value your home. See the datasheet for the Hi-Link HLK 5m05 (basic protective circuits).
Sir i am making this project like blynk 2.0(wifi)+BT+manual with DOIT ESP32 DEVKIT V1 board but due to higher size of code i select board ESP DEV with Huge file option in partition for uploading the code, code is successfully uploaded working all perfect except board is not connected with wifi so i cant control via blynk so please give me any suggestion? i change the board?
Bhaiya mera Manual switch bina hotspot connect kiye kaam nhi kr raha hai ek baar hotspot connect krne ke baad switch kaam kr raha or hotspot band kr raha phir bhi switch kaam kr raha lekin stating me mujhe ek baar hotspot connect krna pad raha phir switch kaam kr raha , Mtlb switch ko Initialise krne ke liye hotspot connect krna pad raha jo ki acha nhi hai if phone nhi raha to switch kaam nhi krega PLZZ SOLVE THIS PROBLEM..🙏🙏🙏
Bro, it seems that the firebase free plan (10GB monthly download) going to be expired while connecting 3 IoT units. is there any solution to reduce the data consumption??
Could you please tell me, how to update firebase values (turn On and Off appliance) through an API . I want to control appliance without any application directly via API but I couldn't get any data regarding it. Please help me with this.
Please sir can you make the project based on bolt iot wifi module with MIT app inventor. It would be helpful for us to learn such type of project. Thank You! 🙏
Tell us, what more you want from techiesms. We are here for you.
#ShareVideoShareKnowledge
Sir. Can you make ir blaster for controlling home appliences.which is controlled by wifi such as esp32 or nodemcu. This controll unit is more use full. We can use alexa to connect all type of application.
Are yaar bol toh ir blaster banao
Instead of adding wifi credentials in the code, you can use UDP communication to send wifi credentials to esp
Arduboy gaming console using arduino pro micro pls
@@rishidasev6231 i made the same project using tasmota
This is the video i am looking for more than one year.
I have searched whole youtube but i cant find videos.
I am aspecting this video fr you.
Previously i have requested you in comment to make this video.
Thanks for giving this video..
Now it's time to watch it. 😁🙏
Hey sachin .you know i started this project from scratch. Maybe since last year since i saw your all in one home automation project (i even got it from you :) ) then was scratching my head to get this all done.. great stuff that our thoughts are aligned..
The only difference in my project is it is using node red. Not connecting to firebase/blynk directly.. but good stuff
bro teaching better than my lecturer
Glad to hear that
Finally! A Firebase Automation Video! GREAT!
Glad you liked it!
nice tutorial!! but here's the caveat, you might hitting firebase with too much unnecessary api calls..
you might want to check an EVENT-BASED trigger.
meaning only take action for every change in state ✌️✌️
Thanks for the tip!
I'll try that out
loved it 😍
hope to continue the project by connecting firebase with google assistant and home assistant
Hi, that's great Can it be controlled from anywhere in the world?
Great job ♥♥♥👍🏻👍🏻👍🏻
sir , if I want to use esp32 in my car, what is the best way to power ESP32 from car battery????
(exclude cigarette lighter)
thank you ♥
Nice! But how do you do the application? 10 Seconds for that are not enough.
Their is many videos on TH-cam to make the application and you can read the documentation of firebase and app inventor
Hey Techiesms,
Very amazing project.
I have done this before using Real time firebase database.
Just a suggestion, use the stream function to get the data from the path, instead of using the 'if' condition to check the path.
Saves a lot of data usage in the usage section.
Hope this is helpful.
Keep up good work. 😊
Code for your suggestion please ?
Nice project!! Please try to integrate it with Google assistant without ifttt and make a video .
Hi Sachin.
There is no .aia in the video description. I can only see .aab and .apk files. Please share your .aia file. Thanks.
I want to control it using MIT APP Inventor and Google Assistant. I am trying to find various sources. But, getting errors while using Node.js code. I tried using Google assistant API. I am not wishing to use IFTTT and BLYNK, adafrui, sinir pro, etc.I am trying to build my own. Do you have any ideas. The tutorial provided is really helpful. But, I am looking to integrate with Google Assistant using voice command.
I liked the video before watching it. Actually I also told you to make videos on firebase.
Try to make videos on another services of firebase like authentication, firestore, cloud messaging.....
Thank you again for this video
Sure I'll try
🔥🔥 Sunday Special
yesss
please make custom tasmota once , like armtronics ac dimmer with relay
Hi Sachin. Please. how am I to edit this app in my mit2 app inventor so as to input my Google Firebase Credentials? Am I to edit the .aab file or the .apk file? Please how? Thanks a lot.
Hello bro
I hope you have a great day
Well, if I want to change the wifi SSID or password, can I insert it to my board without downloading.
Nice video but I am having one more idea how your are using with internet without Internet right like that by turning off the switch of pcb can we control our appliances.
No we can't
we have to put that switch at on position
How to use this app on ios any solution??
Btw great work 👍🏻
Is there any way to connect firebase with Google assistant without any third party services like ifttt??
Don't know as of now
But I'll try to do research in it
Hi Sachin, Great Video for DIY Makers. I tried doing myself but got this error: no matching function for call to 'FirebaseESP32::begin(const char [41], const char [41])', Could you please help me with this?
can you please make a video of firebase in micropython?.thank you and your videos are really informative and helpful
We can connect our own android app with esp32 and firebase. By this code?
Amaizing video Sir!!
But where could I find the "aia" file for the app, please?
In the article whose link is in the description
@@techiesms Excuse me but, I'm only able to find the "apk" and the "aab" files there.
@@radolazaleondarisvalisoara2244 im also searching for aia file
Me too.. is there any way to convert aab file to aia file or open aab file in mitapp!??
Amazing
Excellent work done ☺️
Can i buy and use as a real time project in my house
Yes
what protocol is firebase using to access the data sir
can we able to use websocket protocol sir
Dear Sachin. This is really an excellent project. I have followed all the instructions as explained by you. but I am getting the error " ^~~~~
C:\Users\lenovo\Documents\Arduino\libraries\Firebase-ESP32-master\src/Firebase.h:130:8: note: no known conversion for argument 1 from 'const char [46]' to 'FirebaseConfig*' {aka 'firebase_cfg_t*'}
C:\Users\lenovo\Desktop\PROJECTS-10 March24\All-In-One-Home-Automation-using-Firebase--master\all_in_one_firebase\all_in_one_firebase.ino: In function 'void loop()':
all_in_one_firebase:117:5: error: 'Data_from_firebase' was not declared in this scope
Data_from_firebase();
^~~~~~~~~~~~~~~~~~
Multiple libraries were found for "WiFi.h"
Used: C:\Users\lenovo\AppData\Local\Arduino15\packages\esp32\hardware\esp32\2.0.14\libraries\WiFi
Not used: C:\Program Files (x86)\Arduino\libraries\WiFi
exit status 1
no matching function for call to 'FirebaseESP32::begin(const char [46], const char [41])'
"
How to resolve this i have used the same library provided by you.
Regards
D. V. Apte - Vadodara
How many esp32 connected in one firebase account Sir ?
You are the best bro
You are doing awesome bro🔥🔥🔥
MIT app inventor file not in .aia format.
it is in .aab format.
Please provide correct files
it's there in the article
I need .aia file.
It's not available in article.
Please provide if you can
Have u find brother
@@pankajgupta-ph6di
No I didn't get.
Some surge, fuse and thermal protection on your PCB might be a good idea, especially if you value your home. See the datasheet for the Hi-Link HLK 5m05 (basic protective circuits).
Wow it's amazing 😍
I'm glad you like it
Can I use ESP8266, Sir?
If the current state of the manuall switch is ON, can the server turn that appliance OFF and vice-versa?
Hi. Could you please provide the ".aia"file. The ".aia" file is missing in the given link.
Bro where is Connection & schematic Diagram its missed in article
Hi pls help me with Gerber file for all in one home automation project
Hay un error con la huella de client y toca cambiarlo cada 2 o 3 meses ya un proyecto realizado con firebase no sirve
Hello.. i want to buy the soldered project but the link is not working
techiesms.com/product/all-in-one-home-automation-project/
where can i copy the code?
Sir i am making this project like blynk 2.0(wifi)+BT+manual with DOIT ESP32 DEVKIT V1 board but due to higher size of code i select board ESP DEV with Huge file option in partition for uploading the code, code is successfully uploaded working all perfect except board is not connected with wifi so i cant control via blynk so please give me any suggestion? i change the board?
Super 🔥🔥🔥🔥🔥
Where can I get the Gerber file for the pcb?
how to make the same project with touch sensor switch
How the fan regulator controlled from app. What is the hardware circuit doing
watch this video to understand that capacitive dimming hardware th-cam.com/video/kMqcRaBRDRY/w-d-xo.html
no matching function for call to 'FirebaseESP32::begin(const char [45], const char [41])' error is comming in the code
Firebase.begin(FIREBASE_HOST, FIREBASE_AUTH);
ભાઇ એપ્લિકેશન ની .aia ફાઇલ ?
Bhaiya mera Manual switch bina hotspot connect kiye kaam nhi kr raha hai ek baar hotspot connect krne ke baad switch kaam kr raha or hotspot band kr raha phir bhi switch kaam kr raha lekin stating me mujhe ek baar hotspot connect krna pad raha phir switch kaam kr raha , Mtlb switch ko Initialise krne ke liye hotspot connect krna pad raha jo ki acha nhi hai if phone nhi raha to switch kaam nhi krega PLZZ SOLVE THIS PROBLEM..🙏🙏🙏
Where is api file brother
MIT app .aia file is not there on the site. Please reply asap.
Dear sir
From where i can purchase this proje t
Our website.
And if you face any issues, just DM us on Instagram @techiesms
Bro, it seems that the firebase free plan (10GB monthly download) going to be expired while connecting 3 IoT units. is there any solution to reduce the data consumption??
ભાઇ code opane સોસર્સ નથી રાખીયો?
Could you please tell me, how to update firebase values (turn On and Off appliance) through an API . I want to control appliance without any application directly via API but I couldn't get any data regarding it. Please help me with this.
Did anyone get the .aia file. if yes, can you please share? Same request to the author as well.
Hi can you give the .aia file of the app?
bro have you go the file
Make this project in tasmota with fan speed
you not provide AIA file please give me sir
Yr manufacturing keliye pcb power ka sponser dekho re jlc jlc sun ke abhi pak gye he
Great 👍
Thank you! Cheers!
sorry, i didnt get the AIA file on website. the files were aAAB or something
says error compiling for board nodemcu can some one help me !
Sir I want to access the blynk vertual pin status and to control them using html webpage. How can we do so ?
Plz make a video on that
It's simple
just attach a specific Blynk API link with every button on HTML page
that's it
@@techiesms I'm trying but it's not working. My syntax is : On
Button appears on html page but it's not responding.
Where is sorce cod please
Wifi repeater customized
Nice
Thanks
I can't find aia file please help
👌👌👌
Please sir can you make the project based on bolt iot wifi module with MIT app inventor. It would be helpful for us to learn such type of project. Thank You! 🙏
Please provide pcb
Where is aia file??
cant find it bruh
where is aia file bro
Sir please u can give me aia file for apps
Video is very informative but please stop over acting...🙏🙏🙏👍👍🎉🎉
PCB need to be more professional , as it doesn't have ground pouring and track are not routed well.
.aia file upload kr do iski
Sir pls add .aia file
Firebase
Plz provide aia file
ban gaya nahi chaiye
@@chakhna send me then
@@urmilasasane6004i am creat app by android studio.
bukacuda
wastage of time
wastage of time so mnuch errrorrs
Let me know the errors
please provide aia file