Hackers in Residence - Hacking MindWave Mobile

Pages
Contributors: Sophi Kravitz
Favorited Favorite 8

Introduction

Have you ever wanted to control something just by thinking about it? Well, you're in luck. The MindWave allows you to turn electronic signals that flow in your body into digital signals that can be understood by a microcontroller. There is also the MindWave Mobile, which is designed to interface with your mobile devices.

NeuroSky MindWave Mobile 2

SEN-14758

This tutorial will serve as half teardown/review and half project. After we explore the inner-workings of the MindWave Mobile, we'll switch gears and focus on hacking it.

mindwave mobile

Covered in This Tutorial

This tutorial will go over:

  • What is MindWave Mobile?
  • Configuring the RN42 Bluetooth module
  • Pairing MindWave Mobile with the RN42
  • What is the data you will see coming out of the MindWave? What does it mean?
  • Programming the Arduino with provided source code to see MindWave data
  • Using Processing to graph specific values from the digital data
  • Next steps, after the MindWave

Suggested Reading

This tutorial builds on some previously covered topics. Please visit any of the links below if you are unfamiliar with the concepts mentioned.

Serial Communication

Asynchronous serial communication concepts: packets, signal levels, baud rates, UARTs and more!

What is an Arduino?

What is this 'Arduino' thing anyway? This tutorials dives into what an Arduino is and along with Arduino projects and widgets.

What is Electricity?

We can see electricity in action on our computers, lighting our houses, as lightning strikes in thunderstorms, but what is it? This is not an easy question, but this tutorial will shed some light on it!

Connecting Arduino to Processing

Send serial data from Arduino to Processing and back - even at the same time!

Serial Terminal Basics

This tutorial will show you how to communicate with your serial devices using a variety of terminal emulator applications.

Bluetooth Basics

An overview of the Bluetooth wireless technology.

Using the BlueSMiRF

How to get started using the BlueSMiRF and Bluetooth Mate Silvers.

Suggested Viewing