-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Random lost communication via usb #7
Comments
Sounds like a ground loop problem, how is the pi and the board powered? |
@marcoa131 the board is powered via mw LRS 350 psu and the pi is powered via board's pins for rpi. |
I understand that you're connecting the board and the pi through UART and the board is powering the PI because you're using the UART and power pins and that has been working for you. |
@marcoa131 same way |
I did some experiments with an Ender 3 running klipper using this board and a btt pi, both powered by the same 24v power supply. I had random disconects just like you. I solved it following this guide: https://community.octoprint.org/t/put-tape-on-the-5v-pin-why-and-how/13574 |
Hmm, interesting solution, i will give a try, thank you. |
you can also change baudrate with USB connection. |
To enable the UART interface on the cheetah v3, put your board into DFU mode as usual and flash it with the make menu-config you posted, compile and flash through the USB port as usual. Every option in the print you sent is correct, the only thing you need to change from USB to UART is the communication interface. |
When I setup connection via USB->Rpi 4 it can disconnect random midprint. But when I use UART, everything is working ok. I have tried different usb cables, does not help. It also disconnects until I press reset button on the board. After I press reset it connects normal. So I don't think it is cable issue.
The text was updated successfully, but these errors were encountered: