Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.08 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.08 KB

Eye-BioAmp-Firmware

Firmware for Eye BioAmp hardware from Upside Down Labs

No. Program Description
1 FixedSampling Sample from ADC at a fixed rate for easy processing of signal.
2 EOGFilter A 0.5 - 19.5 Hz band-pass filter for clean Electrooculography.
3 DrowsinessDetection Drowsiness detection using eye blink detection.
4 EOGPhotoCaptureBLE EOG based photo clicking machine using ESP32 BLE.
5 EyeBlinkDetection EOG based eye blink detection.
6 EOGDinoGame Controlling chrome dino game using eye blinks.
7 EOGServoControl Controlling 3D printed servo claw using eye blinks.

Examples

  1. EOG Filter

    A band-pass filter for EOG signals between 0.5 Hz and 19.5 Hz

  2. Eye Blink Detection

    Eye Blink Detection using EOG signals.