Hi,
I need your help, I have a Arduino Due with 3.3v, I need to power up/switching with Arduino on/off a GSM/3G module 5230E from Adafruit with 3.3v too. I want to switch on the GSM/3G modem every 2 hours for 10 minutes, because when run on battery it will drain the battery. So to extend the lifetime on battery, I switch the module on, read an SMS or sending via HTTP the GPS position, then power off. That's the plan.
I'm testing, researching for a long time (I haven't much spare time...) for switching this module..
Yes I "could" switch it on with an relais... sure, but it is big and loud and not much fun...
Lately I have tried a optocoupler 4N25 with no success...
Now I'm trying a n-channel mosfet to a p-channel mosfet...
I made a Tinkercad circuit to test everything, It "should" work, but not on a real board.
My Mosfets are a IRL2703 and a SUP53P06-20... I cannot get the p-channel mosfet to work properly, the n-channel works fine, until I add the p-channel mosfet.
The n-channel mosfet should be ok, it is a logic level mosfet, the p-channel mosfet has a low VGS value too, so it should work...
Why the p-channel mosfet? Because the ground for the module is connected to the chassis and I cannot disconnect it from the common battery (it is a micro usb cable)... So I need to switch on the "high side", ie. source instead of ground.
Can somebody help??