https://github.com/bwolf-16/pi-tuner
Overcloker Utility
https://github.com/bwolf-16/pi-tuner
oc overclocking-tools raspberrypi
Last synced: 29 days ago
JSON representation
Overcloker Utility
- Host: GitHub
- URL: https://github.com/bwolf-16/pi-tuner
- Owner: BWolf-16
- Created: 2025-05-12T08:51:33.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-05-16T18:08:31.000Z (about 1 year ago)
- Last Synced: 2025-06-01T15:13:36.783Z (about 1 year ago)
- Topics: oc, overclocking-tools, raspberrypi
- Language: Python
- Homepage:
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# โ ๏ธThis is in Beta, please use under your own responsibilityโ ๏ธ
I will redo everything from 0 please wait for an update :)
# Pi-Tuner ๐พ
A complete, real-time tuning tool for your Raspberry Pi 5 โ with true fan, clock, and voltage control. Inspired by MSI Afterburner, built to serve your system with power and style.
## Features ๐ก
- ๐ Real-Time Monitoring
- ๐ก๏ธ Temperature
- โ๏ธ CPU Clock
- ๐ Voltage
- ๐ Fan Speed
- ๐๏ธ Manual Controls
- Set CPU clock with `cpufreq-set`
- Adjust voltage with `over_voltage` + `force_turbo`
- Fan control via GPIO18 PWM (hardware-connected fan only)
- ๐ Auto/Manual Fan Mode
- Toggle between firmware control and manual GPIO-based control
- ๐พ Profile Support
- Save/load custom settings
- Default profile included
- Restore-to-default button
- โ๏ธ Auto Setup
- Edits `/boot/firmware/config.txt` as needed
- Uses `pigpio` or GPIO tools for fan PWM
- Applies all settings without reboot
## Installation ๐
```bash
sudo apt update
sudo apt install cpufrequtils libraspberrypi-bin pigpio
pip install customtkinter
```
## Usage ๐
```bash
sudo python3 pi_tuner.py
```
## Optional: Autostart with systemd
Use `pi-tuner.service` to enable boot startup.