diff --git a/guides/contribute/index.rst b/guides/contribute/index.rst
new file mode 100644
index 00000000..327731c7
--- /dev/null
+++ b/guides/contribute/index.rst
@@ -0,0 +1,110 @@
+.. _upsidedownlabs_contribute:
+
+Contribute to Documentation
+#############################
+
+This guide outlines the process for contributing to our documentation.
+
+Prerequisites
+=============
+
+- .. raw:: html
+
+ Python
+- .. raw:: html
+
+ Git
+
+Setup Steps
+==================
+
+1. Clone the repository:
+
+ .. code-block:: bash
+
+ git clone https://github.com/upsidedownlabs/upsidedownlabs.github.io.git
+
+
+2. Navigate to the cloned directory:
+
+ .. code-block:: bash
+
+ cd upsidedownlabs.github.io
+
+3. Creating virtual environment
+
+ - Windows:
+
+ .. code-block:: bash
+
+ py -m venv myenv
+ myenv\Scripts\activate
+
+ - Linux:
+
+ .. code-block:: bash
+
+ python3 -m venv myenv
+ source myenv/bin/activate
+
+4. Install dependencies:
+
+ .. code-block:: bash
+
+ pip install -r requirements.txt
+
+
+
+
+For Windiows
+======================
+
+1. Install Python from the official website if not already installed.
+2. Build the documentation:
+
+ .. code-block:: bash
+
+ sphinx-autobuild
+ .. warning::
+ The source directory and output directory must be different.
+
+ Example:
+
+ .. code-block:: bash
+
+ sphinx-autobuild . ../build/html
+
+
+
+.. note::
+
+ Run this command if recent updates are not visible, this will clean the cache memory and rebuild the documentation.
+
+ .. code-block:: bash
+
+ .\make.bat clean
+
+Linux-Specific Steps
+====================
+
+1. Ensure Python is installed.
+2. Build the documentation:
+
+ .. code-block:: bash
+
+ make livehtml
+
+Making Changes
+==============
+
+1. Locate the relevant ``.rst`` files in the repository.
+2. Make your desired edits.
+3. Save the files to see live changes on your local server.
+
+.. note::
+
+ Run this command if recent updates are not visible, this will clean the cache memory and rebuild the documentation.
+
+ .. code-block:: bash
+
+ make clean
diff --git a/guides/index.rst b/guides/index.rst
index 615ea961..c47dcc87 100644
--- a/guides/index.rst
+++ b/guides/index.rst
@@ -29,7 +29,15 @@ In this section, you'll find easy-to-follow guides that will help you while usin
.. toctree::
:hidden:
:maxdepth: 1
+ :caption: Hardware Guides
usage-guides/skin-preparation/index
usage-guides/using-bioamp-bands/index
- usage-guides/using-gel-electrodes/index
\ No newline at end of file
+ usage-guides/using-gel-electrodes/index
+
+.. toctree::
+ :hidden:
+ :maxdepth: 1
+ :caption: Contribution Guide
+
+ contribute/index
\ No newline at end of file
diff --git a/requirements.txt b/requirements.txt
index 1946d97f..d596a4a1 100644
Binary files a/requirements.txt and b/requirements.txt differ
diff --git a/software/bioamp-visualizer/index.rst b/software/bioamp-visualizer/index.rst
new file mode 100644
index 00000000..442bc595
--- /dev/null
+++ b/software/bioamp-visualizer/index.rst
@@ -0,0 +1,119 @@
+.. _bioamp-visualizer:
+
+Getting Started
+###################
+
+Overview
+********
+
+The `BioAmp Visualizer `_ is a web application designed for real-time signal visualization, particularly tailored for bio-potential signals. This tool serves as an advanced alternative to the standard Arduino serial plotter, offering enhanced functionality for researchers and enthusiasts working with BioAmp hardware. The application provides a user-friendly interface for displaying time-series data streams, with features including multi-channel plotting, adjustable graph speed, the ability to pause, resume, record and save data in CSV format. By combining these capabilities, the BioAmp Visualizer aims to streamline the process of analyzing and interpreting bio-potential signals.
+
+.. figure:: media/bioamp_visualizer_signals.*
+ :align: center
+ :alt: BioAmp Visualizer signal
+
+Software Requirements
+*********************
+
+* Before using the BioAmp Visualizer, download the `Arduino IDE `_ to upload Arduino sketches to your development board.
+* Any :ref:`bioamp-visualizer-browsers-compatibility`
+
+Hardware Requirements
+*********************
+
+To use BioAmp Visualizer, you need:
+
+* A USB cable (Type depends on board)
+* Any board from the given table
+
+Compatible Boards:
+
+* Arduino Uno
+* Arduino Nano
+* Maker Uno
+
+Signal Acquisition
+******************
+
+The image below shows a breif preview of connections to device and body, for detailed description we recommend to visit relevant `hardware documentation `_.
+
+.. figure:: media/bioamp_visualizer_signal_aquisition.*
+ :alt: Signal Acquisition
+ :align: center
+
+ Signal Acquisition
+
+.. note::
+ For detailed information about signal acquisition hardware, refer to our `hardware documentation `_.
+
+How to Use BioAmp Visualizer
+****************************
+
+Uploading the Code
+========================
+
+To use BioAmp Visualizer:
+
+1. Connect the Arduino Board to your laptop using the USB cable.
+2. Copy and paste `Arduino Firmware `_ into the Arduino IDE.
+3. Select your board under the ``Board`` > ``Arduino AVR`` option in the tools menu.
+4. Choose the correct COM port in same tools menu (the one that disappears when you disconnect the board).
+5. Upload the code and open the `BioAmp Visualizer `_.
+
+Using the Software
+===================
+
+1. Click the ``Connect`` button to establish a connection with the Arduino and start streaming.
+2. You can click the ``Record`` button to start recording data into a CSV file.
+3. To save the recorded data, click the ``Save`` button.
+
+.. figure:: media/bioamp_visualizer_connection.*
+ :alt: Port selection
+ :align: center
+
+ Port selection
+
+.. figure:: media/bioamp_visualizer_signals.*
+ :alt: BioAmp Visualizer Signals
+ :align: center
+
+ BioAmp Visualizer Signals
+
+.. list-table::
+ :widths: 1 3
+ :header-rows: 1
+
+ * - Icons
+ - Description
+ * - .. figure:: media/bioamp_visualizer_connect.*
+ :alt: BioAmp Visualizer Connect
+ :align: left
+ - Connect
+ * - .. figure:: media/bioamp_visualizer_start.*
+ :alt: BioAmp Visualizer start
+ :align: left
+ - Start
+ * - .. figure:: media/bioamp_visualizer_stop.*
+ :alt: BioAmp Visualizer stop
+ :align: left
+ - Stop
+ * - .. figure:: media/bioamp_visualizer_record.*
+ :alt: BioAmp Visualizer record
+ :align: left
+ - Record
+ * - .. figure:: media/bioamp_visualizer_saving.*
+ :alt: BioAmp Visualizer save
+ :align: left
+ - Save
+
+.. _bioamp-visualizer-browsers-compatibility:
+
+Compatible Browsers
+*******************
+
+The web application is designed to ensure compatibility with the Web Serial API, which is essential for its functionality. The Web Serial API enables web applications to communicate with serial devices, such as microcontrollers and other hardware interfaces, directly from the browser.
+
+Currently, the Web Serial API is supported by the of Google Chrome, Microsoft Edge and Opera. If the user's browser does not support this API, the application will display a message informing them of the incompatibility and suggesting the use of a supported browser.
+
+For more detailed information on browser compatibility and implementation details, please refer to the `MDN Web Docs on the Web Serial API `_.
+
diff --git a/software/bioamp-visualizer/media/Bioamp_compatibility.jpeg b/software/bioamp-visualizer/media/Bioamp_compatibility.jpeg
new file mode 100644
index 00000000..e9dbd31a
Binary files /dev/null and b/software/bioamp-visualizer/media/Bioamp_compatibility.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_boards.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_boards.jpg
new file mode 100644
index 00000000..183fe9dd
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_boards.jpg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_browser_compatibility.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_browser_compatibility.jpeg
new file mode 100644
index 00000000..e4c7e9be
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_browser_compatibility.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_connect.png b/software/bioamp-visualizer/media/bioamp_visualizer_connect.png
new file mode 100644
index 00000000..0e0668c7
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_connect.png differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_connection.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_connection.jpeg
new file mode 100644
index 00000000..f83b20c8
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_connection.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_contributors.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_contributors.jpeg
new file mode 100644
index 00000000..a03b9207
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_contributors.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_default.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_default.jpeg
new file mode 100644
index 00000000..054568ba
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_default.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_labeling.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_labeling.jpg
new file mode 100644
index 00000000..e216ada8
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_labeling.jpg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_record.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_record.jpg
new file mode 100644
index 00000000..380d5bb9
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_record.jpg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_save.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_save.jpeg
new file mode 100644
index 00000000..aaed53b5
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_save.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_save_modal.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_save_modal.jpeg
new file mode 100644
index 00000000..03dc547d
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_save_modal.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_saving.png b/software/bioamp-visualizer/media/bioamp_visualizer_saving.png
new file mode 100644
index 00000000..a6625be0
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_saving.png differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_signal_aquisition.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_signal_aquisition.jpg
new file mode 100644
index 00000000..105f14e9
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_signal_aquisition.jpg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_signals.jpeg b/software/bioamp-visualizer/media/bioamp_visualizer_signals.jpeg
new file mode 100644
index 00000000..284f6bbb
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_signals.jpeg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_start.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_start.jpg
new file mode 100644
index 00000000..dd35f101
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_start.jpg differ
diff --git a/software/bioamp-visualizer/media/bioamp_visualizer_stop.jpg b/software/bioamp-visualizer/media/bioamp_visualizer_stop.jpg
new file mode 100644
index 00000000..8c05113a
Binary files /dev/null and b/software/bioamp-visualizer/media/bioamp_visualizer_stop.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/index.rst b/software/bioamp_visualizer_technical_doc/index.rst
new file mode 100644
index 00000000..2c94a20d
--- /dev/null
+++ b/software/bioamp_visualizer_technical_doc/index.rst
@@ -0,0 +1,193 @@
+.. _bioamp-visualizer:
+
+Technical Documentation
+#######################
+
+Software Used
+*****************
+
+Before using the BioAmp Visualizer, ensure you have the following software installed:
+
+1. Arduino IDE:
+
+ - **Purpose**: The Arduino Integrated Development Environment (IDE) is essential for writing and uploading sketches (code) to your Arduino development board.
+ - **Download**: You can download the Arduino IDE from the `official Arduino website `_.
+
+2. Compatible Web Browser:
+
+ - The BioAmp Visualizer is compatible with the of the following web browsers:
+ - Google Chrome
+ - Microsoft Edge
+ - Opera
+
+Hardware Used
+***************
+
+To use the BioAmp Visualizer, you need the following hardware:
+
+1. USB Cable:
+
+ **Purpose**: The USB cable is used to connect your Arduino board to your computer for power supply and data transfer.
+
+ **Type**: The type of USB cable required depends on your specific Arduino board model:
+
+ - Arduino Uno: Typically uses a USB Type-A to USB Type-B cable.
+ - Arduino Nano: Typically uses a USB Mini-B cable or a Micro-USB cable (depending on the Nano version).
+ - Maker Uno: Typically uses a USB Type-A to USB Type-B cable.
+
+2. Compatible Arduino Boards:
+
+ The following Arduino boards are compatible with the BioAmp Visualizer:
+
+ - **Arduino Uno**: A popular choice for beginners and widely supported.
+ - **Arduino Nano**: A smaller, compact version of the Uno with similar functionality.
+ - **Maker Uno**: A variant of the Uno designed for educational purposes, often used in maker projects.
+
+.. list-table::
+ :widths: 1 3
+ :header-rows: 1
+
+ * - Board
+ - Name
+ * - .. figure:: media/bioamp_visualizer_Arduino_Uno.*
+ :alt: Arduino Uno
+ :align: left
+ - Arduino Uno
+ * - .. figure:: media/bioamp_visualizer_Arduino_nano.*
+ :alt: Arduino Nano
+ :align: left
+ - Arduino Nano
+ * - .. figure:: media/bioamp_visualizer_Maker_Uno.*
+ :alt: Maker Uno
+ :align: left
+ - Maker Uno
+
+Ensure you have all the necessary software and hardware components ready before starting with the BioAmp Visualizer to ensure a smooth setup and usage experience.
+
+Why Chromium Based Browsers
+***************************
+
+The web application relies on the Web Serial API to function correctly. This API enables web applications to communicate with serial devices directly from the browser.
+
+Currently, the Web Serial API is supported by the following browsers:
+
+* Google Chrome
+* Microsoft Edge
+* Opera
+
+If your browser does not support this API, the application will display a message informing you of the incompatibility and suggesting the use of a supported browser.
+
+The web application ensures that your browser supports the Web Serial API. If your browser is not compatible, a message like below will be displayed informing you of the issue.
+
+.. figure:: media/Bioamp_compatibility.*
+ :alt: Non Compatibility Message
+ :align: center
+
+ Non Compatibility Message
+
+
+For more detailed information on browser compatibility and implementation details, refer to the `MDN Web Docs on the Web Serial API `_.
+
+
+Technical Capabilities
+**************************
+
+1. Signal Visualization
+=======================
+
+- **Purpose:** We are displaying real time data from the Arduino board to the :ref:`bioamp-visualizer-smoothiecharts`.
+- **Multi-Channel Plotting:** We are plotting data from multiple sensors or channels simultaneously. Each channel is represented by a different color on different charts, allowing users to monitor various data streams in different graphs.
+- **Time-Series Data Representation:** The data is displayed as a time series, meaning that it shows how the values change over time. This is crucial for observing patterns and analyzing the behavior of the signals.
+
+2. Speed Adjustment
+====================
+
+- **Functionality:** Users can control the speed at which the graph updates by clicking the speed button. This button toggles between two speeds: slow(20 millis/pixel) and fast(10 millis/pixel).
+- **Visual Aids:** Arrows are provided to assist users in selecting the desired speed. These arrows make it easier to understand and switch between the available speed settings, enhancing the user experience.
+
+3. Scale Adjustment
+===================
+
+- **Auto-Scale Feature:** The graph automatically adjusts its y-axis scale based on the capabilities of the connected Arduino. When auto-scale is activated via the navbar, the system queries the Arduino to determine the maximum value of its analog-to-digital converter (ADC).
+- **Example:** For an Arduino R3 with a 10-bit ADC, the maximum value is 1023. The graph’s y-axis is then scaled from 0 to 1023. This dynamic adjustment ensures that the entire range of data values is visible, optimizing the display for the specific hardware used.
+
+4. Data Management
+==================
+
+- **Signal Recording:** Users can record the data collected from the Arduino. This functionality allows for the preservation of real-time data for later analysis.
+- **CSV File Export:** Data from all channels will be exported to a CSV file. This feature is useful for detailed analysis and for research purposes. The CSV export includes comprehensive data from all channels, facilitating easy examination of the recorded data.
+
+Technologies Used
+*****************
+
+HTML
+=====
+
+**Purpose**: HTML provides the foundational structure for web pages. It uses elements such as headings, paragraphs, links, images, and forms to define the content and layout of a webpage.
+
+**Role in our Project**: HTML is used to create the layout of our web application, including the navigation bar, modals, buttons, and containers (canvas) for charts. It defines the semantic structure and organizes the content, ensuring that all elements are properly placed and accessible.
+
+CSS
+========
+
+**Purpose**: CSS is used to style the visual presentation of HTML elements. It controls aspects such as layout, colors, fonts, spacing, and responsiveness.
+
+**Role in our Project**: CSS is responsible for the look and feel of our web application. It ensures that the design is visually appealing and responsive, adapting the layout to different screen sizes and devices.
+
+JavaScript
+============
+
+**Purpose**: JavaScript adds interactivity and dynamic behavior to web pages. It allows for actions like event handling and real-time updates.
+
+**Role in our Project**: JavaScript implements the core functionality of our application. It handles events like button clicks (e.g., refreshing the page, connecting, starting, recording), manages the state of the application (e.g., enabling or disabling buttons), and interacts with other components like modals.
+
+Web Serial API
+==============
+
+**Purpose**: The Web Serial API allows web applications to access and communicate with Arduino Board directly from the web browser. This enables real-time data exchange and control of hardware like microcontrollers, sensors, and other devices that use serial communication.
+
+**Role in our Project**: The Web Serial API is crucial for our application as it facilitates direct interaction with connected Arduino Board. It enables functionalities such as:
+
+- **Connecting to Arduino Board**: Establishes a connection with Arduino Board for data exchange.
+- **Reading Data**: Continuously reads data from the connected device, allowing real-time monitoring and processing.
+- **Writing Data**: Write data to arduino, we specifically using this for autoscale feature, when user clicks the autoscale button, web serial api writes 'b' charector to arduino board on which board returns the maximum value of signal it can show.
+
+.. raw:: html
+
+ Link to Web Serial API
+
+Bootstrap
+=============
+
+**Purpose**: Bootstrap is a popular front-end framework that provides a collection of pre-designed CSS and JavaScript components. It simplifies the process of creating responsive and visually appealing web interfaces.
+
+**Role in our Project**: Bootstrap enhances the user interface by offering components like navigation bars, buttons and modals. It ensures that your application has a consistent look and feel and is responsive, adapting to various screen sizes. By importing Bootstrap CSS and JS, you leverage its components and styling to quickly build and customize your web application.
+
+.. raw:: html
+
+ Link to Bootstrap
+.. _bioamp-visualizer-smoothiecharts:
+
+SmoothieCharts
+===============
+
+**Purpose**: SmoothieCharts is a JavaScript library used for creating timeseries charts and real time data visualizations.
+
+**Role in our Project**: SmoothieCharts facilitates the dynamic visualization of bio potential signal data in our application. It allows for real-time updates to the chart as new data is added, providing an interactive and visually informative way to monitor the data.
+
+.. raw:: html
+
+ Link to SmoothieCharts
+
+IndexedDB
+=========
+
+**Purpose**: IndexedDB is a low-level API for storing significant amounts of structured data within a user's browser. It supports complex queries and transactions, making it suitable for offline storage and local data management.
+
+**Role in our Project**: IndexedDB is used to store recorded data locally within the user's browser. This enables efficient management and retrieval of data without requiring a server connection. It ensures that users can access their recorded data even when offline or when the application is restarted.
+
+.. raw:: html
+
+ Link to IndexedDB
+
+
diff --git a/software/bioamp_visualizer_technical_doc/media/Bioamp_compatibility.jpeg b/software/bioamp_visualizer_technical_doc/media/Bioamp_compatibility.jpeg
new file mode 100644
index 00000000..e9dbd31a
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/Bioamp_compatibility.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_Uno.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_Uno.jpeg
new file mode 100644
index 00000000..1eddc145
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_Uno.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_nano.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_nano.jpg
new file mode 100644
index 00000000..af5843a7
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Arduino_nano.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Maker_Uno.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Maker_Uno.jpeg
new file mode 100644
index 00000000..13db5fc1
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_Maker_Uno.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_boards.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_boards.jpg
new file mode 100644
index 00000000..183fe9dd
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_boards.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_browser_compatibility.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_browser_compatibility.jpeg
new file mode 100644
index 00000000..e4c7e9be
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_browser_compatibility.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connect.png b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connect.png
new file mode 100644
index 00000000..0e0668c7
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connect.png differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connection.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connection.jpeg
new file mode 100644
index 00000000..f83b20c8
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_connection.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_contributors.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_contributors.jpeg
new file mode 100644
index 00000000..a03b9207
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_contributors.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_default.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_default.jpeg
new file mode 100644
index 00000000..054568ba
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_default.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_labeling.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_labeling.jpg
new file mode 100644
index 00000000..e216ada8
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_labeling.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_record.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_record.jpg
new file mode 100644
index 00000000..380d5bb9
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_record.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save.jpeg
new file mode 100644
index 00000000..aaed53b5
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save_modal.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save_modal.jpeg
new file mode 100644
index 00000000..03dc547d
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_save_modal.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_saving.png b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_saving.png
new file mode 100644
index 00000000..a6625be0
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_saving.png differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signal_aquisition.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signal_aquisition.jpg
new file mode 100644
index 00000000..105f14e9
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signal_aquisition.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signals.jpeg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signals.jpeg
new file mode 100644
index 00000000..284f6bbb
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_signals.jpeg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_start.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_start.jpg
new file mode 100644
index 00000000..dd35f101
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_start.jpg differ
diff --git a/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_stop.jpg b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_stop.jpg
new file mode 100644
index 00000000..8c05113a
Binary files /dev/null and b/software/bioamp_visualizer_technical_doc/media/bioamp_visualizer_stop.jpg differ
diff --git a/software/index.rst b/software/index.rst
index 1e8c0103..8db83b47 100644
--- a/software/index.rst
+++ b/software/index.rst
@@ -11,4 +11,12 @@ Software
bioamp/muscle-bioamp-arduino-firmware/index
bioamp/eye-bioamp-arduino-firmware/index
bioamp/heart-bioamp-arduino-firmware/index
- bioamp/brain-bioamp-arduino-firmware/index
\ No newline at end of file
+ bioamp/brain-bioamp-arduino-firmware/index
+
+.. toctree::
+ :hidden:
+ :maxdepth: 1
+ :caption: BioAmp Visualizer
+
+ bioamp-visualizer/index
+ bioamp_visualizer_technical_doc/index
\ No newline at end of file