Medical Projects

Online Thermometer Project

Arduino Online Thermometer Project

I have been researching a project which will help me with my understanding of electronics, networking, and programming.  I decided to build an online thermometer which could be used in applications that need temperature monitoring.  I currently work in a lab environment where I test, troubleshoot, and calibrate equipment which is installed in nuclear power plants …

Arduino Online Thermometer Project Read More »

Arduino Talking Breathalyzer

The Talking Breathalyzer using an Arduino

*** Additional info at http://droidalyzer.com/talkingbreathalyzer/index.html *** A customizable Breathalyzer that talks and tells you how much you’ve had to drink. It’s also open source and can easily be modified with your own text on the LCD screen and audio MP3 files. When tethered to a PC with a USB cable, it has additional features including character animations, …

The Talking Breathalyzer using an Arduino Read More »

Arduino Cannot get ECG readings from heart

Arduino – Cannot get ECG readings from heart, but I do when I poke at the leads

down vote favorite I have a minor issue with my ECG. When I poke at the leads, I get a reading. But when I hold the leads or place it near my heart, I don’t get anything. I’m pretty sure this is hardware related, but I don’t want to completely rule out a potential software problem. …

Arduino – Cannot get ECG readings from heart, but I do when I poke at the leads Read More »

microcontroller

Dented Joystick Using Arduino

Goals:  The project goals are:            Adjustable number of detents Adjustable foce threshold Software controlled damping Implementation: A brief overview: The team’s design utilizes several components: Arduino Leonardo Firgelli L16-50-35-12-P actuators (2x) FSRs (4x) TI L293D H bridge MSU Eagle custom PCB print The Arduino microcontroller is the heart of the team’s project. This microcontroller …

Dented Joystick Using Arduino Read More »

Open source EEG

Open source EEG/ECG/EMG using Arduino

Introduction Electrodes on the skin can be used to measure muscle (electromyography, EMG) brain (electroencephalography, EEG) and heart (electrocardiogram, ECG/EKG) activity. These electrophysiological measures are popular for clinical, research and hobbyist applications (such as brain computer interfaces). Most commercial systems are “medical grade” – these expensive systems offer high precision (16-24 bits), participant electrical isolation …

Open source EEG/ECG/EMG using Arduino Read More »

Arduino based Heart rate monitoring over internet

Heart Beat Monitoring over Internet using Arduino and ThingSpeak

In this project we are going to make a Heart Beat Detection and Monitoring System using Arduino that will detect the heart beat using the Pulse Sensor and will show the readings in BPM (Beats Per Minute) on the LCD connected to it. It will also send the readings to ThingSpeak server using the Wi-Fi module ESP8266, …

Heart Beat Monitoring over Internet using Arduino and ThingSpeak Read More »

Arduino Heart Beat Counter

Arduino Based Heartbeat Monitor

Heart rate, body temperature and blood pressure monitoring are very important parameters of human body. Doctors use various kind of medical apparatus like thermometer for checking fever or body temperature, BP monitor for blood pressure measurement and heart rate monitor for heart rate measurement. In this project, we have built an Arduino based heartbeat monitor which counts …

Arduino Based Heartbeat Monitor Read More »