- How to Adjust X and Y Axis Scale in Arduino Serial Plotter (No Extra Software Needed)Posted 6 months ago
- Elettronici Entusiasti: Inspiring Makers at Maker Faire Rome 2024Posted 6 months ago
- makeITcircular 2024 content launched – Part of Maker Faire Rome 2024Posted 8 months ago
- Application For Maker Faire Rome 2024: Deadline June 20thPosted 10 months ago
- Building a 3D Digital Clock with ArduinoPosted 1 year ago
- Creating a controller for Minecraft with realistic body movements using ArduinoPosted 1 year ago
- Snowflake with ArduinoPosted 1 year ago
- Holographic Christmas TreePosted 1 year ago
- Segstick: Build Your Own Self-Balancing Vehicle in Just 2 Days with ArduinoPosted 1 year ago
- ZSWatch: An Open-Source Smartwatch Project Based on the Zephyr Operating SystemPosted 1 year ago
Arduino ecg device
As Peter Balch explains, COVID-19 can sometimes give rise to cardiac complications. So, while not presented as an actual piece of medical equipment, he decided to construct an ECG (electrocardiogram) unit using an Arduino Nano for control along with an integrated 320×240 SPI display.
His battery-operated device features an AD8232 heart rate monitor module to acquire data from the human subject. This is connected to its wearer via electrode pads, or to a fake pulse generated by the Arduino for testing. The system allows you to view one or two heartbeats on its screen in a large format as well as many heartbeats in a smaller setup. A Poincaré display mode is also available, which plots the time between heartbeats.
Code, additional information, and future plans can be found in Balch’s project write-up.