<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://wiki-dev.pumpingstationone.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danman</id>
	<title>PS:1 Wiki Dev - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://wiki-dev.pumpingstationone.org/mediawiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Danman"/>
	<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/wiki/Special:Contributions/Danman"/>
	<updated>2026-04-10T13:04:40Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.6</generator>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53140</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53140"/>
		<updated>2011-04-18T00:23:57Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;br /&gt;
*[http://openeeg.sourceforge.net/doc/ Open EEG Project]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4232</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4232"/>
		<updated>2011-04-18T00:23:57Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* Resources */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;br /&gt;
*[http://openeeg.sourceforge.net/doc/ Open EEG Project]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53139</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53139"/>
		<updated>2011-04-18T00:22:32Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* EKG Circuit Update (element14 post) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4231</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4231"/>
		<updated>2011-04-18T00:22:32Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* EKG Circuit Update (element14 post) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=53629</id>
		<title>User:Danman</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=53629"/>
		<updated>2011-04-18T00:18:08Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* Dan Dumitrescu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Dan Dumitrescu ==&lt;br /&gt;
&lt;br /&gt;
Electronics engineer turned Info Security Consultant... going back to the roots, to actually building things as opposed to breaking things.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=4230</id>
		<title>User:Danman</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=4230"/>
		<updated>2011-04-18T00:18:08Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* Dan Dumitrescu */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Dan Dumitrescu ==&lt;br /&gt;
&lt;br /&gt;
Electronics engineer turned Info Security Consultant... going back to the roots, to actually building things as opposed to breaking things.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=53628</id>
		<title>User:Danman</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=53628"/>
		<updated>2011-04-18T00:17:42Z</updated>

		<summary type="html">&lt;p&gt;Danman: Created page with &amp;#039; == Dan Dumitrescu ==  Electronics engineer turned Info Security Cosultant... going back to the roots, to actually build things as opposed to breaking things.&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Dan Dumitrescu ==&lt;br /&gt;
&lt;br /&gt;
Electronics engineer turned Info Security Cosultant... going back to the roots, to actually build things as opposed to breaking things.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=4229</id>
		<title>User:Danman</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=User:Danman&amp;diff=4229"/>
		<updated>2011-04-18T00:17:42Z</updated>

		<summary type="html">&lt;p&gt;Danman: Created page with &amp;#039; == Dan Dumitrescu ==  Electronics engineer turned Info Security Cosultant... going back to the roots, to actually build things as opposed to breaking things.&amp;#039;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;br /&gt;
== Dan Dumitrescu ==&lt;br /&gt;
&lt;br /&gt;
Electronics engineer turned Info Security Cosultant... going back to the roots, to actually build things as opposed to breaking things.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=File:EEG-EKG-Amplifier.JPG&amp;diff=53627</id>
		<title>File:EEG-EKG-Amplifier.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=File:EEG-EKG-Amplifier.JPG&amp;diff=53627"/>
		<updated>2011-04-18T00:13:16Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=File:EEG-EKG-Amplifier.JPG&amp;diff=4228</id>
		<title>File:EEG-EKG-Amplifier.JPG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=File:EEG-EKG-Amplifier.JPG&amp;diff=4228"/>
		<updated>2011-04-18T00:13:16Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53138</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53138"/>
		<updated>2011-04-18T00:08:04Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
 &lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4227</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4227"/>
		<updated>2011-04-18T00:08:04Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
 &lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier datasheet, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53137</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=53137"/>
		<updated>2011-04-18T00:06:13Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* EKG Circuit Update (element14 post) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
 &lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4226</id>
		<title>Biosensor Array ECG/EKG</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_ECG/EKG&amp;diff=4226"/>
		<updated>2011-04-18T00:06:13Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* EKG Circuit Update (element14 post) */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
== EKG Circuit Update ([http://www.element14.com/community/groups/pumping-station-one/blog/2011/04/01/ekg-circuit-update element14 post]) ==&lt;br /&gt;
&lt;br /&gt;
When your heart beats, it generates an electrical current, or signal.  The range of that signal can vary from .05 Hz to 150 Hz.  Anything outside of that range isn&#039;t coming from your body, so to the first step in building our EKG sensor is to filter out all signals that outside of that range.  We&#039;re doing that using two second order Butterworth filters (one high-pass and one low-).  I used this hand dandy online filter calculator to figure out what components I would need.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[File:SallenKeyLP.gif|thumb|alt=SallenKeyLP.gif|text|The low pass filter diagram.]]&lt;br /&gt;
 &lt;br /&gt;
After amplifying the signal and filtering it to remove the power line signal of 60 Hz, we may amplify the signal again and pass it into the main Arduino for some processing before it gets sent to the Master Controller that&#039;s sending all the data off of the sensor array.&lt;br /&gt;
&lt;br /&gt;
[[File:EEG-EKG-Amplifier.JPG|thumb|EEG-EKG-Amplifier.JPG|text| EEG EKG Amplifier based on Open EEG Design]]&lt;br /&gt;
 &lt;br /&gt;
But we&#039;ll have to build the signal amplifier first. We will use a design close to the reference design from the INA114 instrumentation amplifier, design also based on the Open EEG project design. I&#039;ll post an update after my build this weekend.&lt;br /&gt;
&lt;br /&gt;
== Notes ==&lt;br /&gt;
&lt;br /&gt;
Desired filter range: .05-150 Hz&lt;br /&gt;
&lt;br /&gt;
== Resources ==&lt;br /&gt;
*[http://http://www.open-ecg-project.org Open ECG Project]&lt;br /&gt;
*[http://www.neozap.com/index.htm Neozap] - A personal project with some good info on ECG builds&lt;br /&gt;
*[http://daycounter.com/Filters/ Butterworth filter calculators]&lt;br /&gt;
*[https://docs.google.com/leaf?id=0B7nuloU9uXq2ZTgwYjBkMjctY2E5OS00N2M5LWJlMGQtYTY4NTIxMzYwNjBl&amp;amp;hl=en&amp;amp;authkey=CNCbmd0E Introduction to Biomedical Engineering - John D. Enderle et al] - PDF on Google Docs&lt;br /&gt;
*[http://instruct1.cit.cornell.edu/courses/bionb440/FinalProjects/f2005/kwj5/index.html Wireless ECG]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Heartrate&amp;diff=53261</id>
		<title>Biosensor Array Heartrate</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Heartrate&amp;diff=53261"/>
		<updated>2011-04-17T23:50:31Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* This page is part of the Biosensor Array Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Heart rate will be determined from the oxygen saturation sensor.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Heartrate&amp;diff=4225</id>
		<title>Biosensor Array Heartrate</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Heartrate&amp;diff=4225"/>
		<updated>2011-04-17T23:50:31Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* This page is part of the Biosensor Array Project */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project ======&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
Heart rate will be determined from the oxygen saturation sensor.&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Oxygen_Saturation&amp;diff=53259</id>
		<title>Biosensor Array Oxygen Saturation</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Oxygen_Saturation&amp;diff=53259"/>
		<updated>2011-04-17T23:44:29Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* This page is part of the Biosensor Array Project, led by Phil */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project, data by Avner &amp;amp; Dan ======&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[http://hackaday.com/2010/01/06/pulse-oximeter/ DIY pulse oximeter]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.cmu.edu/~RAS/old/DataSheets/tsl260.pdf TSL262 IR LIGHT-TO-VOLTAGE OPTICAL SENSORS Datasheet]&lt;br /&gt;
&lt;br /&gt;
[http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/infrared/List/0/SortField/4/ProductID/177/Default.aspx Parallax Infrared Sensor]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Oxygen_Saturation&amp;diff=4224</id>
		<title>Biosensor Array Oxygen Saturation</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array_Oxygen_Saturation&amp;diff=4224"/>
		<updated>2011-04-17T23:44:29Z</updated>

		<summary type="html">&lt;p&gt;Danman: /* This page is part of the Biosensor Array Project, led by Phil */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;====== This page is part of the [[Biosensor Array]] Project, data by Avner &amp;amp; Dan ======&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
[http://hackaday.com/2010/01/06/pulse-oximeter/ DIY pulse oximeter]&lt;br /&gt;
&lt;br /&gt;
[http://www.cs.cmu.edu/~RAS/old/DataSheets/tsl260.pdf TSL262 IR LIGHT-TO-VOLTAGE OPTICAL SENSORS Datasheet]&lt;br /&gt;
&lt;br /&gt;
[http://www.parallax.com/StoreSearchResults/tabid/768/txtSearch/infrared/List/0/SortField/4/ProductID/177/Default.aspx Parallax Infrared Sensor]&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array&amp;diff=53087</id>
		<title>Biosensor Array</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array&amp;diff=53087"/>
		<updated>2011-04-17T23:27:46Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview = &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Mitch_Altman Mitch Altman] proposed a Global Hackerspace Challenge and PS:One accepted. The challenge requires that we use a microcontroller and a portable power source bought from [http://us.element14.com/ element14] in creating a mobile device to aid in Education. $900 budget was provided by element14. The full description of the Challenge is at [http://www.tvbgone.com/downloads/hs_challenge/hs_challenge.htm Global Hackerspace Challenge].&lt;br /&gt;
&lt;br /&gt;
=== Mission ===&lt;br /&gt;
We are building an array of biosensors as part of our program to:&lt;br /&gt;
# familiarize people with collecting data&lt;br /&gt;
# provide useful health related information displayed in a digestible manner to the device wearer&lt;br /&gt;
# provide larger data samples to medical professionals should the user choose to share what they have collected&lt;br /&gt;
# promote healthy living and health awareness&lt;br /&gt;
# encourage hobby electronics by using open sourced hardware&lt;br /&gt;
&lt;br /&gt;
=== Audience ===&lt;br /&gt;
Our initial audience for this device kit will be secondary schools and colleges. It will be marketed as an educational and personal experimental tool. The array will collect data from various sensors attached to the test subject&#039;s body and then make that data available to the experimenter. The project will use as many common consumer parts as possible. &lt;br /&gt;
&lt;br /&gt;
=== PS:1&#039;s Element14 Blog ===&lt;br /&gt;
Videos and other build related posts will be published through Element14&#039;s blog: [http://www.element14.com/community/groups/pumping-station-one http://www.element14.com/community/groups/pumping-station-one]&lt;br /&gt;
&lt;br /&gt;
Other space&#039;s GGHC blogs, etc, can be found here as well: [http://www.element14.com/community/groups/search.jspa?peopleEnabled=true&amp;amp;userID=&amp;amp;containerType=&amp;amp;container=&amp;amp;spotlight=true&amp;amp;searchLanguage=en&amp;amp;q=gghc search gghc]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The Team ===&lt;br /&gt;
&lt;br /&gt;
As of 15 April 2011:&lt;br /&gt;
&lt;br /&gt;
* [[User:Billmania|Bill Mania]]&lt;br /&gt;
* Avner Shanan&lt;br /&gt;
* Shawn Blaszak&lt;br /&gt;
* [[USER:Ehanley|Eric Hanley]]&lt;br /&gt;
* [[User:pdp7|Drew Fustini]]&lt;br /&gt;
* Kyle Granat&lt;br /&gt;
* Dan Dumitrescu&lt;br /&gt;
&lt;br /&gt;
== Product Line Overview ==&lt;br /&gt;
=== General Student Kit === &lt;br /&gt;
for the kids this is the primary kit we are developing for the GGHC.&lt;br /&gt;
&lt;br /&gt;
This kit includes wired sensors and a mother microcontroller enough to get students involved in data logging.&lt;br /&gt;
* [[Biosensor Array Mother Arduino | Mother Arduino]]&lt;br /&gt;
* Sensor: [[Biosensor Array Body Temperature | Body Temperature]]&lt;br /&gt;
* Sensor: [[Biosensor Array Oxygen Saturation | Oxygen Saturation]]&lt;br /&gt;
* Sensor: [[Biosensor Array Heartrate | Heartrate]]&lt;br /&gt;
* Sensor: [[Biosensor Array Galvanic Skin Response | Galvanic Skin Response]]&lt;br /&gt;
* Sensor: [[Biosensor Array Respiratory Volume/Frequency | Respiratory Volume/Frequency]]&lt;br /&gt;
* Sensor: [[Biosensor Array Carbon Dioxide Output | Carbon Dioxide Output]]&lt;br /&gt;
* [[Biosensor Array Body Harness|Body Harness]]&lt;br /&gt;
&lt;br /&gt;
=== Wireless Student Kit ===&lt;br /&gt;
* Same as General Student Kit but the sensors are wireless via xbee shields. Just in case wires aren&#039;t your thing.&lt;br /&gt;
&lt;br /&gt;
=== Expandable Modules === &lt;br /&gt;
for the Mad Scientists, Cyclists, Marathoners, and Runners.&lt;br /&gt;
&lt;br /&gt;
These sensors and devices are too hardcore to be included in the basic package but we wanted to provide them should you need to take over the world. Most have another ardunio onboard.&lt;br /&gt;
* [[Biosensor Array EEG|EEG]]&lt;br /&gt;
* [[Biosensor Array ECG/EKG|ECG/EKG]]&lt;br /&gt;
* [[Biosensor Array EMG|EMG]]&lt;br /&gt;
* [[Biosensor Array GPS|GPS]]&lt;br /&gt;
* [[Biosensor Array Analog Logging Device|Analog Logging Device]]&lt;br /&gt;
* [[Biosensor Array Wireless Device Node|Wireless Device Node]]&lt;br /&gt;
* [[Biosensor Array 3rd Party Device Node|3rd Party Device Node]]&lt;br /&gt;
** Fitbit&lt;br /&gt;
** Wii Fit&lt;br /&gt;
&lt;br /&gt;
== Guides ==&lt;br /&gt;
&lt;br /&gt;
=== [[End User Documentation]] ===&lt;br /&gt;
&lt;br /&gt;
=== Community ===&lt;br /&gt;
*[http://groups.google.com/group/pumping-station-one-gghc PS:1 GGHC Google Group]&lt;br /&gt;
*[http://www.element-14.com/community/groups/pumping-station-one PS:1 Group on element14]&lt;br /&gt;
*[http://www.element-14.com/community/groups/the-great-global-hackerspace-challenge Official element14 Group]&lt;br /&gt;
&lt;br /&gt;
=== Similar projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.monkeysandrobots.com/narscisystem Narcisystem]&lt;br /&gt;
* [http://cons.truct.org/archives/jython-and-dyio.html DyIO]&lt;br /&gt;
* [http://www.element-14.com/community/blogs/bioboardblog/2011/03/24/be-excellent-to-each-other-dudes Noisebridge BioBoard]&lt;br /&gt;
* Primer Biosensing - &#039;&#039;[http://makezine.com/ MAKE]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= [[Biosensor Array Developer]] =&lt;br /&gt;
This page is &#039;&#039;&#039;focused on developers&#039;&#039;&#039;, unlike the current page you are viewing which is &#039;&#039;&#039;focused on end users&#039;&#039;&#039;. Developer gets into all the nitty gritty details of the direction, design, and fabrication of the project.&lt;br /&gt;
&lt;br /&gt;
Here are some of the Key Sections:&lt;br /&gt;
== [[Biosensor Array Developer#GGHC|GGHC]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Resources|Resources]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Biosensor Array Notes|Biosensor Array Notes ]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Member Notes|Member Notes]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Weekly Meeting Notes|Weekly Meeting Notes]] ==&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
	<entry>
		<id>https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array&amp;diff=4223</id>
		<title>Biosensor Array</title>
		<link rel="alternate" type="text/html" href="https://wiki-dev.pumpingstationone.org/mediawiki/index.php?title=Biosensor_Array&amp;diff=4223"/>
		<updated>2011-04-17T23:27:46Z</updated>

		<summary type="html">&lt;p&gt;Danman: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;= Overview = &lt;br /&gt;
&lt;br /&gt;
== Concept ==&lt;br /&gt;
[http://en.wikipedia.org/wiki/Mitch_Altman Mitch Altman] proposed a Global Hackerspace Challenge and PS:One accepted. The challenge requires that we use a microcontroller and a portable power source bought from [http://us.element14.com/ element14] in creating a mobile device to aid in Education. $900 budget was provided by element14. The full description of the Challenge is at [http://www.tvbgone.com/downloads/hs_challenge/hs_challenge.htm Global Hackerspace Challenge].&lt;br /&gt;
&lt;br /&gt;
=== Mission ===&lt;br /&gt;
We are building an array of biosensors as part of our program to:&lt;br /&gt;
# familiarize people with collecting data&lt;br /&gt;
# provide useful health related information displayed in a digestible manner to the device wearer&lt;br /&gt;
# provide larger data samples to medical professionals should the user choose to share what they have collected&lt;br /&gt;
# promote healthy living and health awareness&lt;br /&gt;
# encourage hobby electronics by using open sourced hardware&lt;br /&gt;
&lt;br /&gt;
=== Audience ===&lt;br /&gt;
Our initial audience for this device kit will be secondary schools and colleges. It will be marketed as an educational and personal experimental tool. The array will collect data from various sensors attached to the test subject&#039;s body and then make that data available to the experimenter. The project will use as many common consumer parts as possible. &lt;br /&gt;
&lt;br /&gt;
=== PS:1&#039;s Element14 Blog ===&lt;br /&gt;
Videos and other build related posts will be published through Element14&#039;s blog: [http://www.element14.com/community/groups/pumping-station-one http://www.element14.com/community/groups/pumping-station-one]&lt;br /&gt;
&lt;br /&gt;
Other space&#039;s GGHC blogs, etc, can be found here as well: [http://www.element14.com/community/groups/search.jspa?peopleEnabled=true&amp;amp;userID=&amp;amp;containerType=&amp;amp;container=&amp;amp;spotlight=true&amp;amp;searchLanguage=en&amp;amp;q=gghc search gghc]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== The Team ===&lt;br /&gt;
&lt;br /&gt;
As of 15 April 2011:&lt;br /&gt;
&lt;br /&gt;
* [[User:Billmania|Bill Mania]]&lt;br /&gt;
* Avner Shanan&lt;br /&gt;
* Shawn Blaszak&lt;br /&gt;
* [[USER:Ehanley|Eric Hanley]]&lt;br /&gt;
* [[User:pdp7|Drew Fustini]]&lt;br /&gt;
* Kyle Granat&lt;br /&gt;
* Dan Dumitrescu&lt;br /&gt;
&lt;br /&gt;
== Product Line Overview ==&lt;br /&gt;
=== General Student Kit === &lt;br /&gt;
for the kids this is the primary kit we are developing for the GGHC.&lt;br /&gt;
&lt;br /&gt;
This kit includes wired sensors and a mother microcontroller enough to get students involved in data logging.&lt;br /&gt;
* [[Biosensor Array Mother Arduino | Mother Arduino]]&lt;br /&gt;
* Sensor: [[Biosensor Array Body Temperature | Body Temperature]]&lt;br /&gt;
* Sensor: [[Biosensor Array Oxygen Saturation | Oxygen Saturation]]&lt;br /&gt;
* Sensor: [[Biosensor Array Heartrate | Heartrate]]&lt;br /&gt;
* Sensor: [[Biosensor Array Galvanic Skin Response | Galvanic Skin Response]]&lt;br /&gt;
* Sensor: [[Biosensor Array Respiratory Volume/Frequency | Respiratory Volume/Frequency]]&lt;br /&gt;
* Sensor: [[Biosensor Array Carbon Dioxide Output | Carbon Dioxide Output]]&lt;br /&gt;
* [[Biosensor Array Body Harness|Body Harness]]&lt;br /&gt;
&lt;br /&gt;
=== Wireless Student Kit ===&lt;br /&gt;
* Same as General Student Kit but the sensors are wireless via xbee shields. Just in case wires aren&#039;t your thing.&lt;br /&gt;
&lt;br /&gt;
=== Expandable Modules === &lt;br /&gt;
for the Mad Scientists, Cyclists, Marathoners, and Runners.&lt;br /&gt;
&lt;br /&gt;
These sensors and devices are too hardcore to be included in the basic package but we wanted to provide them should you need to take over the world. Most have another ardunio onboard.&lt;br /&gt;
* [[Biosensor Array EEG|EEG]]&lt;br /&gt;
* [[Biosensor Array ECG/EKG|ECG/EKG]]&lt;br /&gt;
* [[Biosensor Array EMG|EMG]]&lt;br /&gt;
* [[Biosensor Array GPS|GPS]]&lt;br /&gt;
* [[Biosensor Array Analog Logging Device|Analog Logging Device]]&lt;br /&gt;
* [[Biosensor Array Wireless Device Node|Wireless Device Node]]&lt;br /&gt;
* [[Biosensor Array 3rd Party Device Node|3rd Party Device Node]]&lt;br /&gt;
** Fitbit&lt;br /&gt;
** Wii Fit&lt;br /&gt;
&lt;br /&gt;
== Guides ==&lt;br /&gt;
&lt;br /&gt;
=== [[End User Documentation]] ===&lt;br /&gt;
&lt;br /&gt;
=== Community ===&lt;br /&gt;
*[http://groups.google.com/group/pumping-station-one-gghc PS:1 GGHC Google Group]&lt;br /&gt;
*[http://www.element-14.com/community/groups/pumping-station-one PS:1 Group on element14]&lt;br /&gt;
*[http://www.element-14.com/community/groups/the-great-global-hackerspace-challenge Official element14 Group]&lt;br /&gt;
&lt;br /&gt;
=== Similar projects ===&lt;br /&gt;
&lt;br /&gt;
* [http://www.monkeysandrobots.com/narscisystem Narcisystem]&lt;br /&gt;
* [http://cons.truct.org/archives/jython-and-dyio.html DyIO]&lt;br /&gt;
* [http://www.element-14.com/community/blogs/bioboardblog/2011/03/24/be-excellent-to-each-other-dudes Noisebridge BioBoard]&lt;br /&gt;
* Primer Biosensing - &#039;&#039;[http://makezine.com/ MAKE]&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
= [[Biosensor Array Developer]] =&lt;br /&gt;
This page is &#039;&#039;&#039;focused on developers&#039;&#039;&#039;, unlike the current page you are viewing which is &#039;&#039;&#039;focused on end users&#039;&#039;&#039;. Developer gets into all the nitty gritty details of the direction, design, and fabrication of the project.&lt;br /&gt;
&lt;br /&gt;
Here are some of the Key Sections:&lt;br /&gt;
== [[Biosensor Array Developer#GGHC|GGHC]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Resources|Resources]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Biosensor Array Notes|Biosensor Array Notes ]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Member Notes|Member Notes]] ==&lt;br /&gt;
&lt;br /&gt;
== [[Biosensor Array Developer#Weekly Meeting Notes|Weekly Meeting Notes]] ==&lt;/div&gt;</summary>
		<author><name>Danman</name></author>
	</entry>
</feed>