sum_yung_gai

joined 1 month ago
 

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.

[–] sum_yung_gai@programming.dev 3 points 1 month ago (1 children)

That was the inspiration for this

 

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.