IoT Based 'Pulse Oximeter' With Arduino
IoT Based ‘Pulse Oximeter’ With Arduino
Options:
/* ~~~~~~ Wi-Fi Config ~~~~~~ */
#define SSID "Your access point SSID"
#define SSID_PASSWORD "Your access point password"
/* ~~~~~~ IoT Config ~~~~~~ */
#define USERNAME "Your thinger.io User Name"
#define DEVICE_ID "Device ID on thinger.io"
#define DEVICE_CREDENTIAL "Device Credentials on thinger.io"