Hey there
I have an Arduino running from a USB battery pack. This battery pack has a button I have to push in order to turn it on. I want to be able to to turn off everything completely through a switch. My plan:
- Adding a toggle switch between the battery pack electronics and the battery itself
- Closing the 'button-circuit' from the battery pack (always)
- Open the 'button-circuit' through arduino with a NC (normally closed) relay or – if possible – IRF520 MOSFET
This would imitate a constant push on the button, which will only be affective when the battery pack electronics get power (toggle switch). And it would 'stop pushing the button' as soon as the Arduino is running.
Since I don't have a NC relay module here, I would like to know if there is any other easy component to do that or if this can be achieved with a IRF520 MOSFET.
Hope my explanation is clear … it's not that easy. Thanks so much for your help.
Jonas