How you will utilize 4pins connector?
Iāve noticed that if you remove resistor R317 and solder one on R318 you can get a 12v fan voltage instead of 5v. Do you guys see any problem with that?
Through the schematics, it seems that R317 and R318 are supposed to be interchangeable for that exact purpose (they have the same resistance value and all - actually just a jumper, not an actual resistor), BUT, thereās also a 0R at R320 while R319 is not populated (and a 10K at R321, and another 0R jumper at R322 which Iām absolutely unsure if theyāre related), I wonder if thatās also required to be swapped in order to have proper 12V fan support. If anyone from Sinovoip (or anyone who made contact with support regarding this) would be so kind to drop in, it would be awesomeā¦ Iām not as versed in electronics as to give the call if R317/318 is all thatās needed, or if thereās also another swap to be made
What I AM sure is that you could always use the CN34 (XH-4AK type connector) with a custom connector to supply either 5V or 12V (itās supposed to be used for SATA, for some reason, but thereās no SATA data port - or adapter, like in the BPi M3 - available, so itās free to be used).
If Iām not mistaken, R320 and the others are related to driving the PWM with 3.3V and have nothing to do with VCC_FAN. I used the SATA_12V for supplying a fan snd it worked, you just neet to set GPIO8 high. And maybe avoid connecting a SATA device to the mPCIE at the same time. Can anyone confirm?
You can use a pci2sata (e.g. jmb585) bridge in m2 slot,but then you need power for your drives. This is the reason for this adapter. But if you do not use such adapter you can use connector for a fan
Iāve got confirmation from support, itās just swapping R317/R318 to choose between 5/12V, the other resistors are unrelated.
Hallo, first of all, i want to give an overview (i decided for an 4 Pin Fan). The first Quest was choosing the right thermal Pads:
Heat sink with fan i buyed from Aliexpress:
For preventing a gap between heatsink and thermal pad, I took away 1 mm of the screw sleeves on the backside of the heat sink:
Iām not sure it was necessary! Be careful during tighten the screws!
I used the BPI-R2-Case. But only the Top and Bottom site.
As i said, the original fan connector was a 4 Pin:
For the connection with the Board i buyed a 3 Pin connector. And I was lucky because the 4 Pin connector was same kind like the 3 Pin connector. I just had to remove the single cable from 4 Pin an do it into 3 Pin connector:
Iām not sure that what i do was right, because the fan was running the whole time! It also worked with the green cable for pin 3. After I installed Open WRT the fan runs during start maybe 10 seconds and stops. That happends at every start of the R3.
Did someone now how i can access to the fan settings?
Iām not experienced with open wrt. I installed luci and can access via ssh. But not much more
During my search i found in Luci that one PWM Package is still installed: kmod-hwmon-pwmfan Did someone know how to access these modul/package? Thanks!!!
Hello, Is it possible the pwm to switch off the fan because the cpu is cold?
I think, it should be possible because my fan is NOT running. The fan runs only at the start (5 seconds) and then stops. But I do not know how to change it. I want to change the behavior for different temperature ranges. But I did not found something in Luci ā¦ . Its a bit frustrating ā¦
The fan is registered as a thermal cooling device with the Linux kernel, hence it is controlled by temperature according to temperature trip points.
You can still interfere manually by accessing it via /sys/class/thermal/cooling_device0/cur_state
.
I now, its not exact an Fan cooling problem. But Iām very new at open wrt. Can you describe a bit more?
I have a general problem with access via ssh (putty): -> permission denied
Has someone an idea what i have to do to get a āpermission grantedā ?
If you want to read ācur_stateā, use cat:
cat /sys/class/thermal/cooling_device0/cur_state
Try:
echo 3 > /sys/class/thermal/cooling_device0/cur_state
That should fire up the fan to 75%.
On my board the wifi 2.5 phy has higher temperature
root@BPI-R3:/# cat /sys/class/thermal/cooling_device0/cur_state
0
root@BPI-R3:/# sensors
mt7915_phy1-isa-18000000
Adapter: ISA adapter
temp1: +33.0Ā°C (high = +120.0Ā°C, crit = +110.0Ā°C)
mt7915_phy0-isa-18000000
Adapter: ISA adapter
temp1: +55.0Ā°C (high = +120.0Ā°C, crit = +110.0Ā°C)
Okay, thanks, thanks, thanks !!! After the āecho 3ā command, the Fan runs 4 seconds and stops again. Interesting ā¦
Yes, it is still controlled by the thermal sensor (see cat /sys/class/thermal/thermal_zone0/temp
) which is polled every couple of secondsā¦
is that the CPU temp?
root@BPI-R3:/# cat /sys/class/thermal/thermal_zone0/temp
27681
My current value for R3 is 34523 with running fan. What are you using as thermal cooling system? I use 1.5 mm thermal pad and headsink with fan.
Okay, i took away the top cover. Now i have 27275 with running fan. I did not think about how much the top cover influenced.