Pwm fan control for raspberry pi in golang. Contribute to Ykrej/RPiPWMFanControl development by creating an account on GitHub.
Windows 10 with all dev work done in Ubuntu using WSL. Using vscode with the wsl extension.
Flexible Hardware PWM Fan Control for Raspberry Pi
I created a program to control pwm fans through the hardware pwm gpio pins for raspberry pi. I wanted a pwm fan control program that supports hardware pwm, any pwm fan/brand(theoretically), single binary for ease of installation and released with pre-compiled binaries.
All the existing options were either python scripts without hardware pwm or had hard coded pwm control frequencies that wouldn't work with my fan.
Currently the program must be run as root(atleast on my pi4b using pwm on gpio 18), please let me know if you have a solution to this.
That was the inspiration for this
Sortable Table view with $/TB for serverpartdeals.com
I made this website to improve the experience of shopping for drives on https://serverpartdeals.com/ as I find their interface not very helpful.
If there are any additional features or changes you want to make feel free to open a pull request https://github.com/Ykrej/ServerPartDealsTable
EDIT: critiques on my code also welcomed, this is my first time writing Svelte.