Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ashstrahle/ArgonOneRPI4Kali

Argon One fan control for the Raspberry Pi 4 running Kali
https://github.com/ashstrahle/ArgonOneRPI4Kali

fan-control python rpi

Last synced: about 2 months ago
JSON representation

Argon One fan control for the Raspberry Pi 4 running Kali

Awesome Lists containing this project

README

        

# ArgonOneRPI4Kali
## Argon One fan control for the Raspberry Pi 4 running Kali

This repo contains modified versions of the original `argon1.sh` install script, and `argononed.py` file adapted to run on Kali distro on RPI4.

## Installation

1. Execute:
```
sudo ./argon1.sh
```

2. Remove "console=" entries in `/boot/cmdline.txt` file

3. Add the following to `/boot/config.txt`:
```
dtparam=i2c_arm=on

dtparam=i2s=on

dtparam=spi=on

enable_uart=1
```
4. Add the following to `/etc/modules`:
```
i2c-dev
```
5. Reboot

6. Execute:
```
sudo chmod a+x ./argonone-config.sh
sudo ./argonone-config.sh
```
You're done!