-
Hello Gherkin,
I'd like to know if you actually went ahead and used it in your projects ? Were you happy with it? It looks pretty neat and exactly the kind of little pcb I'd like.
Would you co…
-
Hi, I've been struggling with my v1 kinect and processing, this is the following message:
"64 windows
number of Kinect v1 devices 1
There are no kinects, returning null
Could not open motor: -12
…
-
I have a custom board (actually with an ESP32, but in the future I will use an STM32 MCU) which controls a motor with 0.1 Ohms of phase resistance approximately. I'm able to control the motor in **vol…
-
Hi
I have an SKR 1.4 Turbo. I've installed TMC2208 driver (UART mode) in X, Y, Z axis (this works) and i have tested A4988 (motor is stuttlering and dont change direction), DRV8825 driver (motor do…
-
### Is your feature request related to a problem? Please describe.
When tuning closed loop motors, only a single drive can be tuned at a time.
This means that multiple-driver axes may be put under…
-
I can't get my head around how I'm gonna wire a dual Y axis (Y & A drivers) with 2 max limit switches.
What goes where at this point? How should I change my config?
My required connections:
-…
-
### Describe the bug
System hardfaulted when connecting a bad CAN motor (the motor was faulty, in that it was not sending correct CAN data).
From observing the hardfault log, it was found that th…
-
I haven't printed anything yet. When I home, the X and Y motors (mainly x) make a loud static-like sound. It also makes strange noises while moving.
I read some of the other issues but they descri…
-
I trying to move step motor with the uart only.
I have used the folowed code:
```cpp
TMC2209Stepper driver(&SERIAL_PORT, R_SENSE, DRIVER_ADDRESS);
void setup() {
driver.begin();
driver.toff(…
-
I'm sorry for my bad title but I couldn't think of a better one.
I am using StepperOnline DM860T drivers connected to a GRBL controller.
Previously I used cheap TB6600 drivers which worked instant…