Pico's Mosfet maximum Amperage when partial ly turned on? #4689
Replies: 1 comment
-
Posted at 2018-10-04 by @allObjects Here is the datasheet http://www.onsemi.com/pub/Collateral/FDN358P-D.PDF , where it says in the Absolute Maximum Ratings that you can draw continuously about ***1.5[A] ***... but this is not the only information to be considered. Since the board (safe) design supports a 500[mA] LDO Voltage Regulator, you are with 500[mA] on the safe - cool(er) - side. You may go higher... but the specs do not say a thing about voltages lower than 4.5[V] 200[mOhm]. With raising on-Resistance more heat has to be dissipated... For running a GPS - 60[mA], you are more then fine... Posted at 2018-10-04 by asez73 I hope so! Posted at 2018-10-04 by @allObjects Espruino has a lot doc now... the hard part is to find it right away. This may be of interest to you: http://www.espruino.com/Pico+FET+Output 1.5[A] continuously and 5[A] pulsed is a nice number... you now just need the Battery to support deliver it! Posted at 2018-10-05 by asez73 Hi, Posted at 2018-10-05 by @gfwilliams Hi, I'll answer below, but I think the real answer is: The FET is connected to the VCC/VBAT voltage rail, and you can't use it like a voltage regulator - so unless the GPS has its own voltage regulator, using the FET won't be a viable option for you. You'd be better off adding your own to the 3.3v rail.
No, with nothing connected you'll get VCC/VBAT's voltage on BAT_IN.
It totally depends - basically it turns the FET into a resistor. With that little drive voltage the datasheet doesn't specify the resistance, but it should be a few Ohms.
If you short BAT_IN to GND then yes, it's possible. It's the same as a resistor in this case.
I don't think it really matters? It depends if you need any of the other peripherals handy. Posted at 2018-10-05 by asez73 Hi, |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Posted at 2018-10-04 by asez73
Hi,
I'd like to use the mosfet of the pico to control power of a GPS (60 mA at 3.3V, 5V tolerant, own ldo regulator integrated).
So, I got confused somehow from the documentation...
That is, after bridging the jumper B0/Fet, I should use the example provided here we have
a-Does that mean that I will get a 3.3V on VBAT?
b-What would be the max amperage in this case?
c-Would the mosfet get hot?
d-On this Pinout, which pin should I use to connect a load that will be powered through B0 controlled mosfet : VBAT, BAT_IN?
As a separate problem, I need to connect the GPS on a UART AND an I2C (addtionnal sensor here).
e-What would the best pins to use: B6 & B7 for UART, which ones for I2C?
Thank's a lot.
Beta Was this translation helpful? Give feedback.
All reactions