Hi, I'm working on a project that involves gathering data from multiple ESP32 devices and processing it on my PC to control 5 mobile robots. My idea is to use an additional ESP32 as a central node that communicates with the other five devices via ESP-NOW. The central node will receive data from each ESP32 and send it to my PC using serial communication. On my PC, I will process the data and perform some calculations. Then, I'll send the results back to the central node via serial communication, and it will in turn send the data to each ESP32 using ESP-NOW. Is there a way to achieve this without using an additional ESP32 as a central node, while maintaining direct communication between each ESP32 and the PC without relying on an external network?
it is possible to use ESP-NOW and run a WiFi application at the same time
e.g. esp32-esp-now-wi-fi-web-server
1 Like
Thanks, I think I will test both of them and compare which one suits better to my project. Thank you for responding.
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.