Skip to content

pump water out of a container based on the input from a float switch.

Notifications You must be signed in to change notification settings

robotgeek/sumpPumpDemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

/***********************************************************************************
 * Aquarium Pump Refil Demo
 *     ______________
 *    |  _________  |
 * ___| |___      | |
 * |      |       | |
 * |      |       | |
 * |      |      _|_|_
 * |      |      |   |
 * |______|      |___|
 *
 *  This demo will show you how to control a RobotGeek Pumping Station (or any other
 *  motor/pump via relay) based on input from a float switch. This will allow you to
 *  build an automated sump pump, pumping liquid out of a container when the liquid
 *  gets too high
 *
 *  Wiring
 *  Pin 2 - Float Switch
 *  Pin 4 - RobotGeek Pushbutton relay/pumping station 1
 *  Pin 7 - RobotGeek LED 
 *
 *  Control Behavior:
 *    If the float switch is not floating (i.e. empty tank) then turn off the pump and led
 *    If the float switch is floating (i.e. full tank) turn on the pump and LED
 *
 *  External Resources
 *
 ***********************************************************************************/

About

pump water out of a container based on the input from a float switch.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%