Giter Site home page Giter Site logo

worldfamouselectronics / pulsesensorstarterproject Goto Github PK

View Code? Open in Web Editor NEW
52.0 11.0 36.0 3.63 MB

The Best Way to Get Started with your PulseSensor and Arduino

Home Page: http://www.pulsesensor.com

C++ 100.00%
heartbeat arduino serial plotter led pin13 threshold pulse-sensor pulse-detection pulsesensor

pulsesensorstarterproject's People

Contributors

yury-g avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

pulsesensorstarterproject's Issues

The body of the message says all, this code is not compatible with LOLIN(WEMOS)D1 mini pro

c:/users/ibrah/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.0.4-gcc10.3-1757bed/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: libraries\PulseSensor_Playground\PulseSensorPlayground.cpp.o: in function _ZN21PulseSensorPlaygroundC2Ei': C:\Users\ibrah\Documents\Arduino\libraries\PulseSensor_Playground\src/PulseSensorPlayground.cpp:28: undefined reference to _ZN21PulseSensorPlayground15UsingInterruptsE'
c:/users/ibrah/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.0.4-gcc10.3-1757bed/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: C:\Users\ibrah\Documents\Arduino\libraries\PulseSensor_Playground\src/PulseSensorPlayground.cpp:34: undefined reference to _Z35PulseSensorPlaygroundSetupInterruptv' c:/users/ibrah/appdata/local/arduino15/packages/esp8266/tools/xtensa-lx106-elf-gcc/3.0.4-gcc10.3-1757bed/bin/../lib/gcc/xtensa-lx106-elf/10.3.0/../../../../xtensa-lx106-elf/bin/ld.exe: libraries\PulseSensor_Playground\PulseSensorPlayground.cpp.o: in function _ZN21PulseSensorPlayground5beginEv':
C:\Users\ibrah\Documents\Arduino\libraries\PulseSensor_Playground\src/PulseSensorPlayground.cpp:56: undefined reference to `_Z35PulseSensorPlaygroundSetupInterruptv'
collect2.exe: error: ld returned 1 exit status
exit status 1
Error compiling for board LOLIN(WEMOS) D1 mini Pro.

STOP PulseSensor

Command PulseSensorPlayground.:begin() to START sequence.
How do I STOP the execution PulseSensor sequence?

Data interpretation

I was just wondering if I could get some assistance or suggestions as to how to determine the actual BPM from the output data. I made and excel graph (Frequency vs Time)--- where I am not sure if the increments in time are in milliseconds or something else. Keeping in mind that the threshold is maintained at 550, and with the data obtained, I seem to be getting numbers around 250 BPM (while a person is at rest). For example, the time difference between areas that surpass the 550 threshold is as such: t(2) = 401, t(1) = 378; t(2)-t(1) = 23 milliseconds which translates to 0.00038 (min)--- and so 1/.00038 = 2600 BPM??
I may just be misinterpreting the data and would greatly appreciate some help.
Thank you

Can arduino nano be used? Sketch size too high.

I'm using an Arduino nano and having following problem. So far i can see Arduino uno and nano has the same SRAM of 2 KB. Is the problem really that I'm using a Arduino nano?

"Build options changed, rebuilding all
Sketch uses 2250 bytes (15%) of program storage space. Maximum is 14336 bytes.
Global variables use 190 bytes (18%) of dynamic memory, leaving 834 bytes for local variables. Maximum is 1024 bytes.
avrdude: ser_open(): can't open device "COM1": No such file or directory
Problem uploading to board. See http://www.arduino.cc/en/Guide/Troubleshooting#upload for suggestions."

I have a WEMOS D1R1 that runs on 12 Mhz clock oscillator

I did change the code as showed in Time_Interrupt_Notes.ino but the pulse rate is reading too fastly.
What can I do to make it slower or can I use some kind of hardware Timer like in Arduino?
The code runs perfectly on my Arduino mega but I need to run it on wemos D1R1 because it has ESP8266 module implemented and after that I want to get the data on a webpage.

Arduino nano rp2040 connect troubleshooting

Hello, first thank you for your work on PulseSensor, it is a great tool. I first tried it with an arduino uno on a previous project, and everything went smoothly. However now that I've got a nano rp2040, the sketches won't compile (including the examples provided with the library). I get a bunch or errors, and looking at them I feel a bit out of my depth. Could you please help me figure it out ?

In file included from D:\Documents\Arduino\libraries\PulseSensor_Playground\src/PulseSensorPlayground.h:439:0,
from D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp:16:
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp: In member function 'void PulseSensor::setThreshold(int)':
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:72:41: error: 'cli' was not declared in this scope
#define DISABLE_PULSE_SENSOR_INTERRUPTS cli()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp:80:3: note: in expansion of macro 'DISABLE_PULSE_SENSOR_INTERRUPTS'
DISABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
In file included from D:\Documents\Arduino\libraries\PulseSensor_Playground\src/PulseSensorPlayground.h:439:0,
from D:\Documents\Arduino\libraries\PulseSensor_Playground\src\PulseSensorPlayground.cpp:16:
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\PulseSensorPlayground.cpp: In member function 'boolean PulseSensorPlayground::sawNewSample()':
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:72:41: error: 'cli' was not declared in this scope
#define DISABLE_PULSE_SENSOR_INTERRUPTS cli()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\PulseSensorPlayground.cpp:105:5: note: in expansion of macro 'DISABLE_PULSE_SENSOR_INTERRUPTS'
DISABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:73:40: error: 'sei' was not declared in this scope
#define ENABLE_PULSE_SENSOR_INTERRUPTS sei()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp:83:3: note: in expansion of macro 'ENABLE_PULSE_SENSOR_INTERRUPTS'
ENABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:73:40: error: 'sei' was not declared in this scope
#define ENABLE_PULSE_SENSOR_INTERRUPTS sei()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\PulseSensorPlayground.cpp:108:5: note: in expansion of macro 'ENABLE_PULSE_SENSOR_INTERRUPTS'
ENABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp: In member function 'boolean PulseSensor::sawStartOfBeat()':
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:72:41: error: 'cli' was not declared in this scope
#define DISABLE_PULSE_SENSOR_INTERRUPTS cli()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp:108:3: note: in expansion of macro 'DISABLE_PULSE_SENSOR_INTERRUPTS'
DISABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
D:\Documents\Arduino\libraries\PulseSensor_Playground\src/utility/Interrupts.h:73:40: error: 'sei' was not declared in this scope
#define ENABLE_PULSE_SENSOR_INTERRUPTS sei()
^
D:\Documents\Arduino\libraries\PulseSensor_Playground\src\utility\PulseSensor.cpp:111:3: note: in expansion of macro 'ENABLE_PULSE_SENSOR_INTERRUPTS'
ENABLE_PULSE_SENSOR_INTERRUPTS;
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

exit status 1

Compilation error: exit status 1

Pulse Sensor giving unexpected readings based on examples

Hello,

I appear to be coming across an issue using the pulse sensor shown in this repository and the library doesn't seem to clear things up for me. I have tried reading my pulse sensor using the visualiser but get very noisy readings with very low amplitude.

The code I have employed is the following, but I have also tried running through the PulsePlayground library and am obtaining the same results:
`
#include <Adafruit_GFX.h>
#include <UTFTGLUE.h>
UTFTGLUE myGLCD(0x9488, A2, A1, A3, A4, A0);

