I'm taking Software Design as a Computer Engineering student po and ang helpful po ng videos niyo sa current project namin for completion this semester. Maraming salamat po
Hi Joed! Its really glad to learn about your IoT Dev Learning Path from introduction 01 until now. I hope you continue this path/playlist and could tell us about how to store data periodically. For example, the system stores each data sensor in every 3 hours, and we can retrieve its data and filter it based on datetime (day-by-day) through Android Studio. I hope you could explain it. Thanks!
Thank you! I appreciate your comment. 😊 I wish I could continue this playlist as well. As of now, I am working on the SunFounder Arduino playlist., probably when I reach the IoT part of this course, I'll continue the esp32 as well.
Thank you very much sir, your video tutorial is very easy to understand and wonderful. Please make a tutorial using MIT App Inventor connected to Firebase using ESP32
Great video! I'm going to build a I-V curve tracer for FV pannels using ESP32, i hope i can plot the curve through firebase data in the app that i'm going to build.
Hi, if I don't want to use the button every time I want to upload the data, how I should do the code? I would like to display the upgraded data without the necesity of using the button. Thanks and nice video.
Thank you for video sir. It was helpful in integrating esp32 with firebase. Can u help me out in coding part in Android studio? Can I get the access for Android studio code??
Pls make a tutorial on Firebase Firestore so that we can control and monitor the stored data in the database using our IOT application. For my project i need to store the updates in any variable in the database, So that i can monitor the data Pls guide me regarding this. Thank you
Hi Joed! I watched all your videoes about IoT Esp32. I am currently developing a website based project. I am concern about the API keys showing in the client side. How can I protect or hide it?
When choosing get started with real time database in the Firebase assistant window, only java is displayed it doesn't show the option to do with kotlin. Any way how to fix it.
i downloaded the "BLE scanner" on my android phone and it shows so many "mac addresses" and someone said it is people who took the jab. i went to walgreens since they give the jab there and i got over 200 "BLE mac addresses" when no one was in the store by the pharmacy. is it true it is the people who took the jab?
Make sure to properly import the auto-generated class of this ActivityMainBinding. I have a separate video lesson that explains View Binding in Android. ua-cam.com/video/pPl2dq3vLfg/v-deo.html
Thanks alot Mr. Joed for your excellent content. Can you tell me how can I solve the challenge? I have also sent you an email to get access for the code. I repeat my thanks.
this is a crucial problem when one wants to send many different commands from firebase to ESP32. Has anyone found a good solution? I spent several days searching without success, and came up with the idea of crushing all information in a single int to be streamed and then decoded through a table of actions in ESP32. The only downside with this solution is that for anything be updated from firebase, now I'll need to change 2 database variables.
Hi, I found in tool/firebase/realtime databse /" get started with realtime database java" but not "get started with realtime database kotlin" is there a solution
You're a genius bro. You helped me with my IoT project. i was going crazy but thank god i found your channel
You're welcome. Please share 🙂
Saludos Amigo. Como hago para descargar el codigo del esp32 de este tutorial?
I'm taking Software Design as a Computer Engineering student po and ang helpful po ng videos niyo sa current project namin for completion this semester. Maraming salamat po
Thank you! Pls share 😊
Lovely edited and comprehensive tutorials broken down into manageable chucks. Thanks so much!
Thanks!
Hi Joed! Its really glad to learn about your IoT Dev Learning Path from introduction 01 until now. I hope you continue this path/playlist and could tell us about how to store data periodically. For example, the system stores each data sensor in every 3 hours, and we can retrieve its data and filter it based on datetime (day-by-day) through Android Studio. I hope you could explain it. Thanks!
Thank you! I appreciate your comment. 😊 I wish I could continue this playlist as well. As of now, I am working on the SunFounder Arduino playlist., probably when I reach the IoT part of this course, I'll continue the esp32 as well.
so excited for the lesson 7!!!!
lovely video ur very good at explaining sir thank you
Thank you!
Thank you very much sir, your video tutorial is very easy to understand and wonderful. Please make a tutorial using MIT App Inventor connected to Firebase using ESP32
Great content, please do more of these
Very well structured tutorials. You have a great talent for teaching. Keep up the good work :)
Thank you!
Respect sir💪
Saludos hermano desde Venezuela. Excelente tutorial. Quisiera preguntarte como descargo el codigo del esp32 que utilizaste en tu tutorial?
hello po gumawa po ko ng database na authenticated user lng pwede maka access.. pano po ma read ung realtime database kapag sa esp32.?
Great video! I'm going to build a I-V curve tracer for FV pannels using ESP32, i hope i can plot the curve through firebase data in the app that i'm going to build.
Thank you that was very helpful
Hi, if I don't want to use the button every time I want to upload the data, how I should do the code? I would like to display the upgraded data without the necesity of using the button.
Thanks and nice video.
Sir do u have repositiory on github or something for the code ?
Thank you for video sir. It was helpful in integrating esp32 with firebase. Can u help me out in coding part in Android studio? Can I get the access for Android studio code??
pls send me an email and I'll give you the code. thanks!
Pls make a tutorial on Firebase Firestore so that we can control and monitor the stored data in the database using our IOT application.
For my project i need to store the updates in any variable in the database,
So that i can monitor the data
Pls guide me regarding this.
Thank you
hi thanks alot u really helped me but can u share the code for android studio in the description ?
Hi Joed! I watched all your videoes about IoT Esp32. I am currently developing a website based project. I am concern about the API keys showing in the client side. How can I protect or hide it?
make more projects like this sir
I'll be releasing my new training series very soon. Thanks
Ty sir , you help my homework
Welcome!
Hi Joed. Great tutorial very clear thanks. How would I go about creating a web App for controlling ESP32 GPIOs
Can you maybe do this for an app with flutter?
Thanks, bro......
When choosing get started with real time database in the Firebase assistant window, only java is displayed it doesn't show the option to do with kotlin. Any way how to fix it.
Hi sir, why my android app can't get the data on snapshotlistener
Sir , can you pls provide code for the app?
I just want to ask does the phone need to be connected to wifi or bluetooth to the ardunio to get the values?
The phone needs to be connected to the internet to communicate to the Firebase RTDB.
hello sir good morning, can i ask for a help for my project, can you help me to deal with my code in my esp32
where can i communicate with you?
This programe not working in my project. all the time serial.print send request failed
but how can one single database object point to multiple paths? Is the promissed solution to this in some other tutorial? I need to have 12 listeners😭
i downloaded the "BLE scanner" on my android phone and it shows so many "mac addresses" and someone said it is people who took the jab. i went to walgreens since they give the jab there and i got over 200 "BLE mac addresses" when no one was in the store by the pharmacy. is it true it is the people who took the jab?
"private lateinit var binding: ActivityMainBinding "this line is giving me trouble what did you do to fix it because you skipped on the video?
Make sure to properly import the auto-generated class of this ActivityMainBinding. I have a separate video lesson that explains View Binding in Android. ua-cam.com/video/pPl2dq3vLfg/v-deo.html
Please do one that shows the battery percentage
Pleaseeee🙏🏾
Thanks alot Mr. Joed for your excellent content.
Can you tell me how can I solve the challenge?
I have also sent you an email to get access for the code.
I repeat my thanks.
Let me check. Thanks!
@@joedgoh Thank you for your concern.
where is the answer of your activities tho?
Do you have a java version of this?
Hi, sorry, I don't have. Thanks!
Que rei mano
how many stream can we have?
Probably only three, then I get the error "read error, not connected. " I can't find where to change it. Do you have this problem too?
In this library is funcion beginMultiPathStream but I'm testing it now.
@@piotrpiechowski6472 have u found the solution to get more stream?
this is a crucial problem when one wants to send many different commands from firebase to ESP32. Has anyone found a good solution? I spent several days searching without success, and came up with the idea of crushing all information in a single int to be streamed and then decoded through a table of actions in ESP32. The only downside with this solution is that for anything be updated from firebase, now I'll need to change 2 database variables.
The awesome video!! Can I access the source code?
Pls email me. joedgoh@gmail.com. thanks
Hi can you send me the code, please!
Hey sir can you share the code with me?
Sent. Thanks!
Hello friend, can you share the source codes with me, please? Thank you.
Pls email me. Thanks!
Hi Sir, I am emailing you to request the code for educational purposes. I hope you receive this message.
Please do java language 😢😢
About Android Firebase using java, there are many tutorials here in youtube
Hi, I found in tool/firebase/realtime databse /" get started with realtime database java" but not "get started with realtime database kotlin" is there a solution