Sending Data to webserver using ESP32 CAM

Hi,

I'm working on a project where I have to send data on a web server, the data comes from sensors. i am using esp32 cam, i want to use camera web server and want to add sensor and then send the result to the same web server as camera but with different uri, can i do that?

Thanks.

how do you want it to work

  1. ESP32 runs a webserver - clients connect to view photos or acquire sensor data
  2. ESP32 runs a webclient connects to remote webservers to upload photos and/or sensors data
    suggest you have a look at esp32-http-get-post-arduino

i want ESP32 to run web server - client connect to view photos and get sensor data at the same time.

do you have an example? I'm new to this

have a look at esp32-cam-take-photo-display-web-server and esp32-web-server-sent-events-sse

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