Open mayoralink opened 7 years ago
Its intended!, the data is in HEX packet format. Its not possible to plot on Arduino directly but you can log the data and plot it on EXCEL.
Arduino: 1.6.8 (Windows 7), Board: "Arduino/Genuino Uno"
In file included from C:\Users\Aravind Narayan S\Desktop\PPG\PPG.ino:1:0:
C:\Program Files (x86)\Arduino\libraries\max30100/Protocentral_MAX30100.h:8:19: warning: character constant too long for its type [enabled by default]
<meta charset='utf-8'>
^
C:\Program Files (x86)\Arduino\libraries\max30100/Protocentral_MAX30100.h:22:5: error: stray '\302' in program
<title>Pulse/Protocentral_MAX30100.h at master · Protocentral/Pulse</title>
^
C:\Program Files (x86)\Arduino\libraries\max30100/Protocentral_MAX30100.h:22:5: error: stray '\267' in program
In file included from C:\Users\Aravind Narayan S\Desktop\PPG\PPG.ino:1:0:
C:\Program Files (x86)\Arduino\libraries\max30100/Protocentral_MAX30100.h:110:8: warning: missing terminating ' character [enabled by default]
i have bought ProtoCentral Pulse Oximeter & Heart Rate Sensor based on MAX30100 but it is giving reading in HEX then i printed them in decimal using Serial.println(REDD,DEC); but it is giving 4 or 5 digit value like 61372 38020 56908 25064
how to get heartbeat level and oxygen level out of it .
When opening the Comms channel on Arduino it gives out a lot of values that seem to be incomprehensable. Is this behaviour intended, or is there a way to plot the obtained data straight from the arduino GUI?