ABOUT BLOG PROJECTS CONTACT
PROJECTS

Cerebrawl

In the hackNY Spring 2015 hackathon, my friend Timotius and I built Cerebrawl, a tug of war game that uses brain waves instead of physical pulling.

This was achieved by a new piece of hardware called the Muse headband. It only returns the raw brain wave readings from its electrodes, so I had to spend hours reading up on neuroscience papers to learn about EEG interfaces and the different types of brain waves.

We had to use an Android app to connect to the Muse headband via Bluetooth since it had issues connecting directly to a laptop. Then we used the Android app update values in the server with our own API.

Tech: Android, NodeJS, Muse Headband, Java, Javascript, HTML, CSS

Challengepost page

Android source code

Web app source code