My goal is to monitor the power consumption of my Ultra96-V2 Board. First I tried to use the PMBus Overlay from PYNQ, but I only got the voltage out of the sensors. I guess either there is no current sensor or the current sensor is not supported (I think rather the latter ).
When you want to reproduce what I mean on an Ultra96-V2 Board.
from pynq import pmbus, DataRecorder
rail = pmbus.get_rails()
print(rail)
I’ve already read into this similar pynq community post. But it would be soo convenient to just use the PMBus Overlay and Python to monitor the power consumption.
Did you find a method to read the current or power out of the Ultra96-V2? Or did you use other methods?
Thank you for your help!