Comments on: ESP32-CAM: Take and Send Photos via Email using an SMTP Server https://randomnerdtutorials.com/esp32-cam-send-photos-email/ Learn ESP8266, ESP32, Arduino, and Raspberry Pi Fri, 31 Oct 2025 09:20:46 +0000 hourly 1 https://wordpress.org/?v=6.8.5 By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1116971 Fri, 31 Oct 2025 09:20:46 +0000 https://randomnerdtutorials.com/?p=98272#comment-1116971 I will delete that repository as capturing 3 frames, going to lightsleep, waking-up on trigger and taking 1 frame is flawed. The time to take that one last frame can be up to 1-2 seconds, which can be more than the original 500ms + 160ms.

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1115528 Mon, 27 Oct 2025 19:50:21 +0000 https://randomnerdtutorials.com/?p=98272#comment-1115528 Interested in really fast captures with good exposure and colour-balance? I have posted my modifications to this tutorial on GitHub:

https://github.com/davefes/ESP32CAM-OV2640-fast-capture/tree/main

Thanks to Rui and Sara for their help.

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1103035 Sun, 28 Sep 2025 19:19:16 +0000 https://randomnerdtutorials.com/?p=98272#comment-1103035 Thank you.

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1102955 Sun, 28 Sep 2025 15:24:27 +0000 https://randomnerdtutorials.com/?p=98272#comment-1102955 In reply to Dave.

Because the plugin is to upload files manually to the board, which is not done in this tutorial.
It saves the files to the filesystem via code.

Regards,
sara

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1101550 Thu, 25 Sep 2025 00:49:40 +0000 https://randomnerdtutorials.com/?p=98272#comment-1101550 In reply to Sara Santos.

When I first tried this program I never had a problem. Coming back to it recently I started getting the errors I mentioned. I will try again.

Just for my information why don’t you need the LittleFS plugin?

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1101468 Wed, 24 Sep 2025 19:35:44 +0000 https://randomnerdtutorials.com/?p=98272#comment-1101468 In reply to Dave.

Hi.
Is everything working as expected now?
For this particular tutorial, you dont need to install the LittleFs plugin.
Regards,
Sara

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1100878 Tue, 23 Sep 2025 00:30:36 +0000 https://randomnerdtutorials.com/?p=98272#comment-1100878 Hi Sara,

Please remove my last two comments. I realise now that there is ESP Mail Client and an older one called ESP32 Mail Client. My problem could be that I still haven’t got LittleFS installed properly on my Linux machine.

Thanks,
Dave

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1100611 Mon, 22 Sep 2025 03:48:08 +0000 https://randomnerdtutorials.com/?p=98272#comment-1100611 Looks like I don’t how to drive the Arduino IDE. I checked for the installed version of ESP Mail Client and was told it was NOT installed. So,I installed version 2.1.6 because I could not see 3.4.24 The program now compiles.

]]>
By: Dave https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1080904 Mon, 11 Aug 2025 20:27:19 +0000 https://randomnerdtutorials.com/?p=98272#comment-1080904 Hi Sara,

I don’t see LittleFS being included in this file:

https://raw.githubusercontent.com/RuiSantosdotme/ESP32-CAM-eBook/master/Code/Module_3/Send_Photos_Email_NEW/Send_Photos_Email_NEW.ino

ESP core version 3.3.0
Arduino ESP version 2.0.18-arduino-5
ESP Mail Client 3.4.24

Thanks,
Dave

]]>
By: Sara Santos https://randomnerdtutorials.com/esp32-cam-send-photos-email/#comment-1080778 Mon, 11 Aug 2025 11:18:35 +0000 https://randomnerdtutorials.com/?p=98272#comment-1080778 In reply to Dave.

Hi.
No, you don’t need to create a directory.
And those lines should already be included in the library we’re using.
Unless the author has made some breaking changes meanwhile.

Which version of the library are you using?
And about the ESP32 core version? What’s the version you have installed in arduino IDE?

Regards
Sara

]]>