Connecting Uno Wifi to camera to email picture

I am currently doing a mini project. It requires a motion sensor to activate a camera to take a photo. I then need that picture to be send to an online server and have it emailed to me.

I am struggling with how this could be done. Does anyone have any suggestions?

Yes, suggest you divide your project into testable components. The first, I suggest, is the sending something to an on-line server and getting it to email to you. After that works, move on to another feature of the project.

Check out using an ESP32-CAM. There are examples that do exactly what you require.

https://rntlab.com/question/esp32-cam-pir-email-with-picture/

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.