hello there,
i bought heart pulse sensor intel edison arduino breakoutboard. here http://pulsesensor.myshopify.com/pages/code-and-guide
it great , works fine arduino uno board working edison board.
anyway, there detailed walk through of code pulse sensor available here http://pulsesensor.myshopify.com/pages/pulse-sensor-amped-arduino-v1dot1
i believe issue related timer2 timer. used high enough resolution reliable measurement of timing between each beat. half way down page, there piece of code defines setting timer2.
void interruptsetup(){
tccr2a = 0x02;
tccr2b = 0x06;
ocr2a = 0x7c;
timsk2 = 0x02;
sei();
}
would able me modify code that works on edison? appreciated.
so came out solution suitable edison board https://github.com/gowrisomanath/gsarduinopulseheartrate
but don't understand meant solution codes. how able use code , print bpm on serial monitor.
the topic from: https://communities.intel.com/thread/49469
i bought heart pulse sensor intel edison arduino breakoutboard. here http://pulsesensor.myshopify.com/pages/code-and-guide
it great , works fine arduino uno board working edison board.
anyway, there detailed walk through of code pulse sensor available here http://pulsesensor.myshopify.com/pages/pulse-sensor-amped-arduino-v1dot1
i believe issue related timer2 timer. used high enough resolution reliable measurement of timing between each beat. half way down page, there piece of code defines setting timer2.
void interruptsetup(){
tccr2a = 0x02;
tccr2b = 0x06;
ocr2a = 0x7c;
timsk2 = 0x02;
sei();
}
would able me modify code that works on edison? appreciated.
so came out solution suitable edison board https://github.com/gowrisomanath/gsarduinopulseheartrate
but don't understand meant solution codes. how able use code , print bpm on serial monitor.
the topic from: https://communities.intel.com/thread/49469
Arduino Forum > Using Arduino > Sensors > Pulse Sensor Amped for Intel Edison
arduino
Comments
Post a Comment