uploaded basic webserver to the ESP01, and uploaded a simple serial read program to an arduino nano.
Connected the ESP to the arduino with Tx/Rx, but when send something from the ESP, that received three times at the arduino serial monitor.
I mean ESP side once do Serial.println("on"), that appear in the arduino nano serial monitor as:
on
on
on
I got this problem too, when using lua example at the ESP side.
Any idea?
Or what the best way to send data from ESP to Arduino with Serial?
Thank you.