Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 3 months ago
JSON representation
Argon One fan control for the Raspberry Pi 4 running Kali
- Host: GitHub
- URL: https://github.com/ashstrahle/ArgonOneRPI4Kali
- Owner: ashstrahle
- Created: 2020-05-02T01:47:56.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-07T06:09:49.000Z (over 1 year ago)
- Last Synced: 2024-06-24T06:36:08.605Z (5 months ago)
- Topics: fan-control, python, rpi
- Language: Shell
- Homepage:
- Size: 32.2 KB
- Stars: 9
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-argonone - ashstrahle/ArgonOneRPI4Kali
README
# ArgonOneRPI4Kali
## Argon One fan control for the Raspberry Pi 4 running KaliThis 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=ondtparam=i2s=on
dtparam=spi=on
enable_uart=1
```
4. Add the following to `/etc/modules`:
```
i2c-dev
```
5. Reboot6. Execute:
```
sudo chmod a+x ./argonone-config.sh
sudo ./argonone-config.sh
```
You're done!