Skip to content

Commit

Permalink
Add todo & fix build warnings
Browse files Browse the repository at this point in the history
  • Loading branch information
Deepak Khatri committed Apr 19, 2024
1 parent e286254 commit 862ed54
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
4 changes: 3 additions & 1 deletion conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,11 @@
extensions = [
"sphinx_design",
"sphinxcontrib.youtube",
"sphinx_copybutton"
"sphinx_copybutton",
"sphinx.ext.todo",
]

todo_include_todos = False
templates_path = ['_templates']
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', 'env', ".venv"]

Expand Down
14 changes: 7 additions & 7 deletions hardware/bioamp/muscle-bioamp-patchy/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ Images below shows a quick overview of the hardware design.
Contents of the kit
********************

.. image:: media/kit-contents.*
.. todo:: Add image here

Software requirements
**********************
Expand All @@ -94,14 +94,14 @@ likhdenge
Step 1: Connect reference cable
=================================

.. image::
.. todo:: Add image here

Connect the reference cable to the Muscle BioAmp Patchy as shown in the diagram.

Step 2: Connecting Muscle BioAmp Patchy to Gel Electrodes
============================================================

.. image::
.. todo:: Add image here

Connect the Muscle BioAmp Patchy to gel electrodes (Don't peel the plastic backing from the electrodes at this moment).

Expand All @@ -115,7 +115,7 @@ For more information, please check out detailed step by step :ref:`skin-preparat
Step 4: Electrode Placements
==============================

.. image::
.. todo:: Add image here

Now peel off the plastic backing from the gel electrodes and place the Muscle BioAmp Patchy on the targeted muscle and the reference on the bony part of your elbow as shown in the diagram.

Expand All @@ -124,7 +124,7 @@ Now peel off the plastic backing from the gel electrodes and place the Muscle Bi
Step 5: Connect Arduino UNO R3
=================================

.. image::
.. todo:: Add image here

Connect VCC to 5V, GND to GND, and OUT to Analog pin A0 of your Arduino UNO via jumper cables provided by us. If you are connecting OUT to any other analog pin, then you will have to change the INPUT PIN in the arduino sketch accordingly.

Expand All @@ -133,7 +133,7 @@ Connect VCC to 5V, GND to GND, and OUT to Analog pin A0 of your Arduino UNO via
Step 6: Upload the code
===============================================

.. image::
.. todo:: Add image here

Connect your Arduino UNO to your laptop using the USB cable (Type A to Type B). Copy paste any one of the arduino sketches given below in Arduino IDE v1.8.19 that you downloaded earlier:

Expand All @@ -156,7 +156,7 @@ Step 7: Visualizing the EMG signals

Now flex your arm to visualize the muscle signals in real time on your laptop.

.. image::
.. todo:: Add image here

**Video tutorial:**

Expand Down

0 comments on commit 862ed54

Please sign in to comment.