Hello
I have a problem conecting my pro micro with the NodeMCU. i'm using the pro micro to read 3 sensors (MLX909614) with I2Cmaster library and 3 sensors using the analogRead. On this part I don't have problems. I send the data using serial comunication with tx and rx pins; the data is recibed by the NodeMCU also conected to the tx and rx. but I can't see the values of the sensors on the serial print of the NodeMCO. Also the data will be published on a topic using the client.publish.
If somebody has done something like this and can help me I will be very greateful.
Thanks