Replace pimoroni fan shim #39

Closed
opened 2020-08-23 06:09:49 +00:00 by kemonine · 2 comments
Owner

Drop pimoroni fan shim support and switch to argo40 cooling hat

argo unit has smbus instead of 'borrowing' important pins

pimoroni code is also a dumpster fire that shouldn't be trusted after further evaluation

code for the argo unit is clean and simple and can be adapted for a simpler approach if desired without any hassles

https://github.com/Elrondo46/argonone

https://github.com/kounch/argonone/tree/feature/RaspberryPi4

https://www.argon40.com/argon-fan-hat-for-raspberry-pi-4-raspberry-pi-3b-and-raspberry-pi-3-b.html

https://git.sungo.io/sungo/argon

Drop pimoroni fan shim support and switch to argo40 cooling hat argo unit has smbus instead of 'borrowing' important pins pimoroni code is also a dumpster fire that shouldn't be trusted after further evaluation code for the argo unit is clean and simple and can be adapted for a simpler approach if desired without any hassles https://github.com/Elrondo46/argonone https://github.com/kounch/argonone/tree/feature/RaspberryPi4 https://www.argon40.com/argon-fan-hat-for-raspberry-pi-4-raspberry-pi-3b-and-raspberry-pi-3-b.html https://git.sungo.io/sungo/argon
kemonine added the
bug
enhancement
labels 2020-08-23 06:09:56 +00:00
kemonine added this to the Initial Stable Deployment milestone 2020-08-23 06:09:58 +00:00
kemonine self-assigned this 2020-08-23 06:10:01 +00:00
Author
Owner
cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp)
cpuTemp1=$(($cpuTemp0/1000))
cpuTemp2=$(($cpuTemp0/100))
cpuTempM=$(($cpuTemp2 % $cpuTemp1))

echo CPU temp"="$cpuTemp1"."$cpuTempM"'C"
echo GPU $(/opt/vc/bin/vcgencmd measure_temp)



M2.5 8mm stand offs
``` cpuTemp0=$(cat /sys/class/thermal/thermal_zone0/temp) cpuTemp1=$(($cpuTemp0/1000)) cpuTemp2=$(($cpuTemp0/100)) cpuTempM=$(($cpuTemp2 % $cpuTemp1)) echo CPU temp"="$cpuTemp1"."$cpuTempM"'C" echo GPU $(/opt/vc/bin/vcgencmd measure_temp) M2.5 8mm stand offs ```
Author
Owner

Replaced with argon fan ; will be adding fan speed based on temp to piframe-go soon

Replaced with argon fan ; will be adding fan speed based on temp to piframe-go soon
Sign in to join this conversation.
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: PiFrame/piframe#39
No description provided.