Skip to content

Commit ca67eda

Browse files
authored
Merge pull request #70 from harshitmishra13/main
Updated Brain BioAmp Arduino Firmware and Heart BioAmp Arduino Firmware Documentation
2 parents 59ae7bd + cf951a6 commit ca67eda

File tree

7 files changed

+898
-24
lines changed

7 files changed

+898
-24
lines changed

software/bioamp/brain-bioamp-arduino-firmware/index.rst

Lines changed: 452 additions & 1 deletion
Large diffs are not rendered by default.
183 KB
Loading

software/bioamp/eye-bioamp-arduino-firmware/index.rst

Lines changed: 18 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Eye (EOG) BioAmp Arduino Firmware
44
#####################################
55

66
What is Electrooculography (EOG)?
7-
==================================
7+
**************************************
88

99
Electrooculography (EOG) `[1] <https://eyewiki.org/Electrooculogram>`_ is a technique for measuring the corneo-retinal standing potential that exists between the front and the back of the human eye. The resulting signal is called the electrooculogram.
1010
Primary applications are in ophthalmological diagnosis and in recording eye movements. To measure eye movement, pairs of electrodes are typically placed either above and below the eye or to the left and right of the eye.
@@ -16,18 +16,20 @@ Assuming that the resting potential is constant, the recorded potential is a mea
1616

1717
To know more about EOG `visit here <https://en.wikipedia.org/wiki/Electrooculography>`_.
1818

19-
**Who is this for?**
19+
Who is this for?
20+
====================
2021

21-
Anyone who's using the BioAmp Hardware for the very first time — whether you're a student, hobbyist, educator, or just curious. No experience needed!
22+
Anyone who's using the BioAmp Hardware for the very first time — whether you're a student, hobbyist, educator or just curious. No experience needed!
2223

2324
👉 To learn about our BioAmp Hardware checkout :ref:`the hardware page <upsidedownlabs_hardware_home>`.
2425

2526
Step-by-Step Setup Guide
26-
===========================
27+
***************************
2728

2829
With the hardware in your hands, you're just a few steps away from unlocking its full potential — let's get the software set up!
2930

30-
**Step 1: Downloading GitHub Repository for Hardware**
31+
Step 1: Downloading GitHub Repository for hardware
32+
======================================================
3133

3234
- This is the code your Arduino needs to read Eye (EOG) signals.
3335
- You have two easy ways to get the code that will help you read your EOG signals:
@@ -48,7 +50,8 @@ With the hardware in your hands, you're just a few steps away from unlocking its
4850
4951
git clone https://github.com/upsidedownlabs/Eye-BioAmp-Arduino-Firmware
5052
51-
**Step 2: Application Required**
53+
Step 2: Application Required
54+
===============================
5255

5356
Before you start using the kit, please download or open the following:
5457

@@ -64,7 +67,8 @@ Before you start using the kit, please download or open the following:
6467

6568
.. _Connect Your Hardware:
6669

67-
**Step 3: Connect Your Hardware**
70+
Step 3: Connect Your Hardware
71+
================================
6872

6973
1. Plug the Hardware into your Arduino UNO using jumper wires.
7074
2. Follow the exact wiring diagram from the :ref:`hardware documentation <upsidedownlabs_hardware_home>` of the hardware you are using.
@@ -74,7 +78,8 @@ Before you start using the kit, please download or open the following:
7478

7579
It’s just like putting together a puzzle!
7680

77-
**Step 4: Prepare the Electrodes**
81+
Step 4: Skin Preparation and Electrodes Placement
82+
====================================================
7883

7984
- **Using Gel Electrodes:**
8085

@@ -109,7 +114,8 @@ It’s just like putting together a puzzle!
109114

110115
.. _How to upload the Code to Arduino:
111116

112-
**Step 5: How to upload the Code to Arduino**
117+
Step 5: How to upload the Code to Arduino
118+
===========================================
113119

114120
1. Open the folder you downloaded: **Eye-BioAmp-Arduino-Firmware**
115121
2. Inside that, you’ll find several subfolders.
@@ -163,7 +169,8 @@ It’s just like putting together a puzzle!
163169

164170
.. _Visualize Your Eye Signals!:
165171

166-
**Step 6: Visualize Your Eye Signals!**
172+
Step 6: Visualize Your Eye Signals!
173+
======================================
167174

168175
1. Open this website: `Chords Web <https://chords.upsidedownlabs.tech>`_
169176
2. Click: Visualize Now → then choose Serial Wizard.
@@ -180,7 +187,7 @@ It’s just like putting together a puzzle!
180187
.. _experiments step by step:
181188

182189
Let's explore all the experiments step by step
183-
===============================================
190+
***********************************************
184191
.. Experiment 1
185192
186193
.. dropdown:: 1. Fixed Sampling

0 commit comments

Comments
 (0)