Current on GPIO Raspberry -


i'm trying use fan on raspberry. that, connect fan gpio(general-purpose input/output) output , ground. works fine if connect fan vcc +5v (64ma) or +3.3v(46ma) if connect fan random gpio set output, got twitch. checked multimeter , results tension (3.3v)but current low (32ma).

how can increase current on gpio , increase power given fan (via code avoid use of transistor)? can desactivate internal resistor via rpi.gpio?

i assume dont want control speed of fan ,just on/off.

  1. try connecting severa gpio parallel.(also make sure pins configuration same).

  2. check datasheet of processor.most mcu hase several pins support high current (mostly driving led).

3.the best solution adding transistor or relay. note fans tends add electrical noise ,therefor might need add filters.


Comments

Popular posts from this blog

gridview - Yii2 DataPorivider $totalSum for a column -

java - Suppress Jboss version details from HTTP error response -

Sass watch command compiles .scss files before full sftp upload -