I'm trying to use a fan on my raspberry. To do that, I connect my fan to a GPIO(General-purpose input/output) output and the ground. It works fine if I connect the fan to VCC +5V (64mA) or +3.3V(46mA) but if i connect my fan to a random GPIO set as an output, I got just a twitch. I checked with a multimeter and it results that my tension is good (3.3V)but the current is too low (32mA).
How can I increase the current on this GPIO and so increase the power given to the fan (via a code to avoid the use of a transistor)? Can I desactivate the internal resistor via RPi.GPIO?