Giter Club home page Giter Club logo

pi-rain-sensor's Introduction

Pi Rain Sensor

Overview

Detects rain using a sensor which sets a pin to high when dry and low when wet.

Polls sensor every few seconds. Sounds buzzer if rain detected. Activity suspended for some amount of time after buzzer last sounded.

All timings are configurable using constants.

Usage

Hardware

  • 1 x Active Piezo Buzzer
  • 1 x SPST or SPDT Toggle Switch
  • 1 x Rain Sensor Board
  • 1 x Rain Sensor Controller Board

circuit/pi-rain-sensor.png

Software

Configure

Check the help to configure details such as the GPIO pins and timings.

python3 main.py --help

A default tune is included with the project. Additional tunes can be configured by creating a file and loading it with the --tune argument.

A tune file contains lines with float values on each line. Each value represents a duration for either a buzzer sound or a sleep. The first line is a sound duration, the second is a sleep duration, and so on.

Execute

If running with default settings, the program can be easily launched with:

./launch.sh

Manual execution can be achieved with:

python3 main.py

pi-rain-sensor's People

Contributors

mynameismikegreen avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.