top of page

The Arduino
Arduino Uno
datasheet
The pulse rate sensor and accelerometer transmit their data to the ARDUINO UNO microcontroller. Through the Arduino IDE the heart beat is acquired, as well as whether the patient is in resting condition or not.
​
Arduino Uno is a microcontroller board based on the ATmega328P (see datasheet). It has 14 digital input/output pins (of which 6 can be used as PWM outputs), 6 analog inputs, a 16 MHz quartz crystal, a USB connection, a power jack, an ICSP header and a reset button. Its main advantages are,
​
-
Low cost
-
Open-source and extensible hardware
-
Easy to learn
-
Large support of community
​
Figures below show how the pulse rate sensor, accelerometer and Node-MCU are connected to the board.



bottom of page