WorldFamousElectronics / PulseSensor_Amped_Processing_Visualizer

Processing code for pulse wave visualization
MIT License
90 stars 103 forks source link

cannot run on Arduino 1.6.5 #5

Closed neoedmund closed 6 years ago

neoedmund commented 8 years ago

import processing.serial.*;



the source seems not compile in IDE, did I missed something?

Thank you.
yahia0077 commented 8 years ago

import processing.serial.*;



the source seems not compile in IDE, did I missed something?

Thank you.
PetarMI commented 8 years ago

You have to run it from the Processing IDE.

biomurph commented 8 years ago

download processing from www.processing.org

shajjad3 commented 8 years ago

Hello! I am working with pulse sensor. The LED from pin no 13 is blinking according to the pulse. Its working. But pulse sensor amped visualizer is nor working! It just shows a straight line and not gives BPM. I used code from this site for both arduino and processing code. https://github.com/WorldFamousElectronics/PulseSensor_Amped_Arduino I am using Windows 7(32 bit), arduino IED 1.6.9 And processing 3.1.1 software. I gave same baud rate to both arduino and processing code. Please suggest me how can I solve. If possible please give the screenshot , how to fix it Thanks