This is a power monitoring and control module for the JetKVM platform, built on the Raspberry Pi RP2040, the same chip as the Raspberry Pi Pico.
- Voltage, current, and power measurements via INA219 sensor
- Power state control through UART interface
If you've found an issue and want to report it, please check our Issues page. Make sure the description contains information about the firmware version you're using, your hardware setup, and a clear explanation of the steps to reproduce the issue.
The firmware is written in C using the Raspberry Pi Pico SDK. Knowledge of C programming and embedded systems is recommended. To get started, see Getting Started with the Raspberry Pi Pico-Series for information on how to install the SDK and build the project.