Interrupts in microprocessors Ask Question Asked today Active today Viewed 87 times 2 This might be a very trivial question, but I was unable to find a concise answer to it. For non maskable interrupts, […]
tmc2225 driver stepper motor encoder output signal waveform
Q: Stepper motor has own encoder, can I connect encoder pins to microcontroller and see feedback? I am using closed loop stepper motor with motor driver. Here is my driver CS-D808. I am […]
Closed loop stepper motor driver notes
Q: Stepper motor has own encoder, can I connect encoder pins to microcontroller and see feedback? I am using closed loop stepper motor with motor driver. Here is my driver CS-D808. I am […]
Closed loop stepper driver discussion
Stepper motor has own encoder, can I connect encoder pins to microcontroller and see feedback? Ask Question Asked today Active today Viewed 33 times 1 I am using closed loop stepper motor with motor driver. […]
using a motor moving a platform holding 10 lbs
How to figure out motor size Ask Question Asked today Active today Viewed 26 times 1 Beginning my journey into electronics and circuit boards. I have this project idea where I want a switch to […]
tmc2209 and tb6600 stepper motor driver
***A list of all the LEDC APIs exposed by the driver. These functions are written for Arduino IDE port of ESP32***. ledcSetup(channel, frequency, resolution_bits)ledcAttachPin(pin, channel)ledcWrite(channel, dutycycle)ledcRead(channel)ledcWriteTone(channel, frequency)ledcWriteNote(channel, note, octave)ledcReadFreq(channel)ledcDetachPin(pin) My quick and […]
775 motor l298n etc
Supplying power to a DC motor that is often held in a stalled state Ask Question Asked today Active today Viewed 66 times 1 I have built a force feedback rudder pedal unit (for a […]
PID Controller
PID controller question Ask Question Asked today Active today Viewed 159 times 3 I came across this PID controller that drives a motor, which I understand well. For my application, I need to drive a […]
tmc2225 testing notes
I skimmed Ref 9 and found it surprisingly complicated, because of its very lower level API and macros. An example is that it have macros to configure the deadtime of switching two […]
TB6600 Overstepping
TB6600 Overstepping Ask Question Asked today Active today Viewed 21 times 0 I’ve got a TB6600 stepper motor driver connected via a common cathode connection to an Arduino (Elegoo) Nano microcontroller (1/32 microsteps, 1.5A, unknown […]