Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/vrischmann/argonone

Custom program to control the fan in an Argon ONE Pi 4 case
https://github.com/vrischmann/argonone

Last synced: 30 days ago
JSON representation

Custom program to control the fan in an Argon ONE Pi 4 case

Awesome Lists containing this project

README

        

# argonone

This is a program for controlling the fan speed in a [Argon ONE Pi 4](https://www.argon40.com/argon-one-m-2-case-for-raspberry-pi-4.html) case.

## Requirements

[Zig master](https://ziglang.org/)

## Build

Run this:
```
$ zig build -Dtarget=aarch64-linux-musl
```

## Usage

Run it like this:
```
$ MIN_TEMP=30 MAX_TEMP=70 argonone
info(main): Setting fan speed at 46 for temperature 46.250999450683594°C
info(main): Setting fan speed at 46 for temperature 46.250999450683594°C
```

There's a `argonone.service` systemd unit you can use as well.