Bulebots / mmlib

A library for shared code among different micromice
4 stars 3 forks source link

Use voltage instead of direct PWM output? #36

Closed Peque closed 5 years ago

Peque commented 6 years ago

Read motors source voltage on each systick, calculate the required/demanded voltage and, as a last step, convert that to a PWM signal.

First, see how voltage varies in the motors power while running.

Would it really improve control?