// Declare which fonts we will be using
#if !defined(SmallFont)
extern uint8_t SmallFont[]; //.kbv GLUE defines as GFXFont ref
#endif

#define UpperThreshold 516
#define LowerThreshold 515

void setup() {
Serial.begin(9600);
pinMode(A0, OUTPUT); //.kbv mcufriend have RD on A0
digitalWrite(A0, HIGH);
// Setup the LCD
myGLCD.InitLCD();
myGLCD.setFont(SmallFont);
// Clear the screen and draw the frame
myGLCD.clrScr();
// BPM Parameters
myGLCD.setColor(255, 255, 255);
myGLCD.print(" BPM", 5, 34);
}

void loop() {

int LastTime = 0;
bool BPMTiming = false;
bool BeatComplete = false;
int BPM = 0;

static unsigned long lastTime = 0;
const unsigned long INTERVAL = 20; //milliseconds, calculated as 1 divided by sample frequency
while (millis() - lastTime < INTERVAL)
{
//wait; do nothing until the sample interval expires
}
lastTime = millis();

// Calculate when a beat has been completed
if (analogRead(A5) > UpperThreshold)
{
if (BeatComplete == true)
{
BPM = millis() - LastTime;
BPM = int(60 / (float(BPM) / 1000));
BPMTiming = false;
BeatComplete = false;
}
if (BPMTiming == false)
{
LastTime = millis();
BPMTiming = true;
}
}

if ((analogRead(A5) < LowerThreshold) & (BPMTiming))
{
BeatComplete = true;
}

Serial.println(analogRead(A5)); //Plots the readings in the serial plotter

// Display BPM when calculated at the bottom of the loop
myGLCD.setColor(255, 255, 255);
myGLCD.printNumI(BPM, 40, 34);
}
`

I have attached an image of the readings I'm getting and am hoping you might be able to give me an insight into the reason for the difference. The image on the left is from: https://pulsesensor.com/pages/pulse-sensor-amped-arduino-v1dot1

untitled

RF24 Library with Arduino Uno WiFi R2

I am getting this error every time I try to compile it. Is there any way to fix this? Thank you.
_`Arduino: 1.8.10 (Mac OS X), Board: "Arduino Uno WiFi Rev2, ATMEGA328"

