*AFE4490 Pulse Oximeter Shield Kit for Arduino
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/)
This is the Arduino library for the ProtoCentral afe4490 breakout/shield boards.
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.
If you have bought the breakout the connection with the Arduino board is as follows:
| AFE4490 pin label | Arduino Connection | Pin Function |
|---|---|---|
| GND | Gnd | Gnd |
| DRDY | D2 | Data ready(interrupt) |
| MISO | D12 | Slave out |
| SCK | D13 | SPI clock |
| MOSI | D11 | Slave in |
| CS0 | D7 | Slave select |
| START | D5 | Conversion start Pin |
| PWDN | D4 | Power Down/ Reset |
| DIAG_END | NC | Diagnostic output |
| LED_ALM | NC | Cable fault indicator |
| PD_ALM | NC | PD sensor fault indicator |
| VCC | +5v | Supply voltage |
NEW: This is now compatible with the ProtoCentral OpenView unified data visualization software.
Install the protoCentral afe4490 library from arduino library manager. If you have correctly installed the libraries, the example sketeches should now be available from within Arduino.
Upload the code to your arduino and open ProtoCentral-openview GUI/Arduino plotter to view the output.
For the main documentation site, GUI and more resources, please check out our main GitHub Repo
This product is open source! Both, our hardware and software are open source and licensed under the following licenses:
All hardware is released under Creative Commons Share-alike 4.0 International.
You are free to:
- Share — copy and redistribute the material in any medium or format
- Adapt — remix, transform, and build upon the material for any purpose, even commercially. The licensor cannot revoke these freedoms as long as you follow the license terms.
Under the following terms:
- Attribution — You must give appropriate credit, provide a link to the license, and indicate if changes were made. You may do so in any reasonable manner, but not in any way that suggests the licensor endorses you or your use.
- ShareAlike — If you remix, transform, or build upon the material, you must distribute your contributions under the same license as the original.
All software is released under the MIT License(http://opensource.org/licenses/MIT).
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
Please check LICENSE.md for detailed license descriptions.


