Shop OBEX P1 Docs P2 Docs Learn Events
controlar velocidad motor monofasico — Parallax Forums

controlar velocidad motor monofasico

lufuenzalufuenza Posts: 1
edited 2013-01-01 21:10 in BASIC Stamp
hola alguien me puede ayudar!!.
Necesito controlar la velocidad de un peque

Comments

  • Mike GreenMike Green Posts: 23,101
    edited 2013-01-01 17:54
    It sounds like you have a DC motor and you need to control the speed (at 10 RPM) while maintaining torque and you need to use a microcontroller to do it. Typically, this is done by using pulse width modulation (PWM). This can be done with a 555 timer like this or done with a microcontroller. A Stamp or Propeller can do this. It would help to know the current needed by the motor and the voltage you plan to use for the motor. Do you have any way of sensing the motor speed? How do you plan to adjust the motor speed?
  • davejamesdavejames Posts: 4,047
    edited 2013-01-01 19:58
    Hello - your blog contained the same information and has been deleted. Double posts are in violation of the Forum rules.
    Hola - tu blog contiene la misma informaci
  • Mike GreenMike Green Posts: 23,101
    edited 2013-01-01 21:10
    Here is a YouTube link for an AC motor speed control for use with an Arduino. It would also work with a Propeller. There is a link on the YouTube page to the PCB layout and software.

    Here's another link for an AC motor speed controller using an 8051 microcontroller.
Sign In or Register to comment.