Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 773 Bytes

File metadata and controls

27 lines (17 loc) · 773 Bytes

VoltageControllerUI-Qt

Raspberry Pi PWM Project

This repository contains the complete source code for the PWM-based project developed for Raspberry Pi 4.

📌 Overview

  • Outputs PWM signal on GPIO19, which corresponds to Physical Pin 35 on Raspberry Pi 4.
  • Designed to run inside a Python virtual environment to ensure clean dependency management.
  • Code is modular and ready for deployment on embedded systems.

🧰 Requirements

  • Raspberry Pi 4 with Raspberry Pi OS installed
  • Python 3.7 or above
  • GPIO access permissions (typically requires root or gpio group)
  • Git

⚙️ Setup Instructions

1. Clone the Repository

git clone https://github.com/Stackware-Ltd/VoltageControllerUI-Qt/invitations
cd VoltageControlUI-Qt