Hi, Guys!
Still working on trying to run Module 3 Unit 2: Motion Detector with Photo Capture and Email Notifications.
Using ESP32-CAM AIThinker and Arduino 1.8.19.
Thanks to Sara I got the LittleFS issue resolved and was able to compile and upload the code. That’s where I ran into this problem: #### Error, NTP server time synching timed out, Here’s an example of the full output:
(Using Gmail SMTP to send)
Connecting to WiFi….
LittleFS mounted successfully —> YAY! Thank you, Sara!!!
IP Address: http://10.0.1.199
Taking a photo…
Picture file name: /photo.jpg
The picture has been saved in /photo.jpg – Size: 237311 bytes
#### Connecting to SMTP server…
> C: ESP Mail Client v3.1.3
> C: wait for NTP server time synching
#### Error, NTP server time synching timed out
! E: NTP server time synching timed out
Going to sleep now
ets Jun 8 2016 00:22:57
Any ideas ?
John
Hi.
I’m not sure.
I found a similar issue here: https://github.com/mobizt/ESP-Mail-Client/issues/247
It seems a problem with your internet connection…
Either way, can you try a different version of the library?
I use version 2.7.0 and never had that problem.
Go to Sketch > Libraries > Manage Libraries, search for ESP Mail Client, and try to install a different version.
Check if that works with a different version.
Regards,
Sara