• Driving a servo motor
    Hi, I'm working on my project and it involves driving a servo motor using an MCB900 board. Is it possible to directly connect the servo motor to one of the ports or do I have to use an interface like...
  • driving a stepper motor
    Hi guys, I wrote a function that generates a set of constants to be used in assigning a delay value for each pulse for driving a stepper motor. My code just stop at the first iteration of the code...
  • VHDL coding for pwm wave for driving induction motor
    hi.. I want some guideline for cdiong in vhdl. my project is driving induction motor using pwm inverter. for that I want continous pwm wave.. plz send me same guideline on my email..urgent
  • Help with PWM in LPC2148 to drive dc motor
    #include <LPC21xx.h> void Speed11(void); unsigned int i; unsigned char flag=0,flag1; void PWM_Init(void) { PWMPR = 0x00000000; //PRESCALER PWMPCR = 0x00002000; //select PWM5 single...
  • stepper motor
    i m interfacing the stepper motor with 8051 i hav all circuitry ready but i want to know how to generate the required RPM for stepper motor EG: i want to run my motor at 60 RPM then what all calculations...