Hello,
ST offers a power consumption measurement board which can measure very small current: 1nA .. 200mA
X-NUCLEO-LPM01A: https://www.st.com/en/evaluation-tools/x-nucleo-lpm01a.html
My Question: Is there a LabView driver for this board? Has anybody implemented the communication in LabView or heard about?
(It needs communication over USB VCP (Virtual COM Port) with 3,6MBit/s.
It can be used stand-alone but can also be used as an instrument, controlled by commads.
Document about communication with the board:
https://www.st.com/resource/en/user_manual/dm00418905-getting-started-with-powershield-firmware-stmicroelectronics.pdf
----------------------------------------------------------
Implementations with the board:
Python implementation script:
https://github.com/JerryShen1995/Power-Monitor
Python and C implementation of tests:
https://github.com/mjosaarinen/pqps