Search found 1 match

by Luka_R
Tue Feb 23, 2021 8:23 pm
Forum: Hardware
Topic: Sending HTTP requests from one ESP32 to another
Replies: 0
Views: 1286

Sending HTTP requests from one ESP32 to another

Hello, I am currently developing an application where I have an ESP32 setting up an HTML page via the AsyncWebServer library - let's call it the "master" ESP32. Inside that HTML, I have an <iframe> window whose src is the IP address of an ESP32-CAM module on the same network - this one is the "slave...