Skip to content

Ever wished your plants could tell you when they need watering? Well, with an Arduino they can! In this lab, you’ll create an Arduino-powered plant monitor, all coded in C. Here’s what you’re going to build.

Notifications You must be signed in to change notification settings

huyduino/feedme

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

Feed Me

Author: Huy Dang

Ever wished your plants could tell you when they need watering? Well, with an Arduino they can! In this lab, you’ll create an Arduino-powered plant monitor, all coded in C. Here’s what you’re going to build.

The plant monitor has a moisture sensor that measures how wet your plant’s soil is. If the plant needs watering, an LED lights up until the plant’s been watered, and the string “Feed me!” is repeatedly sent to your computer. When the plant has been watered, the LED switches off and the string “Thank you, Seymour!” is sent once to your computer.

This is a C-lab challenge from "Head First C" book.

alt Schematic

Component Required

alt Schematic

Schematic

alt Schematic alt Schematic alt Schematic

Wiring Diagram

alt Wiring Diagram

Video Walkthrough

Video Walkthrough

Notes

Describe any challenges encountered while working on project.

License

Copyright [2018] [Huy Dang]

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at

    http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.

About

Ever wished your plants could tell you when they need watering? Well, with an Arduino they can! In this lab, you’ll create an Arduino-powered plant monitor, all coded in C. Here’s what you’re going to build.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages