https://github.com/lab11/grid-watch
Grid watch is a system for monitoring the state of the power grid using just smart phones.
https://github.com/lab11/grid-watch
Last synced: 2 months ago
JSON representation
Grid watch is a system for monitoring the state of the power grid using just smart phones.
- Host: GitHub
- URL: https://github.com/lab11/grid-watch
- Owner: lab11
- Created: 2013-06-28T18:46:21.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2016-06-14T14:19:22.000Z (almost 10 years ago)
- Last Synced: 2025-12-26T21:59:38.709Z (5 months ago)
- Language: HTML
- Homepage:
- Size: 20.9 MB
- Stars: 2
- Watchers: 11
- Forks: 2
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
GridWatch
==========
GridWatch is a system for monitoring the state of the power grid using just
smart phones. Phones running the GridWatch application monitor their status
for power change events (when the phone goes from charging to not charging).
This transition could signal a power outage, but is likely just the user
unplugging his/her phone. To determine which, the phone checks the accelerometer
for motion (signifying the user is picking up the phone), and the microphone
for evidence of a 50/60 Hz signal emanating from the power grid. If neither
signal is detected, a power outage event is transmitted to a server. These
events are aggregated to detect a power outage.
Applications
------------
[

](https://raw.githubusercontent.com/lab11/grid-watch/master/media/gridwatch_screenshot_1_sm.png)
[

](https://raw.githubusercontent.com/lab11/grid-watch/master/media/gridwatch_screenshot_2_sm.png)
The `.apk` for Android is located in the `/release/android` folder.