Electrical – use a mosfet as a switch to power arduino

555arduinomosfetmosfet-drivertimer

I have a project in which I intend to use a NE555 timer to turn the arduino on/off on specific intervals.
I don't want to use the ne555 output directly because of the current limitations of the chip.
I was wondering if I can connect the timer output to a P-channel Mosfet gate and get my output from its drain?

Here is the schematics.The resistor is supposed to be arduino board.
enter image description here

Since there is no way to really simulate this I wanted to be sure before I assemble the circuit so I appreciate if you could point out any possible problems.

Best Answer

Yes, that will work, but you don't need the 50Ω resistor as it will only waste power.

The second thing is you may not need to use this circuit at all! Why? because you can get an arudino to use very little current in a sleep mode, like 10uA of current. The supply current is at least 3mA for an NE555 and the 555 timer needs to be operating all of the time. The aruidno only needs 10uA to sleep so a 555 timer wastes 300x more current.

And you can simulate circuits like this: (you can click on edit below the image and then click simulate) I have simulated the load as 10Ω, which would be a peak load of 500mA for an arudino.

schematic

simulate this circuit – Schematic created using CircuitLab

Related Topic