<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Eric Blue's Blog &#187; Mind Hacks</title>
	<atom:link href="http://eric-blue.com/category/mind-hacks/feed/" rel="self" type="application/rss+xml" />
	<link>http://eric-blue.com</link>
	<description>Technology, Philosophy, and Personal Development</description>
	<lastBuildDate>Mon, 06 Feb 2012 02:30:13 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Neurosky Brainwave Visualizer</title>
		<link>http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/</link>
		<comments>http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/#comments</comments>
		<pubDate>Wed, 13 Jul 2011 15:36:03 +0000</pubDate>
		<dc:creator>ericblue76</dc:creator>
				<category><![CDATA[Art]]></category>
		<category><![CDATA[Featured]]></category>
		<category><![CDATA[Interesting]]></category>
		<category><![CDATA[Mind Hacks]]></category>
		<category><![CDATA[Personal Informatics]]></category>
		<category><![CDATA[Quantified Self]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Visualization]]></category>

		<guid isPermaLink="false">http://eric-blue.com/?p=1509</guid>
		<description><![CDATA[I recently purchased a Neurosky Windwave EEG device ($100 model).  The Mindwave measures your brain&#8217;s electrical activity, and can detect your level of focus (attention vs. mediation) and measure typical brainwave patterns (beta, alpha, theta, ...]]></description>
			<content:encoded><![CDATA[<p>I recently purchased a <a href="http://neurosky.com/">Neurosky</a> Windwave EEG device ($100 model).  The Mindwave measures your brain&#8217;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 <a href="http://brainstorms.puzzlebox.info/index.php?entry=entry100802-202304">Puzzlebox</a> 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).  There&#8217;s also a project called <a href="http://openvibe.inria.fr/?q=bci">OpenVibe </a>that let&#8217;s you visualize brainwave data (among other things), supports a number of other devices including Emotiv, however again only supports the MindSet.</p>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/07/neurosky-mindwave-bci-headset.jpg"><img class="aligncenter size-medium wp-image-1513" title="neurosky-mindwave-bci-headset" src="http://eric-blue.com/wp-content/uploads/2011/07/neurosky-mindwave-bci-headset-300x208.jpg" alt="" width="300" height="208" /></a></p>
<p>I stumbled across a VERY cool hack &#8216;<a href="http://frontiernerds.com/brain-hack">How to Hack Toy EEGs</a>&#8216;. As much as I eventually want to tinker around with some soldering and Arduindo hacking, this was a little more in depth with time permitting.  The key takeaway from this article was a very impressive <a href="http://processing.org/">Processing</a>-based visualizer to grab data from the custom serial interface and display in real-time.  With relatively little work I was able to fork the version of code and interface with the Mindwave using the official ThinkGear Socket Protocol.  I also generated builds for Windows, Linux, and Mac so anybody can download and install. You can check this out at <a href="https://github.com/ericblue/Processing-Brain-Grapher">https://github.com/ericblue/Processing-Brain-Grapher</a>.</p>
<p><a href="http://eric-blue.com/wp-content/uploads/2011/07/Screenshot-brain_grapher-2.png"><img class="aligncenter size-medium wp-image-1510" title="Screenshot-brain_grapher-2" src="http://eric-blue.com/wp-content/uploads/2011/07/Screenshot-brain_grapher-2-300x224.png" alt="" width="352" height="262" /></a></p>
<p>Here&#8217;s the README with some more in depth info:</p>
<blockquote>
<pre>[Overview]

After purchasing a Neurosky Mindwave EEG device, I was surprised to see limited apps for
viewing and visualizing EEG output (brainwave activity for delta, theta, alpha,
and beta waves). Upon discovering 'How to Hack Toy EEGs'
(<a href="http://frontiernerds.com/brain-hack">http://frontiernerds.com/brain-hack</a>), I was
inspired by the Processing visualization of the Arduino-based serial output.
I wanted to visualize the same set of data, however decided to obtain it using
Neurosky's published ThinkGear Socket Protocol
(<a href="http://developer.neurosky.com/docs/doku.php?id=thinkgear_connector_tgc">http://developer.neurosky.com/docs/doku.php?id=thinkgear_connector_tgc</a>).

This fork of kitschpatrol's original code differs in that it doesn't use the
Serial interface to obtain brainwave data.  Rather, it communicates via the ThinkGear
connector using the ThinkGear Socket Protocol and requests data in JSON format.

[MindWave/MindSet Communication]

By default the ThinkGear Connector allows applications to connect over TCP
(default 127.0.0.1:13854) and request data in either binary or JSON format.
This application will connect to the ThinkGear socket,
and read the streaming real-time data.  Format:

	{
	"eSense":
		{"attention":91,"meditation":41},
	 "eegPower":
	 	{"delta":1105014,"theta":211310,
	 	"lowAlpha":7730,"highAlpha":68568,
	 	"lowBeta":12949,"highBeta":47455,
	 	"lowGamma":55770,"highGamma":28247},
	 "poorSignalLevel":0
	 }

The default IP and port will be used, unless alternatives are specified as
environment variables (THINKGEAR_HOST and THINKGEAR_PORT).  Port forwarding can
be used on the host Windows or Mac computer to allow remote servers to connect.
To allow other hosts to connect and run Processing, run ReplayTCP
(<a href="http://www.dlcsistemas.com/html/relay_tcp.html">http://www.dlcsistemas.com/html/relay_tcp.html</a>) OR, use netcat (windows or mac)
to port forward (clients can now connect to port 13855).
Ex:  nc -l -p 13855 -c ' nc localhost 13854'

[Required Libaries]

The following required libraries are included:

- ControlP5
- JSON (See <a href="http://www.blprnt.com/processing/json.zip">http://www.blprnt.com/processing/json.zip</a>)

[Binaries]

Binaries were creating using Processing's app builder
(platforms = windows, mac &amp; linux)

[Todo]
- Re-visit previous todo from original code
- Add ability to record data (CSV, etc.)
</pre>
</blockquote>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Neurosky+Brainwave+Visualizer+http://eric-blue.com/?p=1509+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/&amp;title=Neurosky+Brainwave+Visualizer" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2011/07/13/neurosky-brainwave-visualizer/feed/</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Hack Your Brain: Make Your Own Mind Machine</title>
		<link>http://eric-blue.com/2007/06/06/blog-entry-hack-your-brain-make-your-own-mind-machine/</link>
		<comments>http://eric-blue.com/2007/06/06/blog-entry-hack-your-brain-make-your-own-mind-machine/#comments</comments>
		<pubDate>Thu, 07 Jun 2007 05:51:12 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Mind Hacks]]></category>

		<guid isPermaLink="false">http://eric-blue.zaadz.com/blog/2007/6/hack_your_brain_make_your_own_mind_machine</guid>
		<description><![CDATA[Make Magazine recently featured on article on how to create your own mind machine.
&#8220;This weekend, learn how to hack your brain by making Mitch Altman&#8217;s Brain Machine! It flashes LEDs into your eyes and beeps ...]]></description>
			<content:encoded><![CDATA[<p><a title="http://www.makezine.com/" href="http://www.makezine.com/">Make Magazine</a> recently featured on article on how to <a title="http://www.makezine.com/blog/archive/2007/05/hack_your_brain_make_vide.html" href="http://www.makezine.com/blog/archive/2007/05/hack_your_brain_make_vide.html">create your own mind machine</a>.</p>
<blockquote><p>&#8220;This weekend, learn how to hack your brain by making Mitch Altman&#8217;s Brain Machine! It flashes LEDs into your eyes and beeps sounds into your ears to make your brain waves sync up into beta, alpha, theta, and delta brainwaves!</p>
<p>Mitch invents cool things that make the world a better place.  He&#8217;s well known for the <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=MKTVBGO">TV-B-GONE</a> and this brain machine is his latest project. One of the cool things about this project, is that it builds on an open source project. Mitch used <a href="http://ladyada.net/">Lady Ada</a>&#8217;s open source <a href="http://store.makezine.com/ProductDetails.asp?ProductCode=MKPOVKIT">MiniPOV</a> and switched out LEDs and added new capacitors and resistors and then rewrote the firmware to make it into the brain machine. It&#8217;s super cool when people make hardware open source so that others can work with it!&#8221;</p></blockquote>
<p>I&#8217;ve been interested in entrainment for a long time (starting with my research on Hemi-Sync in my teenage years).  I&#8217;ve experimented quite a bit with audio entrainment, but have yet to play around with any visually-oriented devices.  If I&#8217;m feeling adventurous some weekend I may try out this &#8220;hack&#8221; and use Mitch&#8217;s recipe.</p>
<p>In the meantime, can any of you Zaadzters out there recommend a good mind machine?</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=Hack+Your+Brain%3A+Make+Your+Own+Mind+Machine+http://eric-blue.com/?p=1101+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/06/06/blog-entry-hack-your-brain-make-your-own-mind-machine/&amp;title=Hack+Your+Brain%3A+Make+Your+Own+Mind+Machine" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/06/06/blog-entry-hack-your-brain-make-your-own-mind-machine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Role of Alpha and Consciousness</title>
		<link>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/</link>
		<comments>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/#comments</comments>
		<pubDate>Mon, 09 Apr 2007 05:43:14 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[Brain]]></category>
		<category><![CDATA[Mind Hacks]]></category>
		<category><![CDATA[Philosophy]]></category>

		<guid isPermaLink="false">http://eric-blue.zaadz.com/blog/2007/4/the_role_of_alpha_and_consciousness</guid>
		<description><![CDATA[I just caught an interesting post on Mind Update (a side blog for the Transparent Corporation) titled:

Brain Rhythms and Consciousness, and how Alpha may play a new role 
The article discusses how certain brainwave frequencies, ...]]></description>
			<content:encoded><![CDATA[<p>I just caught an interesting post on <a href="http://www.mindupdate.com/">Mind Update</a> (a side blog for the Transparent Corporation) titled:<br />
<a href="http://www.mindupdate.com/?p=37"><br />
Brain Rhythms and Consciousness, and how Alpha may play a new role </a></p>
<p>The article discusses how certain brainwave frequencies, like Gamma and Alpha, affect levels of consciousness.  Gamma frequencies have been typically associated with a more awakened state, higher levels of consciousness, and have been shown to be exhibited by experienced meditators.</p>
<p>Alpha frequencies, on the other hard, are associated with a quiet and idle mind.  Activities like day dreaming, or closing your eyes will produce Alpha frequencies.</p>
<p>A new study suggests that Alpha does play a crucial role in higher levels of consciousness and cognitive performance.</p>
<p align="left"><a class="tt" href="http://twitter.com/home/?status=The+Role+of+Alpha+and+Consciousness+http://eric-blue.com/?p=1105+via+@ericblue" title="Post to Twitter"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-twitter-big3.png" alt="Post to Twitter" /></a> <a class="tt" href="http://delicious.com/post?url=http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/&amp;title=The+Role+of+Alpha+and+Consciousness" title="Post to Delicious"><img class="nothumb" src="http://eric-blue.com/wp-content/plugins/tweet-this/icons/tt-delicious-big3.png" alt="Post to Delicious" /></a></p>]]></content:encoded>
			<wfw:commentRss>http://eric-blue.com/2007/04/08/the-role-of-alpha-and-consciousness/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