/private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/arduino-builder -dump-prefs -logger=machine -hardware /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/hardware -hardware /Users/clearlincognito/Library/Arduino15/packages -tools /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/tools-builder -tools /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/clearlincognito/Library/Arduino15/packages -built-in-libraries /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/libraries -libraries /Users/clearlincognito/Documents/Arduino/libraries -fqbn=arduino:megaavr:uno2018:mode=on -vid-pid=0X03EB_0X2145 -ide-version=10810 -build-path /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216 -warnings=none -build-cache /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_cache_692692 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avr-gcc.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.arduinoOTA.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -verbose /Users/clearlincognito/Documents/Arduino/sketch_jan04a/sketch_jan04a.ino
/private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/arduino-builder -compile -logger=machine -hardware /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/hardware -hardware /Users/clearlincognito/Library/Arduino15/packages -tools /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/tools-builder -tools /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/hardware/tools/avr -tools /Users/clearlincognito/Library/Arduino15/packages -built-in-libraries /private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/libraries -libraries /Users/clearlincognito/Documents/Arduino/libraries -fqbn=arduino:megaavr:uno2018:mode=on -vid-pid=0X03EB_0X2145 -ide-version=10810 -build-path /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216 -warnings=none -build-cache /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_cache_692692 -prefs=build.warn_data_percentage=75 -prefs=runtime.tools.avrdude.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avrdude-6.3.0-arduino17.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avrdude/6.3.0-arduino17 -prefs=runtime.tools.avr-gcc.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.avr-gcc-7.3.0-atmel3.6.1-arduino5.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5 -prefs=runtime.tools.arduinoOTA.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -prefs=runtime.tools.arduinoOTA-1.3.0.path=/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/arduinoOTA/1.3.0 -verbose /Users/clearlincognito/Documents/Arduino/sketch_jan04a/sketch_jan04a.ino
Using board 'uno2018' from platform in folder: /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5
Using core 'arduino' from platform in folder: /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5
Detecting libraries used...
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp -o /dev/null
Alternatives for SPI.h: [[email protected]]
ResolveLibrary(SPI.h)
-> candidates: [[email protected]]
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp -o /dev/null
Alternatives for nRF24L01.h: [[email protected]]
ResolveLibrary(nRF24L01.h)
-> candidates: [[email protected]]
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp -o /dev/null
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src/SPI.cpp -o /dev/null
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 -I/Users/clearlincognito/Documents/Arduino/libraries/RF24/utility /Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp -o /dev/null
WARNING: library RF24 claims to run on avr, arm, x86, esp8266, esp32 architecture(s) and may be incompatible with your current board which runs on megaavr architecture(s).
Generating function prototypes...
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -flto -w -x c++ -E -CC -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp -o /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/preproc/ctags_target_for_gcc_minus_e.cpp
/private/var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/AppTranslocation/5A7D5ABA-E93B-4917-ABB2-B9AAD19288BA/d/Arduino.app/Contents/Java/tools-builder/ctags/5.8-arduino11/ctags -u --language-force=c++ -f - --c++-kinds=svpf --fields=KSTtzns --line-directives /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/preproc/ctags_target_for_gcc_minus_e.cpp
Compiling sketch...
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp -o /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/sketch/sketch_jan04a.ino.cpp.o
Compiling libraries...
Compiling library "SPI"
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src/SPI.cpp -o /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/libraries/SPI/SPI.cpp.o
Compiling library "RF24"
/Users/clearlincognito/Library/Arduino15/packages/arduino/tools/avr-gcc/7.3.0-atmel3.6.1-arduino5/bin/avr-g++ -c -g -Os -w -std=gnu++11 -fpermissive -fno-exceptions -ffunction-sections -fdata-sections -fno-threadsafe-statics -Wno-error=narrowing -MMD -flto -mmcu=atmega4809 -DF_CPU=16000000L -DARDUINO=10810 -DARDUINO_AVR_UNO_WIFI_REV2 -DARDUINO_ARCH_MEGAAVR -DUNO_WIFI_REV2_328MODE -DMILLIS_USE_TIMERB3 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino/api/deprecated -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/cores/arduino -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/variants/uno2018 -I/Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI/src -I/Users/clearlincognito/Documents/Arduino/libraries/RF24 -I/Users/clearlincognito/Documents/Arduino/libraries/RF24/utility /Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp -o /var/folders/nj/1yj7skjs4qscz69d8sg3zc_h0000gp/T/arduino_build_6216/libraries/RF24/RF24.cpp.o
/Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp: In member function 'void RF24::csn(bool)':
/Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp:69:27: error: cannot convert 'bool' to 'PinStatus' for argument '2' to 'void digitalWrite(pin_size_t, PinStatus)'
digitalWrite(csn_pin,mode);
^
/Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp: In member function 'void RF24::ce(bool)':
/Users/clearlincognito/Documents/Arduino/libraries/RF24/RF24.cpp:80:51: error: cannot convert 'bool' to 'PinStatus' for argument '2' to 'void digitalWrite(pin_size_t, PinStatus)'
if (ce_pin != csn_pin) digitalWrite(ce_pin,level);
^
Multiple libraries were found for "SPI.h"
Used: /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI
Multiple libraries were found for "nRF24L01.h"
Used: /Users/clearlincognito/Documents/Arduino/libraries/RF24
Using library SPI at version 1.0 in folder: /Users/clearlincognito/Library/Arduino15/packages/arduino/hardware/megaavr/1.8.5/libraries/SPI
Using library RF24 at version 1.3.3 in folder: /Users/clearlincognito/Documents/Arduino/libraries/RF24
exit status 1
Error compiling for board Arduino Uno WiFi Rev2.`_

Library not working for Arduino Uno WiFi Rev2.

It seems the code can't be compiled for the Arduino Uno WiFi Rev2. Is there a simple fix for this issue? Or do I need to use a regular Arduino Uno?

This is the error I got:

Arduino: 1.8.9 (Mac OS X), Board: "Arduino Uno WiFi Rev2, ATMEGA328"

In file included from /Users/tommaarleveld/Library/Arduino15/packages/arduino/hardware/megaavr/1.6.25/cores/arduino/Arduino.h:27:0,
                 from sketch/Getting_BPM_to_Monitor.ino.cpp:1:
/Users/tommaarleveld/Documents/Arduino/libraries/PulseSensor_Playground/src/utility/Interrupts.h: In function 'void TIMER1_COMPA_vect()':
/Users/tommaarleveld/Documents/Arduino/libraries/PulseSensor_Playground/src/utility/Interrupts.h:207:9: warning: 'TIMER1_COMPA_vect' appears to be a misspelled signal handler, missing __vector prefix [-Wmisspelled-isr]
     ISR(TIMER1_COMPA_vect)
         ^
/Users/tommaarleveld/Documents/Arduino/libraries/PulseSensor_Playground/src/utility/PulseSensor.cpp: In member function 'void PulseSensor::updateLEDs()':
/Users/tommaarleveld/Documents/Arduino/libraries/PulseSensor_Playground/src/utility/PulseSensor.cpp:221:33: error: cannot convert 'volatile boolean {aka volatile bool}' to 'PinStatus' for argument '2' to 'void digitalWrite(pin_size_t, PinStatus)'
     digitalWrite(BlinkPin, Pulse);
                                 ^
exit status 1
Error compiling for board Arduino Uno WiFi Rev2.

I already have a version of this patented

I am working on creating a full program for the Heart Synth Monitor I have created and Patented. Nice try to be sneaky and basic but, this design is currently being developed by me and I don’t appreciate you not contacting me before trying to market your altered development.

I somehow can't get any good data

Hi

After connecting the heartbeat sensor, I'm now trying to get data from it. However, it just spikes a bit, not even looking like a beating heart. The sensor lights up green so it is connected..
Any tips?
vkr
victor

safety

Hi,
can anyone tell me if Heart Rate sensors are electrical isolated from the Arduino power supply or is a battery power supply required

PulseSensor-RaspberryPi - BPM 3-times too high?

Dear team,

first of all my appreciation for what you are doing here with the PulseSensor and the code you are providing!

My setup includes a RaspberryPi 3b and I have the MCP3008 ADC sitting in between the sensor and my SPI port (8).
Everything is working fine, beside the fact, that my BPM appears approximately 3 times higher than in reality (I measured it with a commercial product).
I am providing a sample output below.

Any idea what the root cause of this might can be ?

Best
Thomas

sampleCounter Signal BPM IBI sampleIntervalMs
746 828 164 364 42
787 899 164 364 41
827 1023 164 364 40
866 1023 164 364 39
904 655 164 364 38
943 1023 164 364 39
981 600 164 364 38
1019 561 164 364 38
1057 862 192 311 38
1095 643 192 311 38
1133 1023 192 311 38
1171 927 192 311 38
1208 711 192 311 37
1245 428 192 311 37
1282 335 192 311 37
1318 752 192 311 36
1354 912 202 297 36
1389 1023 202 297 35

MKRZERO not compiling

Hi,
I'm using an arduino MKRZERO but it doesn't want to compile the PulseSensor_BPM or PulseSensor_BPM_Alternative examples. It seems to be complaining about interrupts. The USE_ARDUINO_INTERRUPTS is true for the PulseSensor_BPM and false for the PulseSensor_BPM_Alternative. I was wondering if i had to modify anything else?
Thank you.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.