Search found 1 match
- Sun Aug 13, 2023 1:36 am
- Forum: ESP32 Arduino
- Topic: (Help needed) interacting with a Python script (WiFi)
- Replies: 0
- Views: 2100
(Help needed) interacting with a Python script (WiFi)
Hi, I'm building a toy car robot with an ESP-WROOM-32 MCU, using ultrasonic distance sensors and a DQN model. I've implemented a system where the ESP32 receives an "action" from a Python script, performs it, and then sends back the robot's "state" to the script. My problem lies in the TCP socket com...