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

Activate/deactivate solenoid valve to water the planter box #11

Closed
2 tasks
michaeljolley opened this issue May 20, 2019 · 1 comment
Closed
2 tasks
Labels
✨ enhancement New feature or request 🏳️ help wanted Extra attention is needed ❓ question Further information is requested
Milestone

Comments

@michaeljolley
Copy link
Owner

Current Situation

We want to open a solenoid valve allowing water into the planter box when the Baby Bird's isHydrated property becomes false. To do this, we first have to identify a solenoid valve to use in our project.

Let's first identify, discuss & find consensus on a solenoid valve to use in this issue's comments .

Once we've identified the valve, we'll want to write some code for it.

In the solenoidControl method of Baby Bird, if isHydrated is false, we turn on the D7 LED. We'll continue doing that but we need to update the method to also activate/deactivate the solenoid valve appropriately.

Goals

  • Identify and obtain consensus on the solenoid valve we'll be using
  • Within the solenoidControl method of Baby Bird, we need to activate/deactivate the chosen solenoid valve
@michaeljolley michaeljolley added ✨ enhancement New feature or request 📚 good first issue Good for newcomers ❓ question Further information is requested 🏳️ help wanted Extra attention is needed and removed 📚 good first issue Good for newcomers labels May 20, 2019
@michaeljolley michaeljolley added this to the MVP (1.0) milestone May 28, 2019
@michaeljolley
Copy link
Owner Author

michaeljolley commented May 28, 2019

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
✨ enhancement New feature or request 🏳️ help wanted Extra attention is needed ❓ question Further information is requested
Projects
None yet
Development

No branches or pull requests

1 participant