Hi, I’m working with a microcontroller and need to measure the output voltage and current of a Buck converter. The converter doesn't have built-in telemetry, so I need to implement the sensing myself to calculate the load resistance.
My main concern is the output ripple. Should I use hardware-based low-pass filtering to get a steady DC value before the ADC, or is it better to sample the raw signal and handle the filtering/averaging via software?
I'd appreciate your advice on the best practice for this.
My main concern is the output ripple. Should I use hardware-based low-pass filtering to get a steady DC value before the ADC, or is it better to sample the raw signal and handle the filtering/averaging via software?
I'd appreciate your advice on the best practice for this.