background preloader

M Read & Control

Facebook Twitter

Neurosky Brainwave Visualizer. Home » Art, Featured, Interesting, Mind Hacks, Personal Informatics, Quantified Self, Technology, Visualization I recently purchased a Neurosky Windwave EEG device ($100 model). The Mindwave measures your brain’s electrical activity, and can detect your level of focus (attention vs. mediation) and measure typical brainwave patterns (beta, alpha, theta, and delta). There are a number games included, and a wide range of ones to download from their appstore. I was surprised to see no immediate way to visualize or record the data coming from the device. There is a project for Linux called Puzzlebox that emulates the Thinkgear connection protocol, however it seems to only support the Mindset (a more expensive Neurosky device that communicates over Bluetooth rather than RF).

I stumbled across a VERY cool hack ‘How to Hack Toy EEGs‘. Neurosky Brainwave Visualizer. DIY Arduino EEG by OpenScienceFund. Developer.neurosky.com/docs/lib/exe/fetch.php?media=mindwave_arduino_and_leds.pdf. LabVIEW Interface for Arduino: Arduino in Neuroscience research. Dear all, Despite the obvious possibilities of using Arduino via LabView (or via Matlab or Python) to control instruments in scientific research settings, the Arduino platform had not been used very commonly.

LabVIEW Interface for Arduino: Arduino in Neuroscience research

In an attempt to demonstrate the possibilities in driving LED intensity in neuroscience applications, we published the following paper: Teikari, Petteri, Raymond P. Elettroencefalogramma, EEG. Che cos'è L'elettroencefalogramma, comunemente detto EEG non è altro che la misurazione dell'attività elettrica del cervello, che a sua volta è la somma dell'attività elettrica di ogni neurone.

Elettroencefalogramma, EEG

Siccome il voltaggio di questa attivitò elettrica è molto piccolo deve essere amplificata un milione di volte per essere misurata e registrata con degli elettrodi applicati sulla testa. Questo segnale elettrico viene inviato all'elettroencefalografo per essere trascritto su della carta che scorre ad una velocità costante per ottenerne un tracciato. How to hack EEG toys with arduino. Assembling the Arduino EEG Circult - chipstein. Do this on a humid day.

Assembling the Arduino EEG Circult - chipstein

Brain-Computer Interface Using Single-Channel Electroencephalography. MATLAB Serial Code The primary function of the MATLAB serial code is to acquire digital EEG signal data from the microcontroller over the serial port. We wrote some code to plot the signal onto the screen and to perform rudimentary signal processing tasks (FFT and filtering). The MATLAB code consists of three files: plot_samples.m, plot_samples_rt.m, and serial_test.m Figure: Calibration Signal Plotted within MATLAB The serial_test.m script opens the serial port and displays an almost real-time plot of the serial data. Spy on your brain and heart with Arduino EEG.

Have you always wanted to monitor your brains signals, but didn’t have the money or expertise for an expensive setup?

Spy on your brain and heart with Arduino EEG

I caught up yesterday with Jacob Shiach about the Arduino EEG Project, which I first heard at the Open Science Summit in Berkeley, CA back in July. Here’s what Jacob had to say: From an outside view, it probably looks like a torture scene from a Bond flick. Forrest is sitting there with electric wires tied to metal washers duct-taped to the side of his head. While I adjust the power on a foreboding box that appears to cause Forrest’s face to distort in pain. Hacking the MindFlex, more! Brain Bats: Mind-Controlled Pong. Check out this brilliant video by Brain Bats: Learning to play Pong with your mind.

Brain Bats: Mind-Controlled Pong

It’s another great innovation using the NeuroSky MindWave and an Arduino LOL shield. The game was developed on a LOL shield, a charlieplexed LED matrix for the Arduino, before the display was ramped up to what you see in the video. The LEDs are individually addressable, so you can use it to display anything in a 9×14 grid. Scroll text, play games, display images, or anything else you want to do. To watch the video and read the full article click here. MindWave is developer (read: hacker) friendly mind control. Connecting MindWave dongle to arduino. Control any gadgets with your Brain! (Neurofeedback with Arduino Microcontroller) EEG With an Arduino - chipstein. Getting all the way down to the 1 Hz frequency range of EEG requires communication through a digital port; in the current era this would be a USB connector.

EEG With an Arduino - chipstein

A cheap and convenient device for recording and transmitting data through USB cables is the Arduino, which costs about $30 (less if you assemble your own). The Arduino performs reasonably fast analog--to-digital conversion and doubles as a platform for additional circuity. It's programmed as a serial port but automatically translates to USB. The software, including the Processing language, is open source, and large amounts of information are available on the internet for different platforms and applications. MindWave USB Dongle. The Neurosky Mindwave communicates via a proprietary radio-frequency stick, rather than bluetooth.

MindWave USB Dongle

Neurosky offers instructions for modifying the dongle to communicate with an arduino (PDF link). I found parts of the instructions to be unclear: this picture is an attempt to clarify those bits. Shown above: 4 wires to solder into place on the board once you take it out of its housing. From top to bottom, they're ground, serial RX, serial TX, and 3.0V power. Once you've soldered the wires in, you'll want to cut traces running from RX and TX to pins 3 and 4 on the CH340 chip.