-
### Discussed in https://github.com/StuckAtPrototype/Racer/discussions/12
Originally posted by **nledevil** October 17, 2024
I am starting to add LCSC part numbers to the schematic so I can ha…
-
I am trying to run two BLDC gimbal motors on ESP32-C6.
When using only one of the motors everything works fine.
The problem is with MCPWM setup when using second motor - error log:
```
=====…
-
### What happened
I have hybrid hardware, and it was initially enabled, but due to doing some debugging I set it to CoreXY mode.
Rather than changing my wiring, instead when I changed to corexy, I…
-
Hello everybody.
If you want to use a 3MS or BoxTurtle mmu, then there is a need for a board with a sufficient number of stepper motor drivers. Thus: how many colors are there - so many stepper motor…
-
-
This bit of code in stm32_mcu.cpp reads off the end of the pinTimers array if there is more than one motor. It doesn't always crash, which made it very difficult to narrow down where the problem was.
…
-
I meet some problems when I tried writing a motor driver for my Step Motor Controller by modified motorVMC and motorAcs in Motor module. I have tried many times, but there are still some problems in m…
-
### Did you test the latest `bugfix-2.1.x` code?
Yes, and the problem still exists.
### Bug Description
Setting flow rate value (via M221 or LCD interface) lower then 100 results in the extrusion r…
-
It is necessary to develop a driver for controlling one channel of the L298N for motor control.
Input data: PWM and movement direction.
Output data: control signals for the L298N.
It should be …
-
Automation, industrial control and robotics projects need to drive motors and actuators. FPGA outputs typically don't have enough current and voltage capability to drive them directly.
While there…