Skip to main content
Associate
December 1, 2024
Question

Induction Cooktop STEVAL-KITXCB

  • December 1, 2024
  • 1 reply
  • 526 views

Hello all, 

I was implementing software for this kit STEVAL-KITXCB from ST, and I was wondering how to measure power of the inverter. 

amnbkr_0-1733075954446.png

 


I'm using now two ADCs at sampling rate 2 MSBS to read both current and voltage of the inverter, But I don't know what the exact equation is to calculate the power. Can anyone help?

1 reply

AScha.3
Super User
December 1, 2024

To get the average power, it's much more easy to use some power meter at the mains input.

But if you want to try: power is just U*I , for every sample you have to get both at same time and then add all ws (WattSeconds) together, then divide/ time. 

Usually this is not done in cooking appliances, because you cannot change it anyway: it's a resonant power, you just can switch on or off.

So usually just the on-off time is set or the target temperature is the thing, you need to measure and control/regulate.

"If you feel a post has answered your question, please click ""Accept as Solution""."