ESP32 CAM Send Images to Google Drive, IoT Security Camera using ESP32 Camera Module

Поделиться
HTML-код
  • Опубликовано: 13 дек 2024

Комментарии • 40

  • @PhG1961
    @PhG1961 2 года назад +1

    Waw, great implementation of the ESP cam module. I need to start tinkering myself !

  • @creativeelectronicchannel7647
    @creativeelectronicchannel7647 2 года назад +1

    Nice project and waiting for your video bro

  • @tendongforpride725
    @tendongforpride725 2 года назад +3

    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?

  • @pzir343
    @pzir343 8 месяцев назад

    Thanks so much bro!!! We will graduate because of you!

  • @raymondmichael4987
    @raymondmichael4987 2 года назад +3

    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 🇹🇿

    • @susmimu
      @susmimu 2 года назад

      I have made a GSM version and working cool!

    • @GEHDunedin
      @GEHDunedin 2 года назад

      @@susmimu Do you have any details of that? I'd be wanting to use 4G/LTE

    • @aronbg213
      @aronbg213 Год назад

      @@susmimu oehhh please share :)))

  • @umeshumarani7441
    @umeshumarani7441 11 месяцев назад +2

    Thanks for this video it works ❤️

  • @YigalBZ
    @YigalBZ 2 года назад

    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?

  • @trieutraninh2641
    @trieutraninh2641 2 года назад +1

    great video..thanks

  • @lincehumano7978
    @lincehumano7978 Год назад +1

    Thanks it works for me!

  • @shakerileiwat4341
    @shakerileiwat4341 2 года назад +1

    Great video , thank you

  • @apurvabhandari6077
    @apurvabhandari6077 Год назад

    Really helpful!

  • @peskingdoms3604
    @peskingdoms3604 Год назад

    Sir plz make a video on sending images to every 10 sec through gsm module to our cellphone

  • @Elshan_Mammadov_
    @Elshan_Mammadov_ 10 месяцев назад

    I want to use a button instead of a sensor module. What changes do I need to make in Arduino?

  • @electronflows
    @electronflows 2 года назад

    Does it can visit IP address and can watch live video?

  • @creativeelectronicchannel7647
    @creativeelectronicchannel7647 2 года назад +1

    Can you make esp32 camera based robot bro blynk app or any IoT platform

    • @ElectroniClinic
      @ElectroniClinic  2 года назад +1

      yes, I can make it. I will make more videos on ESP32 Cam.

  • @mohamedhichemmouzali6505
    @mohamedhichemmouzali6505 Год назад

    we not sending the code to the esp32 cam directly ?

  • @timjx3675
    @timjx3675 2 года назад +1

    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 👍😀

  • @jumbo999614
    @jumbo999614 5 месяцев назад

    Is output of IR sensor 5v?

  • @jensen9076
    @jensen9076 Год назад

    Hi sir can i use arduino uno to power up the esp32 cam?

    • @ElectroniClinic
      @ElectroniClinic  Год назад +1

      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.

  • @lamminhhoang9386
    @lamminhhoang9386 2 года назад +1

    Thank you

  • @S00rabh
    @S00rabh 2 года назад

    Can it record a video and send it to google drive?

  • @jensen9076
    @jensen9076 Год назад

    Thanks alot

  • @kartikeyamulay8789
    @kartikeyamulay8789 2 года назад

    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.

    • @LoneWolf-ty4oj
      @LoneWolf-ty4oj 2 года назад

      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??

    • @puaso_00
      @puaso_00 3 месяца назад

      Yes, you need to me a new folder name "ESP32-CAM"

  • @ProPro-li4mz
    @ProPro-li4mz 2 года назад

    Can we upload videos to google drive please explain

  • @mrmohammed4316
    @mrmohammed4316 Месяц назад

    Hi, how to make it take a photo and send it once every month only

    • @ElectroniClinic
      @ElectroniClinic  Месяц назад

      @@mrmohammed4316 use the ds3231 module to keep track of the date and time.

    • @mrmohammed4316
      @mrmohammed4316 Месяц назад

      @@ElectroniCliniccan I put a month period in seconds in the delay in the loop function? Like that
      Delay (2628002);

  • @sahatmlumbantoruan6432
    @sahatmlumbantoruan6432 Месяц назад

    google script is free?

  • @williamflores2787
    @williamflores2787 2 года назад

    TypeError: Cannot read property 'parameter' of undefined
    doPost @ Código.gs:2
    What is the reason for this error in the Google Script code?