thanks for the video sir, please can i have the link to download the libraries of the devices you used in your project, i which to build my circuit on proteus?
This is real good video brother, but I would like to see a gms version of it, not depending on wifi. That way the project will be more versatile. BTW, keep teaching brother. Greetings from Tanzania 🇹🇿
Great project 👍however im having a problem compiling the full code i get this error Compilation error: 'class WiFiClientSecure' has no member named 'setInsecure' #26 I believe it has something to do with the version of ESP32 core installed.? Does anyone have any ideas thx 👍😀
Hello there, a really good project. However i had an issue/doubt... after the google script process do i need to make a folder in my drive or is that automatically created. Because all i see in my drive is the script i made and thats it. No image is being uploaded. Please reply asap, Thank you.
Waw, great implementation of the ESP cam module. I need to start tinkering myself !
Nice project and waiting for your video bro
thanks for the video sir, please can i have the link to download the libraries of the devices you used in your project, i which to build my circuit on proteus?
Thanks so much bro!!! We will graduate because of you!
This is real good video brother, but I would like to see a gms version of it, not depending on wifi. That way the project will be more versatile.
BTW, keep teaching brother.
Greetings from Tanzania 🇹🇿
I have made a GSM version and working cool!
@@susmimu Do you have any details of that? I'd be wanting to use 4G/LTE
@@susmimu oehhh please share :)))
Thanks for this video it works ❤️
I assume the IP will change every time - is there away to get a fixed IP? so the video could be used by other SW?
great video..thanks
Thanks it works for me!
Great video , thank you
♥
Really helpful!
Sir plz make a video on sending images to every 10 sec through gsm module to our cellphone
I want to use a button instead of a sensor module. What changes do I need to make in Arduino?
Does it can visit IP address and can watch live video?
Can you make esp32 camera based robot bro blynk app or any IoT platform
yes, I can make it. I will make more videos on ESP32 Cam.
we not sending the code to the esp32 cam directly ?
Great project 👍however im having a problem compiling the full code i get this error
Compilation error: 'class WiFiClientSecure' has no member named 'setInsecure' #26
I believe it has something to do with the version of ESP32 core installed.?
Does anyone have any ideas thx 👍😀
Is output of IR sensor 5v?
Hi sir can i use arduino uno to power up the esp32 cam?
It's good to have a 5v and at least 2A power supply for best performance. You can watch my video on how to make 5v and 3A power supply.
Thank you
Can it record a video and send it to google drive?
Thanks alot
Hello there, a really good project. However i had an issue/doubt... after the google script process do i need to make a folder in my drive or is that automatically created. Because all i see in my drive is the script i made and thats it. No image is being uploaded. Please reply asap, Thank you.
same goes here, I do identify an issue where displayed in Serial monitor that myFile.indexOf is not a function... How do I fix that??
Yes, you need to me a new folder name "ESP32-CAM"
Can we upload videos to google drive please explain
i will take a look at this.
Hi, how to make it take a photo and send it once every month only
@@mrmohammed4316 use the ds3231 module to keep track of the date and time.
@@ElectroniCliniccan I put a month period in seconds in the delay in the loop function? Like that
Delay (2628002);
google script is free?
TypeError: Cannot read property 'parameter' of undefined
doPost @ Código.gs:2
What is the reason for this error in the Google Script code?