That’s interesting. I purchased the kit with the board, case, antennas, and power supply but didn’t get any heat sinks in the package. If just adding the heat sinks drops the temps that low, that’s probably the way to go.
The case is pretty bare bones. It would have been nice to have the LEDs exposed and maybe a punch out for the USB header.
It seems like others have started some models for a 3D printed case, so that might be the way to go in the future. I also might try my hand at replacing the top with acrylic with ventilation.
I think I’m going to get a block heatsink and cut it to size. If I get ambitious I’ll tap some holes to mount it.
There are the kits with and without the heatsincs.
The temps are without the top of the enclosure. I believe that some holes in the upper and bottom frame to allow some convection plus a low noise fan.
Can someone suggest single big radiator, which cover all bpi chips and fits the board (mounting holes etc). Without fan, I can’t see reason in using it with default metal case.
I ended up buying this aluminum heatsink and tapping holes. I put thermal pads on everything but the MT7531 to get the chips mostly level.
I did the 12v fan mod as well and may end up adding a fan. My closet has a relatively high ambient temperature (30ºC) and little airflow, unfortunately.
There’s a bunch of considerations. Using the same sink across multiple chips spreads extra heat to cooler chips, for example. I leveled the chips with thermal pads and based on temp graphs, adequate contact seems like it’s being made.
I ended up getting a fan anyway and need to mod the fan connector down to 3-pins and the smaller pitch. I’ll drill a grate above the heat sink and possibly some vents on the left side of the case.
Look like this thread is also my concern, I’ve been experiencing periodic disconnection about every 2 days few weeks ago. still not sure if the temp is the culprit.
wrote a script to log the temp readout every minute for observation…
case all closed with 53c, 49c, isn’t bad right?
Has anyone seen any movement on getting cpufreq support for the mt7986? I have checked linux master, and vireshk’s tree (where the mediatek cpufreq pulls seem to come from) and there is nothing there. Unless the CONFIG_ARM_MEDIATEK_CPUFREQ_HW driver supports the mt7986 and nobody knew it all along.
We’ve PMIC power IC on mt7622 board and can lower the voltage when we adjust cpu frequency (DVFS - dynamic voltage and frequency scaling). however. there is no PMIC on mt7986 board so we don’t have cpufreq driver and keep running at 2Ghz, thanks.
So there is no way for cpu-freq support on r3 due to missing hw component (pmic),right? Or is there any other way to do cpu trotteling (maybe by soc directly)?
It would be very unusual for cpu-freq control to be based on PMIC voltage.
Normally it would be around the other way… The SoC CPU clock speed would be decreased by adjusting the CPU PLL dividers. Then when the CPU has re-stabilised, the PMIC would be commanded to the lower voltage (to further decrease power usage).
The CPU frequency adjustment should be able to net good savings. But depending on how the frequency control is done, it might be trickier to speed up / slow down the clock dynamically (i.e. if increasing the CPU speed requires a full PLL relock, that might be 20ms of time ‘paused’ to get the faster CPU speed… which might negate the benefit of speeding up entirely).