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

2 suggestions for hardware robustness #1

Open
evanshultz opened this issue Jun 30, 2016 · 0 comments
Open

2 suggestions for hardware robustness #1

evanshultz opened this issue Jun 30, 2016 · 0 comments

Comments

@evanshultz
Copy link

Great work! Thanks for sharing.

There are two hardware suggestions I have which aren't too important for a hobby project but are good practice. They cover unlikely scenarios, but are worthwhile for robustness.

First, I suggest adding a reverse diode across the regulator, with the anode at the regulator output. If the input voltage drops below the output voltage, which can sometimes happen during power off, the pass transistor in the regulator can become damaged by reverse current. This is probably unlikely since the power supply output likely has a very long holdup, but it won't hurt and there could be conditions that would cause the regulator input voltage to fall first. A standard 4148 will suffice.

Second, depending on what receives the signal in the laptop, it may also be prudent to put Schottky diodes from ground to the uC signal output and from the uC output to +3.3V. A series resistor between the uC and diodes is also good protection. The receiving circuitry could pull the pin below ground or above +3.3V in an unexpected condition, generally a serious fault, which would likely damage the uC.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant