An open API service indexing awesome lists of open source software.

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

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.