项目作者: Majid-Derhambakhsh

项目描述 :
IoT Based 'Pulse Oximeter' With Arduino
高级语言: C
项目地址: git://github.com/Majid-Derhambakhsh/IoT-Pulse-Oximeter.git
创建时间: 2020-08-19T01:11:26Z
项目社区:https://github.com/Majid-Derhambakhsh/IoT-Pulse-Oximeter

开源协议:

下载


Banner

IoT-Pulse-Oximeter

IoT Based ‘Pulse Oximeter’ With Arduino

Version : 0.0.0

  • Type : Embedded Software.

  • Support : Arduino

  • Program Language : Arduino

  • Properties :

How to use

The IoT Pulse Oximeter system can be used as follows:

1. Setup your thinger.io service:

Watch in youtube:

Setup IoT Pulse Oximeter device on thinger.io

2. Config ESP8266 & thinger.io service in ‘network_chip_conf.h’ header, for example:

  • Options:

    1. /* ~~~~~~ Wi-Fi Config ~~~~~~ */
    2. #define SSID "Your access point SSID"
    3. #define SSID_PASSWORD "Your access point password"
    4. /* ~~~~~~ IoT Config ~~~~~~ */
    5. #define USERNAME "Your thinger.io User Name"
    6. #define DEVICE_ID "Device ID on thinger.io"
    7. #define DEVICE_CREDENTIAL "Device Credentials on thinger.io"

3. Compile and upload to ESP8266 & Arduino UNO.

Hardware:

Schematic

Required Library:

  • ThingerESP8266
  • [X] SPI
  • [X] Wire
  • [X] MCUFRIEND_kbv
  • [X] MAX30100_PulseOximeter
  • [X] Adafruit_GFX

Developer: Majid Derhambakhsh