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

Leak Detector #17

Open
EricPianin opened this issue Jun 17, 2013 · 5 comments
Open

Leak Detector #17

EricPianin opened this issue Jun 17, 2013 · 5 comments

Comments

@EricPianin
Copy link

The leak detector is a circuit used in the event of a leak in the sub. The circuit runs off 5v power. The circuit operates at logic 1, meaning when the sub is dry the circuit generates 0v, and when a leak is detected the circuit generates 5v. Since the mbed prefers 3.3v we have a voltage divider to take 5v down to 3.3v. The current of water is very low, so we need a transistor to amplify this. I chose a Darlington transistor, which is a compound structure containing two bipolar transistors. This allows us to have very high gain so the mbed can read this voltage. I need software to program the mbed to kill the sub when this voltage is detected.

@jchen1
Copy link
Member

jchen1 commented Jun 17, 2013

What port is the leak detector connected to?

@EricPianin
Copy link
Author

On 6/17/2013 1:38 PM, Jeff Chen wrote:

What port is the leak detector connected to?


Reply to this email directly or view it on GitHub
#17 (comment).

It's connected to pin 20 on the mbed.

@kevin1
Copy link
Member

kevin1 commented Jun 17, 2013

it will be connected to pin 20

@jchen1 jchen1 mentioned this issue Jun 18, 2013
@lukeshimanuki
Copy link
Member

Are we still using this?

@kevin1
Copy link
Member

kevin1 commented Oct 5, 2014

You should since you guys don't have a double o-ring seal. For testing, it would be good to know if someone messed up when putting the sub back together.

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

No branches or pull requests

4 participants