Skip to content
This repository has been archived by the owner on Apr 21, 2021. It is now read-only.

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Dreat committed Dec 10, 2017
1 parent 0c83f2a commit 6af2ef4
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Expand Up @@ -20,3 +20,17 @@ and web part which uses phoenix to display live and historical data.

Sensors_hub - which aggregates historical data and displays live changes on web.
It is hosted on heroku and can be viewed at [`sensors hub`](https://sensors-hub.herokuapp.com).

## Short demo

[video](https://twitter.com/Dreat_/status/939890791115296768)

### What is happening?

There's Elixir app with Phoenix fronend opened, showing sensor output.
Sensors are connected to raspberry pi. When sensors are dry it will show cactus, when wet it will show water drop.
First there's humidity sensor - if we spray it, the second image will change. As it was not dried properly you can see some changes later, as water drops flows down the sensor.
Next there's hydration sensor put in the glass of water - first image will change.
Below the images are charts with sensors data grouped by hour.

Finally "warning" button is pressed, and buzzer turns on. "Warning" button is a switch, so pressing it again turns the buzzer off.

0 comments on commit 6af2ef4

Please sign in to comment.