One ESP32 as Master and several as client - how to transfer data...
Posted: Sun Jun 07, 2020 7:25 pm
Hi,
Before I start to implement everything from scratch. What is the easiest way to do the following:
I want to run one ESP32 (with MicroPython) that serves as a server. This device has a display and should show temperature (and other values) send to him by some clients.
The clients itself are also based on ESP32 and measure the temperature, send it over to the server and then go into deepsleep for some time.
So what’s the best way for the communication. Should I go the web server/client approach? Or are there any other ways?
Anybody know of any sample code and/or tutorials which does exactly what I would like to do?
Thanks, Carsten
Before I start to implement everything from scratch. What is the easiest way to do the following:
I want to run one ESP32 (with MicroPython) that serves as a server. This device has a display and should show temperature (and other values) send to him by some clients.
The clients itself are also based on ESP32 and measure the temperature, send it over to the server and then go into deepsleep for some time.
So what’s the best way for the communication. Should I go the web server/client approach? Or are there any other ways?
Anybody know of any sample code and/or tutorials which does exactly what I would like to do?
Thanks, Carsten