hello
i am using nrf52832 with pwm driver (working with ble and s132 if it metters)
i need to control 4 different motors speed via pwm, since there can be only 3 instances i am trying to use one instance and use its 4 channels
i am looking for an easy way to control each motor's speed (each channel) independently and separately
for example at time t0 i start motor one at x sequence or x% duty cycle and at time t_1 (first motor still running) i need to start second motor at y sequence or y% duty cycle
and so on for the rest of the motors the activation and deactivation of the motors is a-synchronic and depends on inputs from UI.
is there an easy way of doing that ?
best regards
Ziv