-
Hi, my name is Alexis! I'm a research assistant and this is the first time I've worked with instrument fabrication. I have a few questions regarding the design and build for this microscope. I was won…
-
The basic version of PWM close loop pressure control.
_Originally posted by @black-top in https://github.com/DeeEmm/DIY-Flow-Bench/discussions/189#discussioncomment-11223082_
-
It should include the minimal components for the device to work: Arduino, motor, motor driver, switches, screen...
-
The initializer XML doc for the driver is wrong.
It should be:
```
///
/// Constructor of MotorDriverL298
///
/// pin of direction for Motor 1, pin 6 of P Soc…
-
Hello - I'm testing the TMC2209 BIGTREETECH v 1.3 drivers without UART config and no matter which microstepping option I set via MS1/MS2 pins or what potentiometer value I set (tested max clockwise / …
-
**Describe the bug**
drv-status produce following error:
```
$ odrivetool drv-status
Waiting for ODrive...
Traceback (most recent call last):
File "/home/wagnelib/Work/protocols/2024-03-12_O…
-
Hi Derek,
Sorry this is not an issue as such, but more of a bunch of questions!
I came across this great project via the Indilib forums when I was searching on DIY focusers. I had been intending…
-
I am running a 5161 on an ESP32, I am getting '0 1 292' and the motor is not moving, this is what i have wired
EN_PIN -> 14
MOSI ->MOSI
SCK -> SCK
CS -> SS (i have tryied Salve Select and a non-…
-
See https://github.com/KiCad/kicad-symbols/pull/639.
This symbol is definitely a driver, but there's no specific part to be driven. I think this part would be best in a Driver_ library. Maybe Drive…
-
What is the best way to interface with closed loop stepper motor?
Currently I working on simple design for closed loop stepper comntroller that can be very cheap but will its work. So basicaly it i…