Page 1 of 1

Send data with esp32

Posted: Sun Oct 30, 2022 3:29 pm
by zero_one
Hi everyone

How can I send sensor's data to another network with esp32?
for example sensor is in germany and i want to send sensor's data with esp32 to another country.
and how can I get data?

thank's

Re: Send data with esp32

Posted: Mon Oct 31, 2022 3:45 am
by bidrohini
You have to setup an HTTP communication between two ESP32 boards. You have to send data from one board to the other using HTTP requests. One ESP32 board will act as a server and the other ESP32 board will act as a client.