Most Stable Raspberry Pi? Better NTP with Thermal Management
austinsnerdythings.com
Most Stable Raspberry Pi? Better NTP with Thermal Management
1–10 of 99 posts
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#2Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#3Always fun new things to learn when doing something "simple" like setting up an NTP server!
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#4Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#5Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#6It's an SBC-scale OXCO. I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself. Always fun new things to learn when doing something "simple" like setting up an NTP server!
That would likely make it worse. The trick here is that the other cores are running at essentially their maximum temperature and and will dynamically reduce their clockspeed if required to keep from going above that limit. In essence, the environment becomes actively temperature controlled. If the ambient heat goes higher, the cores clock lower, if it gets colder the cores clock higher (up to a point).
If you add too much heat dissipation, the total power used by those cores might not be enough to keep well above ambient.
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#7For future improvements, a cheap but effective win might be to put a temperature sensor on the oscillator (or two or three in various places). And use that to drive the PID loop.
Even if just experimental & not long term, it would be nice to have data on how strong the correlation is between the cpu & oscillator temperatures. To see their difference and how much that changes over time. Another graph! CPU vs txco (vs ambient?) temperatures over time.
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#8It's an SBC-scale OXCO. I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself. Always fun new things to learn when doing something "simple" like setting up an NTP server!
You're right that this is a over-controller oscillator. The goal generally with ovens is to keep heat! (To an extent of course.)
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#9It's an SBC-scale OXCO. I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself. Always fun new things to learn when doing something "simple" like setting up an NTP server!
> I half wonder if adding a larger heatsink, or even putting thermal mass around the existing oscillator could also help, or if the heating is more localized in the PCB itself. That would likely make it worse. The trick here is that the other cores are running at essentially their maximum temperature and and will dynamically reduce their clockspeed if required to keep from going above that limit. In essence, the envi…
Author should experiment with liquid nitrogen ;) [1]
[11] https://www.xda-developers.com/liquid-nitrogen-cooling-raspb...
Re: Most Stable Raspberry Pi? Better NTP with Thermal Management
#10Is the Pi going the Pentium 4 route?