Originally Posted by
Tobias
I need to control the speed of four electric motors. All four will have feedback hall effect style sensors. All four motors will need to match a speed dictated by one incoming PWM. Two motors are paired together. Each pair needs to be timed to each other based on the hall effect data. Sometimes the hall effect trigger wheel teeth will need to be totally opposite and other times teeth signals need to match.
To summarize
1 Incoming PWM to control speed for all four motors.
4 incoming pulse signals from hall effects to measure rpm of each motor and compare timing of the paired motors.
4 HPWM outputs to control motor speed.
Ideally I would like to do this with one PIC. I have the room on the PCB for two PICS if there isn't one around that will handle the requirements.
Thanks in advance.