Skip to content

elnn/tomato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

376fe79 · Dec 26, 2015

History

19 Commits
Dec 26, 2015
Dec 26, 2015
Dec 26, 2015
Dec 26, 2015
Dec 26, 2015

Repository files navigation

Tomato

Designed for 30-minutes Pomodoro technique. Stay focused with brain sensing headband.

Principle

A certain frequency range of brain waves is known as being related to the mental concentration.

Preparation

Download SDK at developer.choosemuse.com. Tested on Ubuntu 14.04 64-bit.

$ sudo apt-get install libbluetooth3:i386
$ pip install tornado pyliblo

$ wget https://storage.googleapis.com/ix_downloads/musesdk-3.4.1/musesdk-3.4.1-linux-installer.run
$ chmod +x musesdk-3.4.1-linux-installer.run
$ ./musesdk-3.4.1-linux-installer.run

$ muse-io --help

Run

Pair devices over bluetooth first.

$ muse-io --device <YOUR_MUSE_MAC_ADDRESS> --osc osc.udp://localhost:5000
$ python app.py --app_port=8000 --osc_port=5000

Screenshot