Skip to content

Arduino code for the controller that auto-refills my coffee pot based on a float sensor.

Notifications You must be signed in to change notification settings

DonGar/CoffeePot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Coffee Pot

This repo is for an Arduino controller for refilling the water tank in a Keurig style coffee pot.

It uses:

  • Float switch input (SENSOR) to detect low water levels.

    This is a float sensor in the tank registered to read HIGH when water is low. This means a broken connection will not trigger water flow. A 10k pull down resister is used with this sensor.

  • Water valve controlled by a single pin (VALVE) to fill the tank.

    This pin controls a reed relay that connects 9 Volts to the valve's selinoid. This same 9 volt supply powers the arduino.

  • Status LED (INDICATOR).

    This standard LED uses a 330 resister for the usual reasons. It's positioned behind the water tank so it can be seen through the clear plastic and water. Using red offsets the Keurig's built in blue nicely.

About

Arduino code for the controller that auto-refills my coffee pot based on a float sensor.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Other 100.0%