ADC Resolution

It shows into how many separate steps the analog reference voltage is divided when converted to digital; 8 bits means 256, 10 bits 1024 and 12 bits 4096 steps. On a 5 V scale, 10-bit resolution gives about 4.9 mV per step and 12-bit about 1.2 mV, and this determines how finely the speed can be set.

The driver's microcontroller cannot use the potentiometer or analog input voltage directly; it first converts it to a number. The more steps there are, the more stepless the speed reference feels.

When converting the raw reading into an output duty ratio, the driver is limited by its own PWM resolution; the ADC's 1024 steps come down to 256 in practice if the PWM is 8-bit.

Knowledge Center