Giter Club home page Giter Club logo

Comments (8)

Patrick-Yao-SRE avatar Patrick-Yao-SRE commented on July 29, 2024 1

Ok i have solve the problem. Ultimately it came down to the TMC2130 driver I used. I used the BigTreeTech version of the TMC2130 driver. In their manual, they said we need to short the SPI pin together for STEP/DIR mode. Don't do that. just buy the SPI version of the driver and it will work normally.

from tmc2130stepper.

teemuatlut avatar teemuatlut commented on July 29, 2024

Possible reasons could be that the stallGuard threshold value isn't tuned or that you have a communication issue where the SPI reads all high.
I suggest you try the example here https://github.com/teemuatlut/TMCStepper/blob/master/examples/StallGuard/StallGuard.ino

from tmc2130stepper.

Patrick-Yao-SRE avatar Patrick-Yao-SRE commented on July 29, 2024

I have actually tried using the code you just posted before. The values I am getting are constantly at "0 1023 976" and not changing. I hear that it may be an SPI communication error, but I double-check my connections on the TMC2130 and Arduino UNO. Have seen this problem before and what solution solved this?

from tmc2130stepper.

teemuatlut avatar teemuatlut commented on July 29, 2024

Try reading DRV_STATUS and see if the value is valid (not 0xFFFFFFFF or 0x0). First check that your comms are working okey and then start adjusting the stallguard threshold. Try not to make any unnecessary changes.

from tmc2130stepper.

Patrick-Yao-SRE avatar Patrick-Yao-SRE commented on July 29, 2024

DRV_STATUS is at 0xFFFFFFFF. I played around with the stallguard threshold and nothing change. I am using the 17HS24-2104S stepper motor. Does the motor type matter?

from tmc2130stepper.

teemuatlut avatar teemuatlut commented on July 29, 2024

You need to get your SPI working before anything.
Check pins, check voltages, check your lines, etc.

from tmc2130stepper.

Patrick-Yao-SRE avatar Patrick-Yao-SRE commented on July 29, 2024

Yes, I believe that could be the issue. I am getting a new controller. I'll post the results when I received it.

from tmc2130stepper.

Patrick-Yao-SRE avatar Patrick-Yao-SRE commented on July 29, 2024

I have changed controller and tried running the code you have shared here. I am seeing the same results, as in the serial monitor is only showing 1023 for SG_Result

from tmc2130stepper.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.