I'm using the NodeMCU and Arduino Plattform to acquire Sensor Data and send it to my PC via Wifi like this:
I am sending the recorded every 50 ms but after some minutes my program crashes and I get the feeling that has something to do with the ESP beeing overwhelmed by the amount of data I am sending.
Is there a chance of increasing the sending rate so the module can process/send the data faster?
Thanks, Niklas