I am assembling a recently arrived "new" NAS box. There are of course two fans (cpu, case). There is only one header labeled FAN (near gpio bus). I assume that if for the cpu fan and can be controlled by os/kernel? Where then should the case fan connect? There is another compatible two pin header labeled RIC nearby the fan header.
Also Is there any proper "motherboard" manual like one would get with a standard motherboard. The wiki has no detailed information on the board and it's connectors/headers.
(10-04-2018, 03:56 PM)dkebler Wrote: I am assembling a recently arrived "new" NAS box. There are of course two fans (cpu, case). There is only one header labeled FAN (near gpio bus). I assume that if for the cpu fan and can be controlled by os/kernel? Where then should the case fan connect? There is another compatible two pin header labeled RIC nearby the fan header.
Also Is there any proper "motherboard" manual like one would get with a standard motherboard. The wiki has no detailed information on the board and it's connectors/headers.
(10-04-2018, 03:56 PM)dkebler Wrote: I am assembling a recently arrived "new" NAS box. There are of course two fans (cpu, case). There is only one header labeled FAN (near gpio bus). I assume that if for the cpu fan and can be controlled by os/kernel? Where then should the case fan connect? There is another compatible two pin header labeled RIC nearby the fan header.
Also Is there any proper "motherboard" manual like one would get with a standard motherboard. The wiki has no detailed information on the board and it's connectors/headers.
10-05-2018, 10:04 AM (This post was last modified: 10-05-2018, 10:05 AM by dkebler.)
Picture? it's a rock64 pro in the new NAS case. Not much to see as board is covered by drives https://www.pine64.org/?page_id=61454
See #11 the pi2 header. To the right is fan header. Two over is a header that says "RIC" but is two pins and would fit a fan connector.
These headers are undocumented as far as I can tell. What is the RIC header?
Better question: Has anyone set up the new NAS box (with a rock64pro obviously) with both a cpu and case fan? If so how did you power both
10-05-2018, 07:33 PM (This post was last modified: 10-05-2018, 08:02 PM by romtorwator.)
click Board image for fan - FAN, Number 4 (PWM controlled fan header)
Number 6 - not RIC, but RTC (for Real Time Clock battery backup header)
There are no signals for the fan on the GPIO connector (Number 2 - Pi-2 bus header)
connection of the second fan is not provided, plug FAN in either a chassis fan or a MCU fan.
If you want to use two fans, then connect the second one to the power supply yourself.
For example, I connected the second fan to an homemade thermostat.
_____________________________________________________________________________________________________________________________________________
my SOHO NAS RockPro64 4GB v2.1 / eMMC 32GB / PCIe -> 4*SATA Marvell 88SE9235 / SD-card 64 GB / NAS Casing / image Debian Stretch Minimal / Kernel 4.4.xxx ayufan
my Multimedia desktops: ASUS H310T G5500, ODROIDs -XU4, -XU3, -C2, -C1;
my trash BananaPi; RPi B, B+; ODROID-W
Back to your original question - there is only 1 specific fan header (PWM controlled) on the board. There are suitable fan voltages elsewhere if you want to hack. Unless I am very much mistaken the NAS design is for a case fan with a passive sink on the CPU (which will benefit from the case flow to some extent).
ROCKPro64 v2.1 2GB, 16Gb eMMC for rootfs, SX8200Pro 512GB NVMe for /home, HDMI video & sound, Bluetooth keyboard & mouse. Arch (6.2 kernel, Openbox desktop) for general purpose daily PC.
PinePhone Pro Explorer Edition, daily driver, rk2aw & U-boot on SPI, Arch/SXMO & Arch/phosh on eMMC
PinePhone BraveHeart now v1.2b 3/32Gb, Tow-boot with Arch/SXMO on eMMC
10-09-2018, 08:34 AM (This post was last modified: 10-09-2018, 08:34 AM by dkebler.)
Thx all I get the lay of the land now
For now I'm going to forget about the cpu fan and see how that goes temperature wise.
If need be I can go with a 4 wire case fan and use existing header for cpu fan and then drive case fan with something like this https://goo.gl/izUx2V or use pwm from the gpio header which will give me control via os.
10-09-2018, 10:39 AM (This post was last modified: 10-09-2018, 11:32 AM by romtorwator.)
in my opinion it is easier to connect one transistor to connector the GPIO (Pi2-BUS),
having organized a PWM signal from the system, and adjust the duty ratio in it.
exactly the same as it is done on the first fan.
or even from the same PWM signal (FAN_CTL_H).
_____________________________________________________________________________________________________________________________________________
my SOHO NAS RockPro64 4GB v2.1 / eMMC 32GB / PCIe -> 4*SATA Marvell 88SE9235 / SD-card 64 GB / NAS Casing / image Debian Stretch Minimal / Kernel 4.4.xxx ayufan
my Multimedia desktops: ASUS H310T G5500, ODROIDs -XU4, -XU3, -C2, -C1;
my trash BananaPi; RPi B, B+; ODROID-W