-
Hand EKG heart beat detection
05/25/2021 at 00:34 • 0 commentsThis is a demo of heartbeat detection from hand EKG with the help of BioAmp EXG Pill, Arduino Nano, and HeartBeatDetection.ino code.
-
Chest ECG heart beat detection
05/25/2021 at 00:31 • 0 commentsThis is a demo of heartbeat detection from chest ECG with the help of BioAmp EXG Pill, Arduino Nano, and HeartBeatDetection.ino code.
-
Servo control
05/23/2021 at 21:26 • 0 commentsArduino sketch for controlling a servo motor with EMG has been added.
-
LED Bar graph
05/23/2021 at 06:43 • 0 commentsArduino sketch to show EMG potential on an LED Bar graph has been added.
-
EMG Envelop detection
05/16/2021 at 00:50 • 0 commentsAn envelope detector is a sophisticated algorithm that takes a (relatively) high-frequency amplitude modulated signal as input and provides an output, which is the demodulated envelope of the original signal. To use the EMG signal sampled by the ADC in a useful manner we need to detect an envelope of the signal recorded. A standalone Arduino code EMGEnvelop.ino has been added to the EXG repository which can be used for things like an LED bar graph of EMG potential and Servo control.
-
EMG Filter Arduino code
05/13/2021 at 04:45 • 0 commentsA development-board independent EMG Filter Arduino code has been added to the BioAmp EXG Pill Github repository. The frequency response plot of the band-pass filter implemented and image of recorded EMG is attached below.
-
ECG Filter Arduino code
05/02/2021 at 11:10 • 0 commentsA development-board independent ECG Filter Arduino code has been added to the BioAmp EXG Pill Github repository. The frequency response plot of the band-pass filter implemented and image of recorded ECG is attached below.
-
Fixed Sampling Arduino program
05/01/2021 at 13:02 • 0 commentsDifferent BioPotential signals (ECG, EMG, EOG, and EEG) contain information in different frequency bands and require a minimum sampling rate to not lose any valuable data.
FixedSampling Arduino code allows you to set a fixed sampling rate for your Arduino-compatible board's ADC input. Fixed sampling also helps in applying digital filters onto the signal recorded as you are required to have a fixed sampling rate for that.
-
ECG, EMG, and EOG
04/14/2021 at 22:13 • 0 comments -
EOG visualization
04/14/2021 at 22:12 • 0 comments