Raspberry Pi

2618 readers
14 users here now

Welcome to the programming.dev Raspberry Pi community!

Raspberry Pi is a series of small single-board computers. It is widely used in many areas because of its low cost, modularity, and open design. It is typically used by computer and electronic hobbyists.

Rules

Members of this community are expected to exhibit mature and respectful behavior.

Those who fail to uphold these standards may find their posts or comments removed, with repeat offenders potentially facing a permanent ban.

Please keep discussions in English so that they can be appropriately moderated.

Links

founded 2 years ago
MODERATORS
1
 
 

I have a pile of hard drives sitting around that need to be securely wiped. Does anyone know of something similar to DBAN or ShredOS for ARM that I can use to turn a Pi into a disk wipe station? It doesn't need to be a dedicated OS, just a package that I can run on top of armbian or whatever.

2
3
4
5
6
7
8
 
 
9
10
11
12
 
 

Developer @sum_yung_gai@programming.dev

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.

13
14
15
16
17
18
19
20
21
22
23
24
25
view more: next ›