Skip to content

Instantly share code, notes, and snippets.

View vsltech's full-sized avatar

Vishal Aditya vsltech

View GitHub Profile
@vsltech
vsltech / Raspberry_Pi_Water_Sensor
Created June 8, 2016 08:27 — forked from cmchap/Raspberry_Pi_Water_Sensor
Raspberry Pi Water Sensor - Incredibly vague schematic here: http://fritzing.org/projects/raspberry-pi-water-sensor/
#!/usr/bin/python
#########
# About #
#########
# This script uses a Raspberry Pi to sense for the presense or absense of water.
# If there is water, an email is sent and a buzzer goes off.
# When it's dry again, another email is sent, and the buzzer turns off.