Alert Muse utilizes the Muse Headband's EEG data, parses it, and notifies the user through a vibration of the Pebble Time that they need to wake up. It does so by monitoring the alpha and theta waves of the user, since those are the primary indicators for the start of the NREM-1 phase of the sleep cycle. This can have many applications, specifically geared towards drowsy drivers, but can be used when studying or at work when trying to stay awake.
Made by:
For HackCooper 2016
-
Muse Headband
-
Pebble Watch
-
MUSEIO
Install Dependencies through:
- Connect devices to computer through bluetooth
In your terminal type:
-
pip3 install -r requirements.txt -
muse-io --device <Muse-YourID> --osc osc.udp://localhost:5000 -
python3 server.py -
python3 parse_eeg.py