https://github.com/axelclark/home_detection
A Nerves project using GrovePi
https://github.com/axelclark/home_detection
elixir nerves
Last synced: 3 months ago
JSON representation
A Nerves project using GrovePi
- Host: GitHub
- URL: https://github.com/axelclark/home_detection
- Owner: axelclark
- Created: 2017-05-26T15:37:15.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-26T16:09:50.000Z (over 8 years ago)
- Last Synced: 2025-06-30T20:06:56.759Z (3 months ago)
- Topics: elixir, nerves
- Language: Elixir
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# HomeDetection
This example polls a sound sensor and sends a noise alert to a RGB LCD display
and turns on an LED when a loud noise is heard. The system returns to
monitoring after 5 seconds.On the GrovePi+ or GrovePi Zero, connect a LED to port D3, a sound sensor to
port A0, and a RGB LCD display to the IC2-1 port.This project was created as a Nerves app. To start your Nerves app:
* `export NERVES_TARGET=my_target` or prefix every command with `NERVES_TARGET=my_target`, Example: `NERVES_TARGET=rpi3`
* Install dependencies with `mix deps.get`
* Create firmware with `mix firmware`
* Burn to an SD card with `mix firmware.burn`