Created
February 9, 2014 16:30
-
-
Save Kisali/8901617 to your computer and use it in GitHub Desktop.
Listen to your heart
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# Title | |
Listen to your heart | |
# Picture | |
media: undefined | |
# Objective | |
System to measure heart beats. We explain in interactive way to kids on how their hearts works. By using pulse sensor and Arduino board. | |
# Duration | |
2 hours | |
# Age Group | |
all | |
# Materials | |
## Arduino Board | |
* description:An open source micro-controller | |
* quantity:1 | |
* price:30$ | |
* link:http://www.arduino.cc/ | |
## Pulse Sensor | |
* description:Pulse Sensor” is a well-designed plug-and-play heart-rate sensor for Arduino. | |
* quantity:1 | |
* price:25$ | |
* link:http://pulsesensor.myshopify.com/ | |
## LED | |
* description:An LED lamp is a light-emitting diode (LED) product that is assembled into a lamp (or light bulb) for use in lighting fixtures | |
* quantity:1 | |
* price:6$ | |
* link:www.greentechmedia.com/.../10-LED-Price-War-Heats-Up-The-Lightin. | |
# Steps | |
## Let's get started with pulse sensor anatomy. | |
media: http://s27.postimg.org/srj26m01f/pulse1.png | |
notes: The front of the sensor is the pretty side with the Heart logo. This is the side that makes contact with | |
the skin. On the front you see a small round hole, which is where the LED shines through from the back, and | |
there is also a little square just under the LED. The square is an ambient light sensor, exactly like the one used | |
in cellphones, tablets, and laptops, to adjust the screen brightness in different light conditions. The LED shines | |
light into the fingertip or earlobe, or other capillary tissue, and sensor reads the amount of light that bounces | |
back. The other side of the sensor is where the rest of the parts are mounted. We put them there so they would | |
not get in the way of the of the sensor on the front. Even the LED we are using is a reverse mount LED. For | |
more about the circuit functionality, check out the Open Hardware page. | |
The cable is a 24” flat color coded ribbon cable with 3 male header connectors RED wire = +3V to +5V | |
BLACK wire = GND | |
PURPLE wire = Signal. The Pulse Sensor can be connected to arduino, or plugged into a breadboard. Before we get it up and | |
running, we need to protect the exposed circuitry so you can get a reliable heartbeat signal. | |
## Preparing the pulse sensor | |
media: http://s29.postimg.org/56rerq4sn/pulse2.png | |
notes: Before you really start using the sensor you want to insulate the board from your (naturally) sweaty/oily | |
fingers. The Pulse Sensor is an exposed circuit board, and if you touch the solder points, you could short the | |
board, or introduce unwanted signal noise. We will use a thin film of vinyl to seal the sensor side. Find the | |
small card with four clear round stickers in your kit, and peel one off. Then center it on the Pulse Sensor. It | |
should fit perfectly. | |
## Running the pulse sensor code. | |
media: http://s28.postimg.org/awyr342bh/pulse3.png | |
notes: Get the latest Arduino and Processing Pulse Sensor software here http :// pulsesensor . com / downloads / | |
Arduino code is called “PulseSensorAmped_Arduino-xx” | |
The Processing code is called “PulseSensorAmped_Processing-xx” | |
For Arduino and Processing programming environments: www .arduino.cc www.processing.org | |
## Pulse sensor visualizer | |
media: http://s29.postimg.org/vg47ls9tz/pulse4.png | |
notes: You should run the visualization after you run the “PulseSensorAmped_Arduino-xx” xx stands for the version number. You have to install processing environment then open it select “PulseSensorAmped_Processing-xx” file and run the file. Make sure you have selected the right version of arduino code and processing code then you have to run the processing code after arduino code also make sure you select the right USB port where the Arduino board is inserted. | |
# Notes | |
For further information and troubleshooting please consider the following user guide. http://pulse-sensor.googlecode.com/files/PulseSensorAmpedGettingStartedGuide.pdf |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"id":"8901617","user":"Kisali","description":"Listen to your heart","urls":["undefined","http://s27.postimg.org/srj26m01f/pulse1.png","http://s29.postimg.org/56rerq4sn/pulse2.png","http://s28.postimg.org/awyr342bh/pulse3.png","http://s29.postimg.org/vg47ls9tz/pulse4.png"],"raw":"# Title \nListen to your heart\n# Picture \nmedia: undefined\n# Objective\nSystem to measure heart beats. We explain in interactive way to kids on how their hearts works. By using pulse sensor and Arduino board.\n# Duration\n2 hours\n# Age Group\nall\n# Materials\n## Arduino Board\n* description:An open source micro-controller\n* quantity:1\n* price:30$\n* link:http://www.arduino.cc/\n\n## Pulse Sensor\n* description:Pulse Sensor” is a well-designed plug-and-play heart-rate sensor for Arduino.\n* quantity:1\n* price:25$\n* link:http://pulsesensor.myshopify.com/\n\n## LED\n* description:An LED lamp is a light-emitting diode (LED) product that is assembled into a lamp (or light bulb) for use in lighting fixtures\n* quantity:1\n* price:6$\n* link:www.greentechmedia.com/.../10-LED-Price-War-Heats-Up-The-Lightin.\n\n# Steps\n## Let's get started with pulse sensor anatomy.\nmedia: http://s27.postimg.org/srj26m01f/pulse1.png\n\nnotes: The front of the sensor is the pretty side with the Heart logo. This is the side that makes contact with\nthe skin. On the front you see a small round hole, which is where the LED shines through from the back, and\nthere is also a little square just under the LED. The square is an ambient light sensor, exactly like the one used\nin cellphones, tablets, and laptops, to adjust the screen brightness in different light conditions. The LED shines\nlight into the fingertip or earlobe, or other capillary tissue, and sensor reads the amount of light that bounces\nback. The other side of the sensor is where the rest of the parts are mounted. We put them there so they would\nnot get in the way of the of the sensor on the front. Even the LED we are using is a reverse mount LED. For\nmore about the circuit functionality, check out the Open Hardware page.\nThe cable is a 24” flat color coded ribbon cable with 3 male header connectors RED wire = +3V to +5V\nBLACK wire = GND\nPURPLE wire = Signal. The Pulse Sensor can be connected to arduino, or plugged into a breadboard. Before we get it up and\nrunning, we need to protect the exposed circuitry so you can get a reliable heartbeat signal.\n\n## Preparing the pulse sensor\nmedia: http://s29.postimg.org/56rerq4sn/pulse2.png\n\nnotes: Before you really start using the sensor you want to insulate the board from your (naturally) sweaty/oily\nfingers. The Pulse Sensor is an exposed circuit board, and if you touch the solder points, you could short the\nboard, or introduce unwanted signal noise. We will use a thin film of vinyl to seal the sensor side. Find the\nsmall card with four clear round stickers in your kit, and peel one off. Then center it on the Pulse Sensor. It\nshould fit perfectly.\n\n## Running the pulse sensor code.\nmedia: http://s28.postimg.org/awyr342bh/pulse3.png\n\nnotes: Get the latest Arduino and Processing Pulse Sensor software here http :// pulsesensor . com / downloads /\nArduino code is called “PulseSensorAmped_Arduino-xx”\nThe Processing code is called “PulseSensorAmped_Processing-xx”\nFor Arduino and Processing programming environments: www .arduino.cc www.processing.org\n\n## Pulse sensor visualizer\nmedia: http://s29.postimg.org/vg47ls9tz/pulse4.png\n\nnotes: You should run the visualization after you run the “PulseSensorAmped_Arduino-xx” xx stands for the version number it it has bee changed since i wrote this documentation. You have to install processing environment then open it select “PulseSensorAmped_Processing-xx” file and run the file. Make sure you have selected the right version of arduino code and processing code then you have to run the processing code after arduino code also make sure you select the right USB port where the Arduino board is inserted.\n\n# Notes\nFor further information and troubleshooting please consider the following user guide. http://pulse-sensor.googlecode.com/files/PulseSensorAmpedGettingStartedGuide.pdf\n","steps":[{"description":"Let's get started with pulse sensor anatomy.","media":"http://s27.postimg.org/srj26m01f/pulse1.png","$$hashKey":"008","notes":"The front of the sensor is the pretty side with the Heart logo. This is the side that makes contact with\nthe skin. On the front you see a small round hole, which is where the LED shines through from the back, and\nthere is also a little square just under the LED. The square is an ambient light sensor, exactly like the one used\nin cellphones, tablets, and laptops, to adjust the screen brightness in different light conditions. The LED shines\nlight into the fingertip or earlobe, or other capillary tissue, and sensor reads the amount of light that bounces\nback. The other side of the sensor is where the rest of the parts are mounted. We put them there so they would\nnot get in the way of the of the sensor on the front. Even the LED we are using is a reverse mount LED. For\nmore about the circuit functionality, check out the Open Hardware page.\nThe cable is a 24” flat color coded ribbon cable with 3 male header connectors RED wire = +3V to +5V\nBLACK wire = GND\nPURPLE wire = Signal. The Pulse Sensor can be connected to arduino, or plugged into a breadboard. Before we get it up and\nrunning, we need to protect the exposed circuitry so you can get a reliable heartbeat signal."},{"$$hashKey":"00E","description":"Preparing the pulse sensor","media":"http://s29.postimg.org/56rerq4sn/pulse2.png","notes":"Before you really start using the sensor you want to insulate the board from your (naturally) sweaty/oily\nfingers. The Pulse Sensor is an exposed circuit board, and if you touch the solder points, you could short the\nboard, or introduce unwanted signal noise. We will use a thin film of vinyl to seal the sensor side. Find the\nsmall card with four clear round stickers in your kit, and peel one off. Then center it on the Pulse Sensor. It\nshould fit perfectly."},{"$$hashKey":"00G","description":"Running the pulse sensor code.","media":"http://s28.postimg.org/awyr342bh/pulse3.png","notes":"Get the latest Arduino and Processing Pulse Sensor software here http :// pulsesensor . com / downloads /\nArduino code is called “PulseSensorAmped_Arduino-xx”\nThe Processing code is called “PulseSensorAmped_Processing-xx”\nFor Arduino and Processing programming environments: www .arduino.cc www.processing.org"},{"$$hashKey":"00I","description":"Pulse sensor visualizer","media":"http://s29.postimg.org/vg47ls9tz/pulse4.png","notes":"You should run the visualization after you run the “PulseSensorAmped_Arduino-xx” xx stands for the version number. You have to install processing environment then open it select “PulseSensorAmped_Processing-xx” file and run the file. Make sure you have selected the right version of arduino code and processing code then you have to run the processing code after arduino code also make sure you select the right USB port where the Arduino board is inserted."}],"materials":[{"item":"Arduino Board","description":"An open source micro-controller","quantity":"1","price":"30$","link":"http://www.arduino.cc/","$$hashKey":"006"},{"$$hashKey":"00A","item":"Pulse Sensor","price":"25$","description":"Pulse Sensor” is a well-designed plug-and-play heart-rate sensor for Arduino.","link":"http://pulsesensor.myshopify.com/","quantity":"1"},{"$$hashKey":"00C","item":"LED","description":"An LED lamp is a light-emitting diode (LED) product that is assembled into a lamp (or light bulb) for use in lighting fixtures","quantity":"1","price":"6$","link":"www.greentechmedia.com/.../10-LED-Price-War-Heats-Up-The-Lightin."}],"title":"Listen to your heart","objective":"System to measure heart beats. We explain in interactive way to kids on how their hearts works. By using pulse sensor and Arduino board.","duration":"2 hours","ageGroup":"all","notes":"For further information and troubleshooting please consider the following user guide. http://pulse-sensor.googlecode.com/files/PulseSensorAmpedGettingStartedGuide.pdf","content":"<h1>Title</h1>\n\n<p>Listen to your heart</p>\n\n<h1>Picture</h1>\n\n<p><img src='undefined'></p>\n\n<h1>Objective</h1>\n\n<p>System to measure heart beats. We explain in interactive way to kids on how their hearts works. By using pulse sensor and Arduino board.</p>\n\n<h1>Duration</h1>\n\n<p>2 hours</p>\n\n<h1>Age Group</h1>\n\n<p>all</p>\n\n<h1>Materials</h1>\n\n<h2>Arduino Board</h2>\n\n<ul>\n<li>description:An open source micro-controller</li>\n<li>quantity:1</li>\n<li>price:30$</li>\n<li>link:<a href=\"http://www.arduino.cc/\">http://www.arduino.cc/</a></li>\n</ul>\n\n<h2>Pulse Sensor</h2>\n\n<ul>\n<li>description:Pulse Sensor” is a well-designed plug-and-play heart-rate sensor for Arduino.</li>\n<li>quantity:1</li>\n<li>price:25$</li>\n<li>link:<a href=\"http://pulsesensor.myshopify.com/\">http://pulsesensor.myshopify.com/</a></li>\n</ul>\n\n<h2>LED</h2>\n\n<ul>\n<li>description:An LED lamp is a light-emitting diode (LED) product that is assembled into a lamp (or light bulb) for use in lighting fixtures</li>\n<li>quantity:1</li>\n<li>price:6$</li>\n<li>link:www.greentechmedia.com/.../10-LED-Price-War-Heats-Up-The-Lightin.</li>\n</ul>\n\n<h1>Steps</h1>\n\n<h2>Let's get started with pulse sensor anatomy.</h2>\n\n<p><img src='https://s27.postimg.org/srj26m01f/pulse1.png'></p>\n\n<p>notes: The front of the sensor is the pretty side with the Heart logo. This is the side that makes contact with\nthe skin. On the front you see a small round hole, which is where the LED shines through from the back, and\nthere is also a little square just under the LED. The square is an ambient light sensor, exactly like the one used\nin cellphones, tablets, and laptops, to adjust the screen brightness in different light conditions. The LED shines\nlight into the fingertip or earlobe, or other capillary tissue, and sensor reads the amount of light that bounces\nback. The other side of the sensor is where the rest of the parts are mounted. We put them there so they would\nnot get in the way of the of the sensor on the front. Even the LED we are using is a reverse mount LED. For\nmore about the circuit functionality, check out the Open Hardware page.\nThe cable is a 24” flat color coded ribbon cable with 3 male header connectors RED wire = +3V to +5V\nBLACK wire = GND\nPURPLE wire = Signal. The Pulse Sensor can be connected to arduino, or plugged into a breadboard. Before we get it up and\nrunning, we need to protect the exposed circuitry so you can get a reliable heartbeat signal.</p>\n\n<h2>Preparing the pulse sensor</h2>\n\n<p><img src='https://s29.postimg.org/56rerq4sn/pulse2.png'></p>\n\n<p>notes: Before you really start using the sensor you want to insulate the board from your (naturally) sweaty/oily\nfingers. The Pulse Sensor is an exposed circuit board, and if you touch the solder points, you could short the\nboard, or introduce unwanted signal noise. We will use a thin film of vinyl to seal the sensor side. Find the\nsmall card with four clear round stickers in your kit, and peel one off. Then center it on the Pulse Sensor. It\nshould fit perfectly.</p>\n\n<h2>Running the pulse sensor code.</h2>\n\n<p><img src='https://s28.postimg.org/awyr342bh/pulse3.png'></p>\n\n<p>notes: Get the latest Arduino and Processing Pulse Sensor software here http :// pulsesensor . com / downloads /\nArduino code is called “PulseSensorAmped_Arduino-xx”\nThe Processing code is called “PulseSensorAmped_Processing-xx”\nFor Arduino and Processing programming environments: www .arduino.cc www.processing.org</p>\n\n<h2>Pulse sensor visualizer</h2>\n\n<p><img src='https://s29.postimg.org/vg47ls9tz/pulse4.png'></p>\n\n<p>notes: You should run the visualization after you run the “PulseSensorAmped_Arduino-xx” xx stands for the version number it it has bee changed since i wrote this documentation. You have to install processing environment then open it select “PulseSensorAmped_Processing-xx” file and run the file. Make sure you have selected the right version of arduino code and processing code then you have to run the processing code after arduino code also make sure you select the right USB port where the Arduino board is inserted.</p>\n\n<h1>Notes</h1>\n\n<p>For further information and troubleshooting please consider the following user guide. <a href=\"http://pulse-sensor.googlecode.com/files/PulseSensorAmpedGettingStartedGuide.pdf\">http://pulse-sensor.googlecode.com/files/PulseSensorAmpedGettingStartedGuide.pdf</a></p>","ownedByMe":"true"} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment