Skip to content
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

High motor current on BTT SKR Pico 1.0, No communication with Trinamic drivers #91

Open
richardklingler opened this issue Jun 18, 2024 · 1 comment

Comments

@richardklingler
Copy link

Good day (o;

Got me some BTT SKR Pico boards for testing several CNC setups.

Compiled in VSCode (git pull from today) on macOS as the web builder doesn't work on macOS Safari and some settings can't be changed there (works in Firefox).

When moving a motor the current for an axis goes up high (> 2A).

M122 reports then:

[MSG:Warning: Could not communicate with stepper driver!]

After resetting the board, M122 reports the TMC2209 setting and motor current goes back to normal.

Anyone else seen this behavior?

@terjeio
Copy link
Contributor

terjeio commented Jul 1, 2024

Could be too short delay before initializing the drivers after power up? If motor power is not up then communication with the drivers fails. If the controller is powered from a computer then this should be powered up after the motor power is switched on.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants