You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Measuring SpO2 aka Specific Oxygen levels in blood has never been so easy! With the new AFE4490 IC our shield does an amazing job of measuring heart rate as well as SpO2 values. Pulse Oximetry is an indirect method of measuring the oxygen levels in the blood. The sensor measures the amount of red and IR light wavelengths absorbed by blood to calculate the oxygen levels in blood. The measurement is done by a probe that clips on to a finger and contains emitters as well as a light sensor.
9
13
10
-
*Don't have it yet? Buy one here: protocentral-afe4490-pulse-oximeter-breakout-board-kit*](https://protocentral.com/product/protocentral-afe4490-pulse-oximeter-breakout-board-kit/)
14
+
For more information on how exactly Pulse Oximetry works, check this out, here.
11
15
12
-
This is the Arduino library for the ProtoCentral afe4490 breakout/shield boards.
16
+
Since the amount of blood flowing through any blood vessel varies (pulses) with the rate of blood from the heart, this can also be used for measuring heart rate without the need for connecting any ECG electrodes.
13
17
14
-
Connecting the shield to your Arduino
15
-
-------------------------------------
16
-
Connect the ECG/Respiration shield to the Arduino by stacking it on top of your Arduino. This shield uses the SPI interface to communicate with the Arduino. Since this includes the ICSP header, which is used on newer Arduinos for SPI communication, this shield is also compatible newer Arduino boards such as the Arduino Yun and Due.
17
18
19
+
## Hardware Setup
18
20
19
-
Wiring the Breakout to your Arduino
20
-
------------------------------------
21
-
If you have bought the breakout the connection with the Arduino board is as follows:
21
+
Connect the ECG/Respiration shield to the Arduino by stacking it on top of your Arduino. This shield uses the SPI interface to communicate with the Arduino. Since this includes the ICSP header, which is used on newer Arduinos for SPI communication, this shield is also compatible newer Arduino boards such as the Arduino Yun and Due.
22
+
23
+
Connections with the Arduino board is as follows:
22
24
23
25
|AFE4490 pin label| Arduino Connection |Pin Function |
@@ -30,20 +32,24 @@ Wiring the Breakout to your Arduino
30
32
| CS0 | D7 | Slave select |
31
33
| START | D5 | Conversion start Pin |
32
34
| PWDN | D4 | Power Down/ Reset |
33
-
| DIAG_END | -| Diagnostic output |
34
-
| LED_ALM | -| Cable fault indicator |
35
-
| PD_ALM | -| PD sensor fault indicator |
35
+
| DIAG_END | --| Diagnostic output |
36
+
| LED_ALM | --| Cable fault indicator |
37
+
| PD_ALM | --| PD sensor fault indicator |
36
38
| VCC | +5v | Supply voltage |
37
39
38
-
**NEW: This is now compatible with the [ProtoCentral OpenView](https://github.com/Protocentral/protocentral_openview) unified data visualization software.**
40
+
41
+
## Visualizing Output
42
+
43
+
**NEW: This is now compatible with the [ProtoCentral OpenView 2](https://github.com/Protocentral/protocentral_openview2) unified data visualization software.**
44
+
45
+

46
+
39
47
40
48
41
-
### Running the Arduino Sketch
49
+
For further details of the board, refer the documentation
42
50
43
-
Install the protoCentral afe4490 library from arduino library manager.
44
-
If you have correctly installed the libraries, the example sketeches should now be available from within Arduino.
51
+
[](https://docs.protocentral.com/getting-started-with-AFE4490/)
45
52
46
-
Upload the code to your arduino and open [ProtoCentral-openview](https://github.com/Protocentral/protocentral_openview) GUI/Arduino plotter to view the output.
47
53
48
54
## For the main documentation site, GUI and more resources, please check out our main [GitHub Repo](https://github.com/Protocentral/AFE4490_Oximeter)
0 commit comments