Hardware I am using:
Power Profiler Kit II (PPK2)
I am experiencing an issue where my PPK2 works perfectly when connected to my laptop using the official Power Profiler application, but fails to stream or report data when connected to a Raspberry Pi using the PPK2 api.
When executing my script on the Raspberry Pi:
-
The API successfully initializes a serial connection.
-
I am able to toggle the device into Ammeter mode, and the physical status LED on the PPK2 changes to blue.
-
However, after this point, the device does not report any current data back over the interface, and it behaves as if it is unable to detect any incoming power or continuous measurement frames.
- Sometimes it does report current measurements which are clearly incorrect or in microAmps.
On my laptop with the app:
- It works perfectly fine and I am able to measure current.
I need to switch to the API because of remote tests that I run.
Thank you.