The use of the ESP8266 in the world of IoT

User avatar
By Gian_Carlo
#76195 Hi everyone,
I'm working on a physics experiment that involves reading data from two MPU6050 sensors. These two sensors are connected to two NodeMcu Amica V2 boards with the Esp8266 module.
From arduino Ide I set up a pair as a client and the other as a server.
With python I would like to read the data from the client and from the server at the same time, but currently I can read only the data coming from the client. :|
Could someone help me to understand how I can implement a python code that works well for both the server and the client?
Can you suggest me articles to read about it?

Thank you