Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Arduino Micro Hardware Issue - T1 Maximum Gate-Source Voltage Violation #2534

Open
twomeyw2 opened this issue Jan 3, 2015 · 0 comments
Open
Assignees
Labels
Component: Hardware Related to the design of Arduino's hardware products Type: Bug

Comments

@twomeyw2
Copy link

twomeyw2 commented Jan 3, 2015

As I understand on the Arduino Micro, MOSFET T1 acts as the "5V selector". If Vin is present, it turns off the MOSFET to isolate the Vin generated 5V rail from the USB 5V rail. I looked at the datasheet for the FDN340P MOSFET and it specifies an Absolute Maximum Gate-Source voltage of +/-8V. When the board is first connected to a power supply the T1 Source voltage will be 0V, so anything over 8V could be stressing the part. Even after the 5V regulator ramps on, the T1 Source will be 5V, allowing for a maximum Vin of 5+8 or 13V. The Arduino Micro webpage specifies a maximum input of 20V.

In addition to violating the maximum Gate-Source voltage specification, tying a MOSFET Gate directly to the input voltage rail raises some reliability concerns given MOSFET susceptibility to ESD damage.

I think in the short term, the Arduino Micro webpage should be updated to specify 7V input voltage. A long term solution could be to add a resistor and zener diode to the T1 gate circuit to prevent over-voltage conditions and offer some protection at the Gate or specify a MOSFET source that has a larger maximum Gate-Source voltage.

http://arduino.cc/en/uploads/Main/arduino-micro-schematic.pdf

@per1234 per1234 added the Component: Hardware Related to the design of Arduino's hardware products label Jul 3, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Component: Hardware Related to the design of Arduino's hardware products Type: Bug
Projects
None yet
Development

No branches or pull requests

3 participants