Search found 5 matches
- Sun Sep 10, 2017 1:41 am
- Forum: General discussion
- Topic: Pi3 Configuration, Overclocking, Stability Testing & Cooling
- Replies: 11
- Views: 36406
Re: Pi3 Configuration, Overclocking, Stability Testing & Cooling
Hey Rive, don't want to jack your thread, but it's the one that consistently comes up when searching for Raspberry Pi cooling. I set out on a quest to find a similar heatsink and managed to find one from here that fits and has supporting test data to show it's actually an efficient cooler. I was con...
- Sat Sep 09, 2017 9:39 pm
- Forum: General discussion
- Topic: Pi3 Configuration, Overclocking, Stability Testing & Cooling
- Replies: 11
- Views: 36406
Re: Pi3 Configuration, Overclocking, Stability Testing & Cooling
It's only about halfway to the script I'm using.DougieLawson wrote: ↑Sat Sep 09, 2017 9:04 pmHow about this one linerCode: Select all
awk '{print ((($1/5)*9)/1000)+32;}' /sys/devices/virtual/thermal/thermal_zone0/temp
- Sat Sep 09, 2017 8:49 pm
- Forum: General discussion
- Topic: Pi3 Configuration, Overclocking, Stability Testing & Cooling
- Replies: 11
- Views: 36406
Re: Pi3 Configuration, Overclocking, Stability Testing & Cooling
I've been using a lot of the information from here for my own cooling testing project. I wanted to drop a little some scripts to help out with testing that I've been using This one reformats the measure_temp output to display in Celsius and Fahrenheit. #!/bin/bash tm=`/opt/vc/bin/vcgencmd measure_te...
- Sun Sep 03, 2017 1:40 pm
- Forum: Other projects
- Topic: LEGO Cases
- Replies: 5
- Views: 5213
Re: LEGO Cases
Thanks Dougie! I checked the page source to see what you fixed and made the same change to my original post.
- Sun Sep 03, 2017 3:39 am
- Forum: Other projects
- Topic: LEGO Cases
- Replies: 5
- Views: 5213
LEGO Cases
Howdy folks! I've recently picked up a few Raspberry Pi 3s and have slowly started working on small projects with them. My current one is mainly focused around cooling as I'm trying to OC as high, and as safely, as possible. I'm currently employing my primary board as a RetroPie station. I started w...