Skip to content

elnn/tomato

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 

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

About

2015 Christmas Hackathon

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published