Skip to content

Commit ba3a65b

Browse files
committedNov 29, 2024·
updated readme and added hardware folder
1 parent d3cc40a commit ba3a65b

8 files changed

+23961
-18
lines changed
 

‎.DS_Store

4 KB
Binary file not shown.

‎README.md

+24-18
Original file line numberDiff line numberDiff line change
@@ -2,23 +2,25 @@ ProtoCentral AF4490/AFE4400 based PPG/SpO2/HR shield for Arduino
22
================================
33
[![Compile Examples](https://github.com/Protocentral/protocentral-afe4490-arduino/workflows/Compile%20Examples/badge.svg)](https://github.com/Protocentral/protocentral-afe4490-arduino/actions?workflow=Compile+Examples)
44

5-
[![Oximeter](https://i2.wp.com/protocentral.com/wp-content/uploads/2020/10/4953.jpg?fit=629%2C600&ssl=1)
5+
## Don't have one? [Buy one here] (https://protocentral.com/product/protocentral-afe4490-pulse-oximeter-breakout-board-kit/)
6+
7+
[![Oximeter](assets/AFE4490_Shield.jpg)
68
*AFE4490 Pulse Oximeter Shield Kit for Arduino ](https://protocentral.com/product/protocentral-afe4490-pulse-oximeter-shield-for-arduino-v2/)
79

8-
[![Oximeter](https://i1.wp.com/protocentral.com/wp-content/uploads/2020/10/4949.jpg?fit=689%2C628&ssl=1)
10+
![Oximeter](assets/AFE4490_Breakout.jpg)
11+
12+
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.
913

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.
1115

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.
1317

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.
1718

19+
## Hardware Setup
1820

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:
2224

2325
|AFE4490 pin label| Arduino Connection |Pin Function |
2426
|----------------- |:--------------------:|-----------------: |
@@ -30,20 +32,24 @@ Wiring the Breakout to your Arduino
3032
| CS0 | D7 | Slave select |
3133
| START | D5 | Conversion start Pin |
3234
| 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 |
3638
| VCC | +5v | Supply voltage |
3739

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+
![streaming in openview](./assets/pulse_express_7sec.gif)
46+
3947

4048

41-
### Running the Arduino Sketch
49+
For further details of the board, refer the documentation
4250

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+
[![Get it on SERVICE](https://gist.github.com/cxmeel/0dbc95191f239b631c3874f4ccf114e2/raw/documentation.svg)](https://docs.protocentral.com/getting-started-with-AFE4490/)
4552

46-
Upload the code to your arduino and open [ProtoCentral-openview](https://github.com/Protocentral/protocentral_openview) GUI/Arduino plotter to view the output.
4753

4854
## For the main documentation site, GUI and more resources, please check out our main [GitHub Repo](https://github.com/Protocentral/AFE4490_Oximeter)
4955

File renamed without changes.
File renamed without changes.

‎assets/pulse_express_7sec.gif

8.57 MB
Loading

‎hardware/pc_afe4490_brk_v2.brd

+5,092
Large diffs are not rendered by default.

‎hardware/pc_afe4490_brk_v2.pdf

412 KB
Binary file not shown.

‎hardware/pc_afe4490_brk_v2.sch

+18,845
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)
Please sign in to comment.