This is an ATX power control module for the JetKVM platform, built on the Raspberry Pi RP2040, the same chip as the Raspberry Pi Pico. It provides remote control of PC power and reset functions, along with status monitoring of power and drive activity LEDs.
- Remote control of PC power and reset buttons via UART interface
- Power and HDD activity LED status monitoring
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.