• WANTED: Happy members who like to discuss audio and other topics related to our interest. Desire to learn and share knowledge of science required. There are many reviews of audio hardware and expert members to help answer your questions. Click here to have your audio equipment measured for free!

Are you a FAN boy? Fan-less vs. forced air music server / transport (passive vs. active cooling)

Is your music server / transport cooled with fans?

  • Active cooling - use fans (1 or more setups)

  • Passive cooling - NO fans (1 or more setups)

  • Both active and passive cooling (>1 setups)


Results are only viewable after voting.

renaudrenaud

Major Contributor
Joined
Apr 20, 2019
Messages
1,313
Likes
2,898
Location
Tianjin
Some pics from my huge audio server (cost around 30$, this is the 4Go Orange Pi Zero 3).

I wrote some code. When it starts there is some info about the current player:
opz_02.png


For each new track in play mode, some technical info:
opz_01.png


Then Artist and title, few seconds
opz_03.png


Then the classic duration and X/Y
opz_04.png


Size relative to the X16:
opz_05.png


Ha yes, there is also some info for system monitoring.

RAM info, total, used and %used
opz_06.png


Some info about the sd card:
opz_07.png


And CPU load (and frequency for each core), right now the temp is not read (some new code to write for this new card):
opz_08.png


Anyway the temp is around 48°.

And everything is containerized:
- lcd_monitor is some code for the lcd
- LMS is the open source audio server
- Squeezelite is the audio player
- portainer is the web tool for Docker management.

opz_09.png


If I was not so lazy... I have to design a 3D box for this mega audio server. Consumption is less than 2W.
 

amadeogt

Member
Joined
May 17, 2023
Messages
26
Likes
62
This might be of interest (first mini PC with solid state cooling):
 
OP
benanders

benanders

Senior Member
Joined
Nov 12, 2022
Messages
400
Likes
424
Location
Hong Kong SAR
Some pics from my huge audio server (cost around 30$, this is the 4Go Orange Pi Zero 3).

I wrote some code. When it starts there is some info about the current player:
View attachment 320105

For each new track in play mode, some technical info:
View attachment 320104

Then Artist and title, few seconds
View attachment 320106

Then the classic duration and X/Y
View attachment 320107

Size relative to the X16:
View attachment 320108

Ha yes, there is also some info for system monitoring.

RAM info, total, used and %used
View attachment 320109

Some info about the sd card:
View attachment 320110

And CPU load (and frequency for each core), right now the temp is not read (some new code to write for this new card):
View attachment 320111

Anyway the temp is around 48°.

And everything is containerized:
- lcd_monitor is some code for the lcd
- LMS is the open source audio server
- Squeezelite is the audio player
- portainer is the web tool for Docker management.

View attachment 320113

If I was not so lazy... I have to design a 3D box for this mega audio server. Consumption is less than 2W.

Reminds me of the system status screen on a giant water filter system I maintained as part of my first company job. Some serious sentimentality being stirred by this one!

Once you quit being lazy and get around to that 3D box, I’m guessing you’ll go 200mm Noctua? A 140mm off-brand would probably handle it, but why not splurge on an already-absurdly-over budgeted piece of kit, eh? :p

Curious - how much storage does that server have to manage?
 
OP
benanders

benanders

Senior Member
Joined
Nov 12, 2022
Messages
400
Likes
424
Location
Hong Kong SAR
This might be of interest (first mini PC with solid state cooling):

I’d heard mention of that tech but hadn’t looked up the computer. Neat - thanks.
Implementation of the power button looks questionable for a portable device; wonder how “portable” the power brick will be.
The chassis looks like an aesthetic match for this 2.5” drive RAID case:

IMG_4801.jpeg


Acasis 2.5” drive RAID case
Acasis 2.5” drive RAID case specs
 

renaudrenaud

Major Contributor
Joined
Apr 20, 2019
Messages
1,313
Likes
2,898
Location
Tianjin
Reminds me of the system status screen on a giant water filter system I maintained as part of my first company job. Some serious sentimentality being stirred by this one!

Once you quit being lazy and get around to that 3D box, I’m guessing you’ll go 200mm Noctua? A 140mm off-brand would probably handle it, but why not splurge on an already-absurdly-over budgeted piece of kit, eh? :p

Curious - how much storage does that server have to manage?
There is a 4To disk to manage: 1.5To (a bit more) of music, the other files are for 3D models we build and some personal documents.

Since few weeks there is also a Orange Pi 5+ with nvme connector PCIe 3.0 x4 lanes etc... Not expansive, very powerful, I use one as my internet router (OpenWRT) and another one as workstation.
 
Top Bottom