Page 1 of 1

Exchange data between PC and ESP using softAP

Posted: Sun Jun 18, 2023 1:17 pm
by SegFault01
Hello,

I have successfully set up my ESP as an AP and can also connect via my windows computer. How can I send sensor data from ESP to my computer and receive it in Python? Do I need to set up a HTTP server and do the whole thing via http requests?