Argon ONE Setup
Raspberry Pi OS
Debian / Ubuntu
Overview
Complete the Argon ONE setup process to utilize all case features on a Raspberry Pi.
Assumptions
- Logged in as administrative user.
Installation
The Argon ONE V2, Argon ONE M.2 NVMe, Argon ONE M.2 SATA, and Argon ONE all use the same setup script.
Download the setup script from the Argon 40 website to the tmp
directory.
wget https://download.argon40.com/argon1.sh --directory-prefix=/tmp/
Modify the file permissions for the setup script so it can be executed.
chmod 750 /tmp/argon1.sh
Launch the script to begin setup.
/tmp/argon1.sh
When installation is completed, a “Setup Completed” messaage will appear followed by the version number.
Usage
With the Argon utility installed, all features of the Argon ONE case are now usable. The power button will have more input controls, fan speed will be set to scale with device heat, and configuration options will be available via the argon-config
tool.
Power Button
The complete list of power button actions with the utility installed are listed below, as seen in the Argon ONE manual.
State | Action | Function |
---|---|---|
OFF | Short Press | Turn ON |
ON | Long Press (>= 3s) | Soft Shutdown |
ON | Short Press (< 3s) | N/A |
ON | Double Press | Reboot |
ON | Long Press (>= 5s) | Forced Shutdown |
Configuration
The Argon utility can be configured via the Argon configuration tool argon-config
, or by modifying the /etc/argononed.conf
file directly.
Launch the Argon configuration tool using the argon-config
command.
argon-config
Four options will be presented.
Configure Fan
- Configure case fan speed.Configure IR
- Configure an IR remote control.Configure Units
- Configure numerical units.Uninstall
- Uninstall the Argon utility.
Fan Speed
Select Configure Fan
to open the fan speed configuration tool. Three options will be presented for fan operation.
Always on
- Full send.Adjust to temperatures (55C, 60C, and 65C)
- Define fan speeds for default temperatures.Customize temperature cut-offs
- Define temperatures and fan speeds.
The recommended values are noted in the following table. If no modifications are made, these are the values that will be used by default.
Temperature (C) | Fan Speed (%) |
---|---|
55 | 10 |
60 | 55 |
65 | 100 |
References
Argon 40. “Argon ONE M.2 NVMe.” 2022. ↩︎
Argon 40. “Argon ONE M.2 SATA.” 2022. ↩︎
Argon 40. “Argon ONE V2.” 2022. ↩︎
Raspberry Pi Foundation. “Raspberry Pi Documentation.” 2024. ↩︎