I'm pretty new to ESP8266 and wireless communications.
My idea is to make 4 movement detection sensors (for each corner in the room) which are connected to a server wirelessly.
Movement detection sensors are not my main objective. Basicly, I need to get the data from sensors to a wifi module and then the data needs to be transmitted to a .txt file on my PC for further visualisation and ect.
My view is to maka a TCP client as esp8266. and a TCP server on my pc. I am wondering how it can be managed with the ESP. I didn't find any reliable resourses, so I'm asking for help. Should I look for some kind of telnet2serial or uart2tcp... I dont have any idea. Maybe there are some examples about transfering data wirelessly without any AT commands. Really need your help. Maybe you know a more reasonable way to transfer data from sensors to PC .txt file for further data analysis.
Kind regards.