-
Notifications
You must be signed in to change notification settings - Fork 60
Description
Let me preface this by saying the firmware supplied by this project is unbelievable in how good it is.
I've been using this on an esp32 controller for a few years with the generic board layout. I added more equipment to my shop and it seems like I'm starting to get issues on my controller related to electrical noise. My gcode sender is openbuilds control.
Every once in a while the controller will just stop and I have to hit the resume button and sometimes it will just disconnect from my machine as well. I confirmed my grounding is done properly, dual shielded cables everywhere, opto isolated I/O etc. The longest wires connected to the controller are about 15" to reduce noise as well.
I've tried connecting over wifi in station mode and over USB with a 2m cable. There seems to be negligible difference between the two.
My question is can I reassign the spi pins in the generic esp32 boards map from SD card use to use them for Ethernet to spi connection with a w5500 module like the pico controllers? Is there a reason why this can't be done or to my knowledge hasn't been done before? Or would it be better just to get a better, more stable teensy controller or something like that?