esp3d reset on connecting to ramps
i connected a nodemcu with esp3d to the ramps board on aux1. I am able to run this setup with marlin. But with repetier when the nodemcu connects to wifi it repeatedly resets the ramps board and after that also it wont connect to the board. Is this a error in repetier or is the nodemcu overloading the 5v suppy line and reseting the ramps board?
Comments
Did you configure firmware to have a second serial connector? Does it use the right pins for communication?
Connect to host over usb interface in parallel so you see restart reason. If you see brown out you know it was too much for 5v converter.
As marlin works with it I'd assume power is not the real problem. On the other side firmware should work on usb if you remove the esp3d. What does this do? Is it a display with wlan or just a wifi to serial board? In the latter case you could configure firmware to use a second port pair for this, so you can connect usb and wifi the same time (also only one should print).