Dog Camera | ESP32CAM with PIR sensor and FTP

Поділитися
Вставка
  • Опубліковано 28 тра 2022
  • When the PIR sensor detects a motion, the ESP32CAM wakes up, takes a couple of photos and saves them to the microSD card. After that, if wifi is accessible, it will try and transfer the pics to a locally set up FTP server. If the transfer was successful, the picture is erased from the SD card. There is batch upload of pictures, so even pictures that were not transferred b/c of network/FTP issues, will be transferred to the FTP server over time.
    Github link: github.com/RobotsDinosaurs/Do...
    Thingiverse link: www.thingiverse.com/thing:538...

КОМЕНТАРІ • 26

  • @MuratDzhan
    @MuratDzhan 4 дні тому +1

    Great job! Kazakstan is watching you. Thanks!

  • @jacquewilson5568
    @jacquewilson5568 Рік тому +2

    WOW! Great job on this project! Well done! Thank you so much for sharing!

  • @philinnc
    @philinnc 2 роки тому +1

    We have deer leaping fences to get across our backyard. On their way they like to munch on whatever we've planted back there. This looks like it might be a good option (maybe catch some birds at the feeder too). Great documentation up on your git repository too! Thanks.

    • @robotsanddinosaurs
      @robotsanddinosaurs  2 роки тому +1

      Thank you! I was thinking of keeping one in my garden too to monitor any wildlife. I haven't figured out the night vision yet. Would be cool to use it with one of those waterproof solar power banks.

  • @lolsypussy
    @lolsypussy Рік тому +2

    You can move the base resistor of the transistor as well 🙂

  • @Hebby-cam
    @Hebby-cam Місяць тому

    Hello, I am from Germany. I think the description is outstanding and would like to observe my meadow behind the house. But unfortunately I can't figure out how to use and install Visual Studio + PlatformIO. Has anyone already uploaded the code with the Arduino IDE and running it?
    I would be very grateful for any help or a link! Greetings!

  • @KevinGroninga3D
    @KevinGroninga3D 2 роки тому

    What is the IDE that you’re using to upload your code to the ESP32? I’m not familiar with this one and there doesn’t seem to be any information regarding where to get and install.

    • @robotsanddinosaurs
      @robotsanddinosaurs  2 роки тому +1

      Thats a great question, thanks! I should probably add it in the description. I am using Visual Studio Code with a PlatformIO extension, both are free.

    • @KevinGroninga3D
      @KevinGroninga3D 2 роки тому

      @@robotsanddinosaurs, awesome! After a little research I finally did figure that out and installed Visual Studio Code and the Platformio extension. Now I need to figure out how to open your code, make all the edits, test and then upload. This IDE is new to me, so a bit of a learning curve. Had it been for the Arduino IDE, I’d already have it up and running! 😂. Old dog, needs to learn new tricks!

  • @rodneyyeo7744
    @rodneyyeo7744 2 роки тому

    Thank you very much... For the ESP32-CAM PIR Motion Capture Photo and upload to FTP local server source code which I have looking for a long time on Internet ... Also to catch dogs and cat poo in front of my house problem ... Cheers ... Just a suggestion... can your code be modified to omit using the SDCard to save the photos? Preferably upload the photos directly to the local ftp server on Raspberry Pi instead?

    • @robotsanddinosaurs
      @robotsanddinosaurs  2 роки тому +2

      Thanks! 😊 That's an interesting suggestion. However, sometimes the wifi or the ftp server can be down because of various network issues. I'm guessing without having an SD card, the photos would just be lost if they couldn't be transferred right away ? With SD card the pics can be transferred later when the network comes back, so it can be a nice backup option.

    • @rodneyyeo7744
      @rodneyyeo7744 2 роки тому +1

      @@robotsanddinosaurs Okay! You are right a very properly thought out redundancy idea solution. I totally agree. I will try my SanDisk 32GB SD Card as that is the minimum available in the market now days. My fear if the SD Card is not usable then if you have option for non SD Card solution will be great for those not having a 4GB SD Card as recommended for Ai-Thinker ESP32-CAM units. Thanks a million! Cheers ;)

  • @rye5099
    @rye5099 Рік тому +1

    I like this. I’m working on a similar project. Does the camera work and store images outside the laptop on time?

  • @markomraz916
    @markomraz916 Рік тому +1

    Greeting. Great project. I've been looking for something like that for a cottage for a long time. Now every time I have to remove the sd card from the camera to see if something happened while I was gone.
    In your project, I don't understand how to receive images from ESP32. I use Windows 10 and I don't know which ftp program to install and which settings to arrange.
    Thank you in advance.

    • @robotsanddinosaurs
      @robotsanddinosaurs  Рік тому

      Hi Marko, thanks! You could try using Filezilla on Windows using standard settings.

  • @armantape
    @armantape 2 роки тому

    nice job

  • @joesalas3397
    @joesalas3397 2 роки тому

    Hello nice video, Have u tried long range mode?

    • @robotsanddinosaurs
      @robotsanddinosaurs  2 роки тому +1

      Thank you! I haven't tried the long range mode as I didn't need it for this project. I believe the long range mode is designed for low data rates, so not sure if it's ideal for the transfer of files from camera.

  • @rohitsharma-tf5mf
    @rohitsharma-tf5mf 2 роки тому

    Hi .. thanks for the video .. nice build ..
    I am looking to make a door camera .. so my camera (esp32 camera) will be about 25 feet from my wifi router(1 wall in between as well) .. i have a few questions .. please help me if you can:
    1) what is the ideal range .. if I use an external wifi antenna on the esp32? in feet i want to know ...
    2) if I put an external antenna .. can I increase the external antennas cable( i hope you are getting my point .. little DIY required which is easy to increase the cable length of wifi antenna) .. so lets say if I want to put an antenna cable length of 10 feet .. would it work?
    Any help would be highly appreciated
    Regards
    Rahul

    • @robotsanddinosaurs
      @robotsanddinosaurs  2 роки тому

      Hi Rahul,
      I think I may have similar setup to yours, about 20 feet from the router and 1 wall in between, so I'm guessing it should work ok. I haven't tried increasing the length of the external antenna cable, but I'm guessing it could work? Let me know if you try it. Cheers!

    • @rohitsharma-tf5mf
      @rohitsharma-tf5mf 2 роки тому

      @@robotsanddinosaurs : thanks for the info buddy .. sure I will be trying to extend the antenna wire .. and i will update you (it will take time though) ..

  • @giannirusso9639
    @giannirusso9639 Рік тому

    i cant download the libraries needed to upload code