Skip to content

Commit

Permalink
Merge pull request upsidedownlabs#32 from bhawnasehgal/main
Browse files Browse the repository at this point in the history
Add Kits section & sub content
  • Loading branch information
lorforlinux authored Apr 12, 2024
2 parents 0a36341 + a162317 commit 44f61d4
Show file tree
Hide file tree
Showing 17 changed files with 102 additions and 1 deletion.
2 changes: 1 addition & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
"name": "GeM India",
}
],
"header_links_before_dropdown": 3,
"header_links_before_dropdown": 4,
"show_prev_next": True,
"icon_links": [
{
Expand Down
7 changes: 7 additions & 0 deletions index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,3 +126,10 @@ Lorem ipsum dolor sit amet, consectetur adipiscing elit, sed do eiusmod tempor i
:caption: Experiments

experiments/index

.. toctree::
:hidden:
:maxdepth: 1
:caption: Kits

kits/index
82 changes: 82 additions & 0 deletions kits/bioamp/diy-neuroscience-kit-basic/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
.. _diy-neuroscience-kit-basic:

DIY Neuroscience Kit Basic
############################

This kit is perfect for ``students``, ``researchers`` and ``hobbyists`` alike who want to start exploring neuroscience.
Whether it's studying brain waves, monitoring heart rhythms, analyzing muscle movements, or tracking eye movements,
this DIY kit provides an accessible and educational platform for understanding the complexities of human physiology and
developing practical applications in the fields of human-computer interaction, and beyond.

.. figure:: media/diy-neuroscience-kit-basic.*
:align: center

Contents of the kit
********************

From development board (Maker UNO), BioAmp EXG Pill, BioAmp cable, jumper cables, gel electrodes, BioAmp bands to
skin preparation kit, this includes everything that you need to get started with your awesome HCI/BCI project.

.. figure:: media/kit-contents.*
:align: center

.. youtube:: 7O9Bw8y5fQs
:width: 100%
:align: center

Using the kit
**************

.. grid:: 1 1 1 1
:margin: 2 2 0 0
:gutter: 2

.. grid-item::

.. card::

**Step 1 (optional): Configure for EMG/ECG**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. figure:: media/configuration.*
:width: 400

BioAmp EXG Pill is by default configured for recording EEG or EOG, so if you are recording any of the two signals
you can skip this step. But if you want to record good quality ECG or EMG, then it is recommended to configure it
by making a solder joint as shown in the image above.

.. note:: Even without making the solder joint the BioAmp EXG Pill is capable of recording ECG or EMG as well but the signals would be more accurate if you configure it.

.. card::

**Step 2 (optional): Configure to operate at 3.3V**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. figure:: media/configuration-3v.*
:width: 400
:align: center

It is by default compatible with 5V but you can make it compatible with 3.3V as well using a voltage divider.

.. card::

**Step 3: Connect Maker UNO**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. figure:: media/connection-with-maker-uno.*
:width: 400

Connect VCC to 5V, GND to GND, and OUT to Analog (ADC) IN of your Maker UNO via jumper cables provided by us.

.. warning:: Take precautions while connecting to power, if power pins (GND & VCC) are to be swapped, your BioAmp EXG Pill will be fried and it’ll become unusable (DIE).

.. card::

**Step 4: Connecting electrode cable**
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

.. figure:: media/bioamp-cable.*
:width: 400

Connect the BioAmp Cable to BioAmp EXG Pill by inserting the cable end in the JST PH connector. We have different variants of the BioAmp Cable so don't go with the
color coding and focus on the REF, IN+ and IN- written on the BioAmp EXG Pill.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions kits/index.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
.. _upsidedownlabs-kits:

Kits
######################

.. toctree::
:hidden:
:maxdepth: 1
:caption: Kits

bioamp/diy-neuroscience-kit-basic/index
bioamp/diy-neuroscience-kit-pro/index

0 comments on commit 44f61d4

Please sign in to comment.