Measuring fan interface only 0.2-0.5 Volts. This voltage is not a nominal value of 5 volts. Can this interface be modified by software?
Similar Question: What is not working?
Measuring fan interface only 0.2-0.5 Volts. This voltage is not a nominal value of 5 volts. Can this interface be modified by software?
Similar Question: What is not working?
HI: you need to enable FAN GPIO pin.
echo 15 >/sys/class/gpio/export
echo out >/sys/class/gpio/gpio15/direction
echo 1 >/sys/class/gpio/gpio15/value
for wiki page ,When we open registration, there will be too much spam, if you want to help us, we can help you open an account
Thank you. The fan interface can work normally.
Excuse me, how do you enable the fan in openwrt 15.05.1 ? Thanks.