-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Stir motor type: stepper or brushed? #1
Comments
I was thinking about this too. I Googled: 'adafruit speed control dc motor' and got this:
To: hivebio/ministat-1 [email protected] The UW turbidostat uses a stepper motor to turn the magnet hub for stirring. Apparently they recently switched motors and changed the circuit slightly because of supply problems with the first motor.I suggest we use a small brushed motor like http://www.adafruit.com/products/711 .
|
The uController has PWM outputs, right? Can these be used to drive a transistor or other power amp to run the motor? |
PWM to a power transistor sounds like a great idea; I think we want about 1V at the motor. |
is that to replace a motor controller ? sorry if I missed something in the thread. On Feb 3, 2015, at 12:44 AM, chuck-h [email protected] wrote:
|
Yes. Small DC motor controllers are often just a pulse width modulator driving a power output stage. The uControllers we are using can be used as PWM drivers, so the uController itself can drive the motor. We just need to add a very simple power/buffer stage. Probably just a transistor with protective diode and caps for filtering. is that to replace a motor controller ? sorry if I missed something in the thread. On Feb 3, 2015, at 12:44 AM, chuck-h [email protected] wrote:
— |
Last week I received the small stir bars and ran one in water with the DC stir motor. I used a PWM microcontroller output driving one channel of a ULN2003A darlington array. Motor speed and distance from magnets to testube have to be controlled in order to get stable motion, but I think it will work. |
The UW turbidostat uses a stepper motor to turn the magnet hub for stirring. Apparently they recently switched motors and changed the circuit slightly because of supply problems with the first motor.
I suggest we use a small brushed motor like http://www.adafruit.com/products/711 .
Question: do we need speed control on the stirrer, or can we just give it a voltage and let it spin? This motor probably likes to run pretty fast, is that a problem?
The text was updated successfully, but these errors were encountered: