GitXplorerGitXplorer
d

feather-power-wing

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
f2ee51a82204ce77bd80fb3dbf826f84576da061

fixed the names

ddeanm1278 committed 8 years ago
Unverified
c94b7cfb13a4dc2236583ceb1ca971195b60aed7

lets use some smaller parts

ddeanm1278 committed 8 years ago
Unverified
fd3132ab7abb8a37f98dc687a5264068c3b842b3

off switch to GPIO11 instead of 12 since that is used for sleep

ddeanm1278 committed 8 years ago
Unverified
e5bfb6bd0d181c841e2a93c794473c682e49f8a0

Merge branch 'master' of github.com:deanm1278/feather-power-wing

ddeanm1278 committed 8 years ago
Unverified
9d843e8c44a2fd517b240eafdbe9f95b1f1f4692

DM: added board image

ddeanm1278 committed 8 years ago
Unverified
53896643a788e488cc6356ee9a452b019284b9d6

Create README.md

ddeanm1278 committed 8 years ago

README

The README file for this repository.

feather-power-wing

a wing to turn on and off a feather board with a signal voltage

This is useful for battery powered applications where you don't wanna waste your mAh on sleep mode or voltage regulators or what have you.

The battery is connected to the VIN and GND pins, and if a voltage applied to the VON pin for a period of time set by R7 (up to 1.5 sec with given values of C1 and R7) then the feather will turn on.

If pin 12 on the feather goes high, the feather will turn itself off. The onboard regulator works with supply voltages up to 15V.