Hi,
I recently purchased a ROCK Pi 4A+ and the corresponding PENTA SATA KIT. I got it all assembled and set up running Armbian 21.08.1 and OMV5. I ran the script for the fan and OLED display. The OLED display works flawlessly, but the fan is giving me some trouble. My rockpi-penta.conf is:
[fan]
When the temperature is above lv0 (35’C), the fan at 25% power,
and lv1 at 50% power, lv2 at 75% power, lv3 at 100% power.
When the temperature is below lv0, the fan is turned off.
You can change these values if necessary.
lv0 = 25
lv1 = 35
lv2 = 45
lv3 = 50[key]
You can customize the function of the key, currently available functions are
slider: oled display next page
switch: fan turn on/off switch
reboot, poweroff
If you have any good suggestions for key functions,
please add an issue on https://setq.me/rockpi-penta
click = slider
twice = switch
press = none[time]
twice: maximum time between double clicking (seconds)
press: long press time (seconds)
twice = 0.7
press = 7.0[slider]
Whether the oled auto display next page and the time interval (seconds)
auto = true
time = 10[oled]
Whether rotate the text of oled 180 degrees, whether use Fahrenheit
rotate = true
f-temp = false
While idle, the pi runs about 30-40C. While under load it quickly jumps to about 50C. The problem is despite these temperatues, after a while the fans slow and then stop (it actually just happened again while I type this). I have to manually double press the button to start the fans back up. And if I forget or I’m out of the room, the device quickly heats up to 80+C.
What do I need to check or do to troubleshoot or fix this issue?
Thanks,
Jaysin