diff --git a/conf.py b/conf.py index a7f244ba..392c93ab 100644 --- a/conf.py +++ b/conf.py @@ -20,7 +20,7 @@ # PDF path exploration MAX_DEPTH = 2 -walk_dirpaths = ['hardware/bioamp'] +walk_dirpaths = ['hardware','kits'] pdf_paths = [] for walk_dirpath in walk_dirpaths: for (dirpath, dirnames, filenames) in os.walk(walk_dirpath, topdown=True): diff --git a/kits/bioamp/diy-neuroscience-kit-basic/index.rst b/kits/bioamp/diy-neuroscience-kit-basic/index.rst deleted file mode 100644 index 6892515b..00000000 --- a/kits/bioamp/diy-neuroscience-kit-basic/index.rst +++ /dev/null @@ -1,82 +0,0 @@ -.. _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. diff --git a/kits/diy-neuroscience/basic/index.rst b/kits/diy-neuroscience/basic/index.rst new file mode 100644 index 00000000..c80c8ef6 --- /dev/null +++ b/kits/diy-neuroscience/basic/index.rst @@ -0,0 +1,285 @@ +.. _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, +dry electrode-based 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 + +.. note:: Before you start using the kit, please download `Arduino IDE v1.8.19 (legacy IDE) `_. Using this you'll be able to upload the arduino sketches in Maker UNO and visualise the data on your laptop. + + .. figure:: media/arduino-ide.* + +Using the kit +************** + +This kit is made in a way so that even beginners can use it and get strated with recording biootential signals from their body to explore the field of neuroscience by making HCI/BCI projects. + +Step 1 (optional): Configure for EMG/ECG +========================================= + +.. image:: media/configuration-emg-ecg.* + +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. + +Step 2 (optional): Configure to operate at 3.3V +================================================ + +.. image:: media/configuration-3v.* + :align: center + +BioAmp EXG Pill is by default compatible with 5V but you can make it compatible with 3.3V as well using a voltage divider as shown above. + +Step 3: Connect Maker UNO +========================== + +.. image:: media/connection-with-maker-uno.* + +Connect VCC to 5V, GND to GND, and OUT to Analog pin A0 of your Maker 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. + +.. 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). + +Step 4: Connecting electrode cable +=============================================== + +.. image:: media/bioamp-cable.* + +Connect the BioAmp cable to BioAmp EXG Pill by inserting the cable end in the JST PH connector as shown above. + +Step 5: Skin Preparation +=============================================== + + +Step 6: Measuring EMG (ElectroMyoGraphy) +=============================================== + +We have 2 options to measure the EMG signals, either using the gel electrodes or using dry electrode based Muscle BioAmp band. You can try both of them one by one. + +- **Using gel electrodes:** + +1. Connect the BioAmp cable to gel electrodes, +2. Peel the plastic backing from electrodes +3. Place the IN+ and IN- cables on the arm near the ulnar nerve & REF (reference) at the back of your hand as shown in the connection diagram. + +.. image:: media/emg.* + +- **Using Muscle BioAmp Band:** + +1. Connect the BioAmp cable to Muscle BioAmp Band in a way such that IN+ and IN- are placed on the arm near the ulnar nerve & REF (reference) on the far side of the band. +2. Now put a small drop of electrode gel between the skin and metallic part of BioAmp cable to get the best results. + + **Tutorial on how to use the band:** + +.. youtube:: xYZdw0aesa0 + :align: center + :width: 100% + +.. note:: In this demonstration we are recording EMG signals from the ulnar nerve, but you can record EMG from other areas as well (biceps, triceps, legs, jaw etc) as per your project requirements. Just make sure to place the IN+, IN- electrodes on the targeted muscle and REF on a bony part. + +**Uploading the code:** + +Connect the Maker 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: + +EMG Filter: https://github.com/upsidedownlabs/Muscle-BioAmp-Arduino-Firmware/blob/main/2_EMGFilter/2_EMGFilter.ino + +EMG Envelope: https://github.com/upsidedownlabs/Muscle-BioAmp-Arduino-Firmware/blob/main/3_EMGEnvelope/3_EMGEnvelope.ino + +Go to tools from the menu bar, select "board" option then select Arduino UNO. In the same menu, +select the COM port on which your Maker Uno is connected. To find out the right COM port, +disconnect your Maker UNO board and reopen the menu. The entry that disappears should be the +right COM port. Now upload the code, & open the serial plotter from the tools menu to visualize +the EMG signals. + +After opening the serial plotter make sure to select the baud rate to 115200. + +.. warning:: Make sure your laptop is not connected to a charger and sit 5m away from any AC appliances for best signal acquisition. + +**Visualizing the EMG signals** + +Now flex your arm to visualize the muscle signals in real time on your laptop. + +.. image:: media/EMGEnvelop.* + +Step 7: Measuring ECG (ElectroCardioGraphy) +=============================================== + +We have 2 options to measure the ECG signals, either using the gel electrodes or using dry electrode based Heart BioAmp band. You can try both of them one by one. + +- **Using gel electrodes:** + +1. Connect the BioAmp cable to gel electrodes +2. Peel the plastic backing from electrodes +3. Place the IN- cable on the left side, IN+ in the middle and REF (reference) on the far right side as shown above. + +.. image:: media/ecg-lead1.* + +- **Using Heart BioAmp Band:** + +1. Wear the band as depicted in the video tutorial given below +2. Place the IN- cable on the left side, IN+ in the middle and REF (reference) on the far right side. +3. Now put a small drop of electrode gel between the skin and metallic part of BioAmp cable to get the best results. + +**Tutorial on how to use the band:** + +.. youtube:: fr5iORsVyUM + :align: center + :width: 100% + +**Uploading the code:** + +Connect the Maker Uno to your laptop using the USB cable (Type A to Type B). Copy paste the Arduino Sketch given below in Arduino IDE v1.8.19 that you downloaded earlier: + +ECG Filter: https://github.com/upsidedownlabs/Heart-BioAmp-Arduino-Firmware/blob/main/2_ECGFilter/2_ECGFilter.ino + +Go to tools from the menu bar, select "board" option then select Arduino UNO. In the same menu, +select the COM port on which your Maker Uno is connected. To find out the right COM port, +disconnect your Maker UNO board and reopen the menu. The entry that disappears should be the +right COM port. Now upload the code, & open the serial plotter from the tools menu to visualize +the signals. + +After opening the serial plotter make sure to select the baud rate to 115200. + +.. warning:: Make sure your laptop is not connected to a charger and sit 5m away from any AC appliances for best signal acquisition. + +**Visualizing the ECG signals** + +.. image:: media/bioamp-Exg-Pill-ECG.* + +Step 8: Measuring EOG (ElectroOculoGraphy) +=============================================== + +We have 2 ways to measure the EOG signals, either record the horizontal eye movement or the vertical eye movement. + +- **Horizontal EOG recording:** + +.. image:: media/eog-horizontal.* + +1. Connect the BioAmp cable to gel electrodes. +2. Peel the plastic backing from electrodes. +3. Place the IN- cable on the right side of the eye, IN+ on the left side of the eye and REF (reference) at the bony part, on the back side of your earlobe as shown in the diagram above. + +- **Vertical EOG recording:** + +.. image:: media/eog-vertical.* + +1. Connect the BioAmp cable to gel electrodes. +2. Peel the plastic backing from electrodes. +3. Place the IN- & IN+ cables above and below the eye respectively and REF (reference) at the bony part, on the back side of your earlobe as shown in the diagram above. + +**Uploading the code** + +Connect the Maker Uno to your laptop using the USB cable (Type A to Type B). Copy paste the Arduino Sketch given below in Arduino IDE v1.8.19 that you downloaded earlier: + +EOG Filter: https://github.com/upsidedownlabs/Eye-BioAmp-Arduino-Firmware/blob/main/2_EOGFilter/2_EOGFilter.ino + +Go to tools from the menu bar, select "board" option then select Arduino UNO. In the same menu, +select the COM port on which your Maker Uno is connected. To find out the right COM port, +disconnect your Maker UNO board and reopen the menu. The entry that disappears should be the +right COM port. Now upload the code, & open the serial plotter from the tools menu to visualize +the signals. + +After opening the serial plotter make sure to select the baud rate to 115200. + +.. warning:: Make sure your laptop is not connected to a charger and sit 5m away from any AC appliances for best signal acquisition. + +**Visualizing the EOG signals** + +.. image:: media/bioamp-exg-pill-eog.* + +Step 9: Measuring EEG (ElectroEncephaloGraphy) +=============================================== + +Let's understand the electrode placements before moving forward in this project. For recording EEG from +different parts of the brain, you have to place the electrodes according to the `International 10-20 system for recording EEG `_. + +.. image:: media/10-20-system.* + +We have 2 options to measure the EEG signals, either using the gel electrodes or using dry electrode based Brain BioAmp band. You can try both of them one by one. + +- **Using gel electrodes to record from prefrontal cortex part of brain:** + +.. image:: media/eeg.* + +1. Connect the BioAmp cable to gel electrodes. +2. Peel the plastic backing from electrodes. +3. Place the IN+ and IN- cables on Fp1 and Fp2 as per the International 10-20 system & REF (reference) at the bony part, on the back side of your earlobe as shown above. + +- **Using Brain BioAmp Band to record from prefrontal cortex part of brain:** + +1. Connect the BioAmp cable to Brain BioAmp Band in a way such that IN+ and IN- are placed on Fp1 and Fp2 as per the International 10-20 system. +2. In this case, the REF (reference) should be connected using gel electrode. So connect the reference of BioAmp cable to the gel electrode, peel the plastic backing and place it at the bony part, on the back side of your earlobe. +3. Now put a small drop of electrode gel on the dry electrodes (IN+ and IN-) between the skin and metallic part of BioAmp cable to get the best results. + +.. note:: Similarly you can use the band to record EEG signals from the visual cortex part of brain by placing the dry electrodes on O1 and O2 instead of Fp1 and Fp2. Everything else will remain the same. + +**Tutorial on how to use the band:** + +.. youtube:: O6qp7teT-sM + :align: center + :width: 100% + +**Uploading the code** + +Connect the Maker Uno to your laptop using the USB cable (Type A to Type B). Copy paste the Arduino Sketch given below in Arduino IDE v1.8.19 that you downloaded earlier: + +`Spike recorder arduino code `_ + +Go to tools from the menu bar, select "board" option then select Arduino UNO. In the same menu, +select the COM port on which your Maker Uno is connected. To find out the right COM port, +disconnect your Maker UNO board and reopen the menu. The entry that disappears should be the +right COM port. Now upload the code. + +.. warning:: Make sure your laptop is not connected to a charger and sit 5m away from any AC appliances for best signal acquisition. + +**Visualizing the EEG signals** + +Download Backyard Brains' Spike Recorder according to the operating system you are using (Windows, OSX, Linux) from this `link `_. + +When the Spike Recorder starts, it will start recording from your microphone. To change that, go to the settings by clicking +the first icon on the top left corner of the screen, select the COM port on which the Maker UNO is connected and click on connect. + +.. figure:: media/spike-recorder-configurations.* + +Mute the speakers and apply the 50Hz notch filter by clicking on the checkbox as shown in the screenshot above. You should +set the low band pass filter to 1Hz and high bandpass filter to 40Hz as we are only recording the EEG singnals which range between +these frequencies. + +Now everything is configured and connected. So close the settings window and start recording EEG signals. + +.. figure:: media/bioamp-exg-pill-eeg.* + +The signals that you can see on the screen right now are originating from prefrontal cortex part of your brain and propagating through all the layers to the surface of your skin. + +To record these EEG signals, you have placed the electrodes on the forehead (Fp1 & Fp2), then BioAmp EXG Pill is amplifying those signals so that we can detect it and finally sending it to the ADC (Analog to Digital Convertor) of your Arduino Uno. Ultimately the signals are being visualized in Spike Recorder software. + +We hope everything is clear now and you understand how the signals are propagating from your brain to the screen of the laptop. + +Features of Spike Recorder that you can explore: + +- Increase or decrease the scale of the Y axis by clicking on the + and - icons respecitively that is present on the left side of the graph. +- Increase or decrease the X axis timescale by sliding up and down on the scroll wheel of the mouse. +- Visualize the FFT graph by clicking on the FFT icon on top left size of the screen. +- Record the data in .wav format by clicking the record icon on the top right corner. You can convert this data in any other format according to your project requirements. +- Listen to the signals by clicking the volume icon on the top right corner. No don't smile right now, that's how your brain sounds like :P \ No newline at end of file diff --git a/kits/diy-neuroscience/basic/media/10-20-system.png b/kits/diy-neuroscience/basic/media/10-20-system.png new file mode 100644 index 00000000..e1b0ca7e Binary files /dev/null and b/kits/diy-neuroscience/basic/media/10-20-system.png differ diff --git a/kits/diy-neuroscience/basic/media/EMGEnvelop.jpg b/kits/diy-neuroscience/basic/media/EMGEnvelop.jpg new file mode 100644 index 00000000..1b54729a Binary files /dev/null and b/kits/diy-neuroscience/basic/media/EMGEnvelop.jpg differ diff --git a/kits/diy-neuroscience/basic/media/arduino-ide.png b/kits/diy-neuroscience/basic/media/arduino-ide.png new file mode 100644 index 00000000..e4ca09cd Binary files /dev/null and b/kits/diy-neuroscience/basic/media/arduino-ide.png differ diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/basic-circuit.png b/kits/diy-neuroscience/basic/media/basic-circuit.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/basic-circuit.png rename to kits/diy-neuroscience/basic/media/basic-circuit.png diff --git a/kits/diy-neuroscience/basic/media/bioamp-Exg-Pill-ECG.jpg b/kits/diy-neuroscience/basic/media/bioamp-Exg-Pill-ECG.jpg new file mode 100644 index 00000000..5ef901cd Binary files /dev/null and b/kits/diy-neuroscience/basic/media/bioamp-Exg-Pill-ECG.jpg differ diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/bioamp-cable.png b/kits/diy-neuroscience/basic/media/bioamp-cable.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/bioamp-cable.png rename to kits/diy-neuroscience/basic/media/bioamp-cable.png diff --git a/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eeg.png b/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eeg.png new file mode 100644 index 00000000..8cacddf7 Binary files /dev/null and b/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eeg.png differ diff --git a/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eog.jpg b/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eog.jpg new file mode 100644 index 00000000..f819fe96 Binary files /dev/null and b/kits/diy-neuroscience/basic/media/bioamp-exg-pill-eog.jpg differ diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/configuration-3v.jpg b/kits/diy-neuroscience/basic/media/configuration-3v.jpg similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/configuration-3v.jpg rename to kits/diy-neuroscience/basic/media/configuration-3v.jpg diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/configuration.png b/kits/diy-neuroscience/basic/media/configuration-emg-ecg.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/configuration.png rename to kits/diy-neuroscience/basic/media/configuration-emg-ecg.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/connection-with-maker-uno.png b/kits/diy-neuroscience/basic/media/connection-with-maker-uno.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/connection-with-maker-uno.png rename to kits/diy-neuroscience/basic/media/connection-with-maker-uno.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/diy-neuroscience-kit-basic.png b/kits/diy-neuroscience/basic/media/diy-neuroscience-kit-basic.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/diy-neuroscience-kit-basic.png rename to kits/diy-neuroscience/basic/media/diy-neuroscience-kit-basic.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/ecg-lead1.png b/kits/diy-neuroscience/basic/media/ecg-lead1.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/ecg-lead1.png rename to kits/diy-neuroscience/basic/media/ecg-lead1.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/eeg.png b/kits/diy-neuroscience/basic/media/eeg.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/eeg.png rename to kits/diy-neuroscience/basic/media/eeg.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/emg.png b/kits/diy-neuroscience/basic/media/emg.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/emg.png rename to kits/diy-neuroscience/basic/media/emg.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/eog-vertical (2).png b/kits/diy-neuroscience/basic/media/eog-horizontal.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/eog-vertical (2).png rename to kits/diy-neuroscience/basic/media/eog-horizontal.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/eog-vertical.png b/kits/diy-neuroscience/basic/media/eog-vertical.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/eog-vertical.png rename to kits/diy-neuroscience/basic/media/eog-vertical.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/hand-ekg.png b/kits/diy-neuroscience/basic/media/hand-ekg.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/hand-ekg.png rename to kits/diy-neuroscience/basic/media/hand-ekg.png diff --git a/kits/bioamp/diy-neuroscience-kit-basic/media/kit-contents.png b/kits/diy-neuroscience/basic/media/kit-contents.png similarity index 100% rename from kits/bioamp/diy-neuroscience-kit-basic/media/kit-contents.png rename to kits/diy-neuroscience/basic/media/kit-contents.png diff --git a/kits/diy-neuroscience/basic/media/spike-recorder-configurations.jpg b/kits/diy-neuroscience/basic/media/spike-recorder-configurations.jpg new file mode 100644 index 00000000..5fd12f01 Binary files /dev/null and b/kits/diy-neuroscience/basic/media/spike-recorder-configurations.jpg differ diff --git a/kits/diy-neuroscience/pro/index.rst b/kits/diy-neuroscience/pro/index.rst new file mode 100644 index 00000000..602f65a8 --- /dev/null +++ b/kits/diy-neuroscience/pro/index.rst @@ -0,0 +1,30 @@ +.. _diy-neuroscience-kit-pro: + +DIY Neuroscience Kit Pro +######################### + +The advanced DIY Neuroscience kit with Muscle BioAmp Shield - an EMG Shield for Arduino UNO! +The shield offers multiple plug-and-play options, and additional data acquisition while the BioAmp EXG Pill +enhances versatility by enabling the measurement of various biopotential signals, including EEG (brain), EOG (eyes), +EMG (muscles), and ECG (heart). Embark on a journey of discovery, as you build exciting projects, develop HCI/BCI +applications, and gain valuable insights. + +.. figure:: media/diy-neuroscience-kit-pro.* + :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-content.* + :align: center + +.. youtube:: Sn389Q7Izy4 + :width: 100% + :align: center + +Using the kit +************** + diff --git a/kits/diy-neuroscience/pro/media/diy-neuroscience-kit-pro.png b/kits/diy-neuroscience/pro/media/diy-neuroscience-kit-pro.png new file mode 100644 index 00000000..94b6c675 Binary files /dev/null and b/kits/diy-neuroscience/pro/media/diy-neuroscience-kit-pro.png differ diff --git a/kits/diy-neuroscience/pro/media/kit-content.png b/kits/diy-neuroscience/pro/media/kit-content.png new file mode 100644 index 00000000..b34972f3 Binary files /dev/null and b/kits/diy-neuroscience/pro/media/kit-content.png differ diff --git a/kits/index.rst b/kits/index.rst index 0f093049..ce633ff1 100644 --- a/kits/index.rst +++ b/kits/index.rst @@ -6,7 +6,6 @@ Kits .. toctree:: :hidden: :maxdepth: 1 - :caption: Kits - bioamp/diy-neuroscience-kit-basic/index - bioamp/diy-neuroscience-kit-pro/index \ No newline at end of file + diy-neuroscience/basic/index + diy-neuroscience/pro/index \ No newline at end of file