diff --git a/Ohmpi.py b/Ohmpi.py
index 5febe34fcdf4a792941e5dd4d5967f945aae6fc8..b8efb7bb0c0ad63d0da8c54755d68c116121b524 100644
--- a/Ohmpi.py
+++ b/Ohmpi.py
@@ -33,6 +33,8 @@ print(current_time.strftime("%Y-%m-%d %H:%M:%S"))
 Hardware parameters
 """
 R_shunt = 0.2# reference resistance value in ohm
+Imax=4800/50/2
+print(colored('The maximum current cannot be higher than 48 mA', 'red'))
 coef_p2 = 2.50# slope for current conversion for ADS.P2, measurement in V/V
 coef_p3 = 2.50 # slope for current conversion for ADS.P3, measurement in V/V
 offset_p2= 0
diff --git a/Ohmpi_4elec.py b/Ohmpi_4elec.py
index 3919b2ceb684f3968430aa5ea90ec07f3c156500..691fa5dcf4e3601d4966c81fb4ed1fea44b629eb 100644
--- a/Ohmpi_4elec.py
+++ b/Ohmpi_4elec.py
@@ -33,6 +33,8 @@ print(current_time.strftime("%Y-%m-%d %H:%M:%S"))
 hardware parameters
 """
 R_shunt = 2# reference resistance value in ohm
+Imax=4800/50/2
+print(colored('The maximum current cannot be higher than 48 mA', 'red'))
 coef_p2 = 2.50# slope for current conversion for ADS.P2, measurement in V/V
 coef_p3 = 2.50 # slope for current conversion for ADS.P3, measurement in V/V
 offset_p2= 0
diff --git a/public/Ohmpi_V2_00/V2_00_step_02.html b/public/Ohmpi_V2_00/V2_00_step_02.html
index 3b2db4300821cb523f44bb2408fbb3fa1756e399..b60e1f9b7a49131e682ba9d25eb691abc54074c4 100644
--- a/public/Ohmpi_V2_00/V2_00_step_02.html
+++ b/public/Ohmpi_V2_00/V2_00_step_02.html
@@ -325,7 +325,7 @@ We have developed a complete “plug and play” measurement board. To measure e
 two ADS1115 were used,one for the voltage measurement one for the current measurement, as proposed by Florsch [7]. The ADS1115
 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. The advantage of ADS1115 is that the
 input signal value could lie between - to + 6.114 V. For the current measurement we have directly integrated the INA282 component,
-which allows to realize precise current measurement around a shunt resistor. The assembly steps are described in the following steps:</p>
+which allows to realize precise current measurement around a shunt resistor. The assembly are described in the following steps:</p>
 <table class="docutils align-center">
 <colgroup>
 <col style="width: 12%" />
@@ -483,6 +483,10 @@ electrodes A and B</p></td>
 </tr>
 </tbody>
 </table>
+<div class="admonition warning">
+<p class="admonition-title">Warning</p>
+<p>In this version, We used a shunt resistor of 2 ohms, which limits the current measurement to 48 mA. If the current is higher than this value, you just have to decrease the value of the shunt resistor.Change the shunt value in the code.</p>
+</div>
 <table class="docutils align-center">
 <colgroup>
 <col style="width: 13%" />
@@ -904,7 +908,8 @@ on the screen.</p></td>
 </td>
 </tr>
 <tr class="row-even"><td><p>Install the red cables on the +12V terminal and black cable
-on the ground terminal.</p></td>
+on the ground terminal. Connect to two different 12V
+batteries</p></td>
 </tr>
 </tbody>
 </table>
@@ -947,7 +952,7 @@ on the ground terminal.</p></td>
 </td>
 </tr>
 <tr class="row-even"><td><p>Run Ohmpi_4elec.py, if everything works you should
-get the following result</p></td>
+get the following result (220 ohm)</p></td>
 </tr>
 </tbody>
 </table>
diff --git a/public/Ohmpi_V2_00/V2_00_step_03.html b/public/Ohmpi_V2_00/V2_00_step_03.html
index 55294eecec2c06101ef5a9ff2775d347795e79ef..de9ead380fe010cc8bed7040bf331ffd27ec807d 100644
--- a/public/Ohmpi_V2_00/V2_00_step_03.html
+++ b/public/Ohmpi_V2_00/V2_00_step_03.html
@@ -39,7 +39,7 @@
 <li class="toctree-l1"><a class="reference internal" href="../Ohmpi.html">OhmPi project</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../V1_01.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
 <li class="toctree-l1"><a class="reference internal" href="../V1_02.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
-<li class="toctree-l1 current"><a class="reference internal" href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes)</a><ul class="current">
+<li class="toctree-l1 current"><a class="reference internal" href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes and 12V)</a><ul class="current">
 <li class="toctree-l2"><a class="reference internal" href="../V2_00.html#the-philosophy-of-ohmpi">The philosophy of Ohmpi</a></li>
 <li class="toctree-l2"><a class="reference internal" href="../V2_00.html#technical-data">Technical data</a></li>
 <li class="toctree-l2 current"><a class="reference internal" href="../V2_00.html#ohmpi-2-step-by-step">Ohmpi 2 step by step</a><ul class="current">
@@ -69,7 +69,7 @@
           <div role="navigation" aria-label="Page navigation">
   <ul class="wy-breadcrumbs">
       <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
-          <li><a href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes)</a> &raquo;</li>
+          <li><a href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes and 12V)</a> &raquo;</li>
       <li><strong>STEP n°3</strong>: MUX board</li>
       <li class="wy-breadcrumbs-aside">
             <a href="../_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt" rel="nofollow"> View page source</a>
@@ -87,7 +87,7 @@
 <div class="section" id="required-components">
 <h3>Required components<a class="headerlink" href="#required-components" title="Permalink to this headline">¶</a></h3>
 <div class="align-center figure">
-<a class="reference internal image-reference" href="../_images/00_mes_board_components1.jpg"><img alt="alternate text" src="../_images/00_mes_board_components1.jpg" style="width: 600px; height: 450px;" /></a>
+<a class="reference internal image-reference" href="../_images/MUX_board_componement.jpg"><img alt="alternate text" src="../_images/MUX_board_componement.jpg" style="width: 600px; height: 450px;" /></a>
 </div>
 <table class="colwidths-given docutils align-default" id="id1">
 <caption><span class="caption-text">List of components</span><a class="headerlink" href="#id1" title="Permalink to this table">¶</a></caption>
@@ -255,6 +255,152 @@
 </tr>
 </tbody>
 </table>
+<p>The multiplexing of the channels is a mechanical multiplexing based on OMRON’s manufacturing relays (G5LE-1-VD 12 VDC). Each relay is combined with
+a ZVN4206A power MOFSET. The raspberry has only 30 GPIOs, which is not enough to activate all the 64 electrodes, which represent 512 GPIOs.
+We used gpio expender I2C (MCP23017). We have associated these components with an I2C muliplexer of type type TCA9548A from adafruit.
+This combination allows to go up to 512 GPIOs and up to 128 electrodes. Each card has its own digital address between 0X70 and 0X77.
+In the following presentation for an Ohmpi 64 electrodes, we will use the addresses 0X70 for channel A, 0X71 for channel B, 0X72 for channel M and 0X73 for channel N.
+0X73 for the N channel. 4 MUX board will be needed to multiplex an Ohmpi 64 electrodes.</p>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>1</p></td>
+<td><img alt="../_images/MUX_00.jpg" src="../_images/MUX_00.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>2</p></td>
+<td><img alt="../_images/MUX_01.jpg" src="../_images/MUX_01.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>3</p></td>
+<td><img alt="../_images/MUX_02.jpg" src="../_images/MUX_02.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>4</p></td>
+<td><img alt="../_images/MUX_03.jpg" src="../_images/MUX_03.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>5</p></td>
+<td><img alt="../_images/MUX_04.jpg" src="../_images/MUX_04.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>6</p></td>
+<td><img alt="../_images/MUX_05.jpg" src="../_images/MUX_05.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>7</p></td>
+<td><img alt="../_images/MUX_06.jpg" src="../_images/MUX_06.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>8</p></td>
+<td><img alt="../_images/MUX_07.jpg" src="../_images/MUX_07.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>9</p></td>
+<td><img alt="../_images/MUX_08.jpg" src="../_images/MUX_08.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
+<table class="docutils align-center">
+<colgroup>
+<col style="width: 12%" />
+<col style="width: 88%" />
+</colgroup>
+<tbody>
+<tr class="row-odd"><td rowspan="2"><p>10</p></td>
+<td><img alt="../_images/MUX_09.jpg" src="../_images/MUX_09.jpg" />
+</td>
+</tr>
+<tr class="row-even"><td></td>
+</tr>
+</tbody>
+</table>
 </div>
 </div>
 </div>
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/00_mes_board_components.jpg b/public/_images/00_mes_board_components1.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/00_mes_board_components.jpg
rename to public/_images/00_mes_board_components1.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_123517.jpg b/public/_images/MUX_00.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_123517.jpg
rename to public/_images/MUX_00.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_131345.jpg b/public/_images/MUX_01.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_131345.jpg
rename to public/_images/MUX_01.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_135840.jpg b/public/_images/MUX_02.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_135840.jpg
rename to public/_images/MUX_02.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_145705.jpg b/public/_images/MUX_03.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_145705.jpg
rename to public/_images/MUX_03.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_152448.jpg b/public/_images/MUX_04.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_152448.jpg
rename to public/_images/MUX_04.jpg
diff --git a/public/_images/MUX_05.jpg b/public/_images/MUX_05.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..aa6d46a10980852997d917165b79c34e6dc54812
Binary files /dev/null and b/public/_images/MUX_05.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_153141.jpg b/public/_images/MUX_06.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_153141.jpg
rename to public/_images/MUX_06.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_154015.jpg b/public/_images/MUX_07.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_154015.jpg
rename to public/_images/MUX_07.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_154700.jpg b/public/_images/MUX_08.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_154700.jpg
rename to public/_images/MUX_08.jpg
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211102_145223.jpg b/public/_images/MUX_09.jpg
similarity index 100%
rename from sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211102_145223.jpg
rename to public/_images/MUX_09.jpg
diff --git a/public/_images/MUX_board_componement.jpg b/public/_images/MUX_board_componement.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6fdad018330cc86c50b18552261d58359c79bc9c
Binary files /dev/null and b/public/_images/MUX_board_componement.jpg differ
diff --git a/public/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt b/public/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
index 63caad89aa3c0842f9f7846f3f92878576f08345..441a23422d0d8703be0f4fddde5f996150e50d00 100644
--- a/public/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
+++ b/public/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
@@ -40,7 +40,7 @@ We have developed a complete "plug and play" measurement board. To measure elect
 two ADS1115 were used,one for the voltage measurement one for the current measurement, as proposed by Florsch [7]. The ADS1115
 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. The advantage of ADS1115 is that the 
 input signal value could lie between - to + 6.114 V. For the current measurement we have directly integrated the INA282 component, 
-which allows to realize precise current measurement around a shunt resistor. The assembly steps are described in the following steps:
+which allows to realize precise current measurement around a shunt resistor. The assembly are described in the following steps:
 
 
 
@@ -152,6 +152,12 @@ which allows to realize precise current measurement around a shunt resistor. The
    |         |  Soldering three capacitors (100nF)                        | 
    |         |                                                            |                                                                       
    +---------+------------------------------------------------------------+
+
+.. warning::
+	 
+	 In this version, We used a shunt resistor of 2 ohms, which limits the current measurement to 48 mA. If the current is higher than this value, you just have to decrease the value of the shunt resistor.Change the shunt value in the code.
+
+
    
 .. table::
    :align: center
@@ -429,7 +435,8 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/Inked20211206_150522_LI.jpg        |
    |6       +------------------------------------------------------------+
    |        |Install the red cables on the +12V terminal and black cable |                                                                       
-   |        |on the ground terminal.                                     |
+   |        |on the ground terminal. Connect to two different 12V        |
+   |        |batteries                                                   |
    +--------+------------------------------------------------------------+ 
 
 .. table::
@@ -461,5 +468,5 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/20211206_144334.jpg                |
    |7       +------------------------------------------------------------+
    |        | Run Ohmpi_4elec.py, if everything works you should         |                    
-   |        | get the following result                                   |
+   |        | get the following result (220 ohm)                         |
    +--------+------------------------------------------------------------+ 
diff --git a/public/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt b/public/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt
new file mode 100644
index 0000000000000000000000000000000000000000..8dc79f557f5f2ec63d3f33577490371ab7733d27
--- /dev/null
+++ b/public/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt
@@ -0,0 +1,132 @@
+
+**STEP n°3**: MUX board
+****************************************************
+
+
+**PART A** Assembly of MUX board
+======================================================
+
+
+Required components 
+----------------------------------------------------
+
+.. figure:: step_n_3/a/MUX_board_componement.jpg       
+	   :width: 600px
+	   :align: center
+	   :height: 450px
+	   :alt: alternate text
+	   :figclass: align-center 
+
+
+.. csv-table:: List of components
+   :file: step_n_3/a/MUX_board_list_2_xx.csv
+   :widths: 30, 70, 70, 70, 70, 35, 35
+   :header-rows: 1 
+   
+The multiplexing of the channels is a mechanical multiplexing based on OMRON's manufacturing relays (G5LE-1-VD 12 VDC). Each relay is combined with 
+a ZVN4206A power MOFSET. The raspberry has only 30 GPIOs, which is not enough to activate all the 64 electrodes, which represent 512 GPIOs. 
+We used gpio expender I2C (MCP23017). We have associated these components with an I2C muliplexer of type type TCA9548A from adafruit. 
+This combination allows to go up to 512 GPIOs and up to 128 electrodes. Each card has its own digital address between 0X70 and 0X77. 
+In the following presentation for an Ohmpi 64 electrodes, we will use the addresses 0X70 for channel A, 0X71 for channel B, 0X72 for channel M and 0X73 for channel N. 
+0X73 for the N channel. 4 MUX board will be needed to multiplex an Ohmpi 64 electrodes.
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_00.jpg                         |
+   |      1 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_01.jpg                         |
+   |      2 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+   
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_02.jpg                         |
+   |      3 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+      
+   
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_03.jpg                         |
+   |      4 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+    
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_04.jpg                         |
+   |      5 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_05.jpg                         |
+   |      6 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_06.jpg                         |
+   |      7 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+ 
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_07.jpg                         |
+   |      8 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_08.jpg                         |
+   |      9 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_09.jpg                         |
+   |     10 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+     
\ No newline at end of file
diff --git a/public/searchindex.js b/public/searchindex.js
index 57c3b7441e3f5e281c71ee4be8dde6276e594d37..b76f2db21e0b8c5eecb00add3992223039fde32a 100644
--- a/public/searchindex.js
+++ b/public/searchindex.js
@@ -1 +1 @@
-Search.setIndex({docnames:["Ohmpi","Ohmpi_V2_00/V2_00_step_01","Ohmpi_V2_00/V2_00_step_02","V1_01","V1_02","V2_00","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["Ohmpi.rst","Ohmpi_V2_00\\V2_00_step_01.rst","Ohmpi_V2_00\\V2_00_step_02.rst","V1_01.rst","V1_02.rst","V2_00.rst","index.rst"],objects:{},objnames:{},objtypes:{},terms:{"000":[3,4],"001000":2,"001101":2,"018":[3,4],"0251001":4,"02be":2,"100":[3,4],"100nf":[2,4],"101":[3,4],"10120550":2,"1016":0,"102110421":2,"103":[2,3,4],"1083":[3,4],"1085":2,"10v":4,"110":[2,3,4],"1115":[3,4],"114":[2,3,4],"11mm":2,"120":2,"1211n":2,"1212":2,"1215":[2,4],"128":6,"12v":[2,3,4,6],"1332":[3,4],"150":[3,4,5],"1565235":[3,4],"1568649":[3,4],"185":[3,4],"199":[3,4],"1kohm":2,"1x0":[3,4],"1x1":[3,4],"1x10":[2,3,4],"2016":6,"2020":0,"2021":[0,6],"220":2,"24v":[2,4],"252b7an":2,"252bdzonqg":2,"252be0w1orxzibqpw":2,"252be1bmvd":2,"252be2z":2,"252bg":2,"252bii":2,"252bnrpuooeq":2,"252bx":2,"252bztchcpohq":2,"254":2,"2701":2,"2f0t3ruis9pcaqjlt4":2,"2f12mkns3vxsdryxuhw":2,"2f33nj0gbxroculucynpyong":2,"2faaymw02gquicgqj0ta":2,"2ffq":2,"2fha2pyfadugpyeg4idvm":2,"2fha2pyfadugy9twham3ru9hmijohywhbin95knm":2,"2fha2pyfaduh":2,"2fha2pyfaduhuylh7az":2,"2fha2pyfadujqkqx4wauig":2,"2flq1th4mcyoetma":2,"2fm":2,"2fmgndxmcnv":2,"2fmjfh2xjoums6wztux4som":2,"2fmsr":2,"2fogzutwiq9iz5vjaqfoyugqalgxpeckigrqvf4hn":2,"2fq":2,"2fqaur8narg":2,"2fufuz19ilfayzxocfra":2,"3002002":2,"304":2,"305":2,"308":2,"3x11":2,"41f2r0e":2,"449":2,"45100":0,"4686":[3,4],"500":[3,4],"508":2,"50vdc":[2,4],"524":2,"537":[3,4],"5488":[3,4],"576":3,"593":2,"5kohm":2,"5vcc":[3,4],"5vdc":[3,4],"627":[3,4],"648":[2,3,4],"69626":0,"69675":0,"741435":2,"762":2,"796":2,"7ah":[3,4],"7mvldsj5uaxen3lyyh3sqw":2,"858":[3,4],"897":[3,4],"9004330000":[3,4],"966067":[3,4],"971110321":2,"ao\u00fbt":0,"case":[1,3,4],"final":[3,4],"function":[0,3,4],"h\u00e9l\u00e8ne":[0,6],"mm\u00b2":[3,4],"new":[1,3,4,5],"orl\u00e9an":0,"public":[3,4],"r\u00e9mi":[0,6],"return":[1,3,4],"switch":[3,4],"universit\u00e9":0,"vid\u00e9o":[1,3,4],ADS:[3,4],CMS:[3,4],For:[1,2,3,4],IDE:[5,6],IGE:0,Its:[3,4],The:[1,2,6],These:[3,4],With:[3,4],abmn:[3,4],abov:[3,4],acc:[1,3,4],access:[3,4],accord:[3,4],accur:[3,4],accuraci:[3,4],acid:[3,4],activ:[5,6],actual:[3,4],adafruit:[1,2,3,4],adapt:[2,3,4],adc:[2,3,4],add:[3,4],added:[3,4],adding:[3,4],addit:[3,4],address:[2,3,4],adjust:[2,3,4],ads1115:[2,3,4],ads115:[2,3,4],ads1x15:[1,3,4],advantag:2,after:[3,4],all:[1,3,4,5],allow:[0,2,3,4,5],alp:0,also:[1,3,4],altern:[1,3,4],amp:[2,3,4],amplif:2,amplifi:[3,4],analog:[2,3,4],ani:[3,4],anoth:[1,3,4],apm:2,appear:[1,2,3,4],appli:[0,3,4],applic:0,apt:[1,3,4],aqy211eh:2,arduino:3,arm:3,around:2,arrai:[3,4],articl:[3,4],asler:[2,3,4],assembl:[5,6],assist:[3,4],associ:0,attent:[3,4],attribut:[3,4],author:[0,1,3,4,6],automat:[0,3,4],automobil:[3,4],avail:[3,4],avr:3,bank:[3,4],base:[1,3,4],basic:0,batteri:[2,3,4,5],been:[1,3,4],befor:[3,4],behavior:[3,4],being:[3,4],below:[1,3,4],between:[2,3,4],bin:[1,3,4],bit:[2,3,4],bkl:2,black:[2,3,4],blinka:[1,3,4],blk:2,block:[3,4],blue:[3,4],board:[1,5,6],boot:[1,3,4],both:[3,4],bottom:[2,3,4],bought:[3,4],box:5,breakout:2,bridg:[3,4],bug:3,build:[3,4],button:[1,3,4],by10:2,c320c104k1:[2,4],c320c104k1r5ta7303:2,c4uyot:2,cabl:[1,2,3,4],calcul:[3,4],calibr:[3,4],call:0,can:[1,3,4,5],canal:3,cap:[3,4],capac:[3,4],capacitor:[2,4],car:3,card:[1,5,6],carri:[1,3,4],caus:[1,3,4],ccf071k50gke36:2,cedex:0,ceram:[2,4],channel:[3,4],characterist:[3,4],charg:[3,4],check:[1,3,4,5],chosen:[3,4],ciayqk2gdckzia2levalkg:2,circuit:[2,3,4],circuitpython:[1,3,4],circul:[3,4],cite:6,clean:[3,4],clement:[0,6],click:[1,3,4],close:[1,3,4],cmf651m0000fkek143:2,code:[1,3,4],coef_p0:[3,4],coef_p1:[3,4],coef_p2:[3,4],coef_p3:[3,4],coeff:[3,4],coeffici:[3,4],com:[1,2,3,4],command:[1,3,4],commerci:[3,4],common:[3,4],commun:[0,5],complet:[1,2,5,6],compon:[1,5,6],comput:[1,3,4],conduct:[3,4],config:[1,3,4],configur:[5,6],congratul:[3,4],connect:[1,2,6],connector:[3,4],conrad:2,consequ:[3,4],consist:[3,4],constitut:[3,4],construct:[3,4],consumpt:[3,4,5],contact:[2,3,4],contain:[1,3,4],content:6,control:[3,4,5],convers:[3,4],convert:[2,3,4],copi:1,correct:[3,4],correspond:3,cost:[0,2,3,4],could:[2,3,4],cpu:[3,4,5],creat:[1,3,4],creation:0,crimp:[3,4],csv:[3,4],ctrl:[1,3,4],cui:2,current:[0,2,5,6],dale:2,damag:[1,3,4],data:[0,6],date:[0,3,4,6],dcconvert:4,deactiv:[1,3,4],dec:6,decid:[1,3,4],decoupl:4,dedic:[0,5],delai:[3,4],deliv:[3,4],depart:0,depend:[1,3,4],describ:[1,2,3,4],descript:[5,6],design:[3,4],desktop:4,despit:[3,4],detail:3,dev:[1,3,4],develop:[0,1,2,3,4,5,6],devic:2,diagram:[3,4],differ:[1,3,4,5],digit:[2,3,4],dii:5,din:[3,4],dip:2,direct:[3,4],directli:[2,3,4],directori:[1,3,4],disconnect:[3,4],discret:1,displai:[3,4],distanc:[3,4],disturb:[3,4],divid:[3,4],document:[0,3],done:[1,3,4],down:[3,4],download:[3,4],dsp:3,dual:[2,3,4],duboi:[0,6],durat:[3,4,5],dure:[1,3,4],dzwb4:[3,4],e00122ff:0,each:[1,3,4],eaiaiqobchmin_taxbcx8wivq5nvch2qaqfpeayyccabegjk1_d_bw:2,eaiaiqobchmit8zjzr6x8wivgdnvch2vbwvseaqyayabegjqg_d_bw:2,editor:[1,3,4],effort:5,eiffel:0,either:[1,3,4],ejector:2,electr:[0,2,6],electrod:[0,2,6],electron:[2,3,4],elektronik:2,elsevi:0,emil:0,enabl:[3,4],end:[1,3,4],energ:[3,4],enough:[3,4],ensur:[1,3,4],enter:[1,3,4],entir:[3,4],environ:[1,3,4],environn:[5,6],environnementshould:[1,3,4],equal:[3,4],equival:[2,3,4],ert:[3,4],escap:[1,3,4],estim:[3,4],everyon:0,everyth:2,evolv:[3,4],exampl:[3,4],excess:[3,4],execut:[1,3,4],exist:[3,4],experi:[0,3,4,5],explain:3,export_path:4,extra:[3,4],failur:[1,3,4],fargier:[0,6],fast:4,featur:[3,4],femal:[2,3,4],ferrul:[3,4],fewer:[3,4],ff10:0,fhac0002zxj:3,field:[3,4,5],fig:[3,4],figur:[2,3,4],file:[1,3,4],find:[1,3,4],first:[1,3,4],fix:2,flexibl:0,florsch:[2,3,4],flow:[3,4],folder:[1,3,4],follow:[1,2,3,4],forquet:[0,6],four:[2,5,6],framework:[3,4],franc:0,frist:6,from:[3,4,5],full:[3,4],fulli:0,fuse:[3,4],gain:[2,3,4],ganc:[0,6],gather:[1,3,4],gclid:2,gener:[2,3,4,6],geologi:0,ger:0,get:[0,1,2,3,4],gitlab:[3,4],gnd:[3,4],gnu:[1,3,4],gpio:[1,3,4],grenobl:0,gro:0,ground:[2,3,4],gui:[1,3,4],guidelin:6,gurawfaegucaqqfvnvtyeg:2,gustav:0,guyard:[0,6],h81k0bya:[2,3,4],h81k5bya:[2,3,4],had:[3,4],hand:[3,4],handl:[3,4],hardwar:[0,3,4],hardwarex:0,harwin:2,has:[1,3,4],have:[1,2,3,4,5],hazard:[3,4],hdmi:1,header:[2,3,4],hear:[3,4],here:4,hexagonal:2,hexseal:2,high:[3,4],higher:4,holder:[3,4],hole:[3,4],holsworthi:2,home:[1,3,4],horizont:[3,4],hous:[3,4],how:[1,3,4],howev:[3,4],http:[1,2,3,4],i2c:2,i2cdetect:2,ifsttar:0,iggadovctstu:2,illustr:[3,4],im6toxqzgoauedprb19mha:2,imag:0,imped:[3,4,5],implent:6,improv:[4,5],in1:[3,4],in2:[3,4],in3:[3,4],in4:[3,4],ina282:2,ina282aid:2,includ:[1,3,4],incom:[3,4],increas:[3,4],inde:[3,4],industri:2,initi:6,inject:[0,5,6],injection_dur:[3,4],inpout:2,input:[2,3,4,5],inra:0,insert:[3,4],insid:[3,4],instal:[2,5,6],instanc:1,instead:[3,4],instruct:[1,6],instrument:[0,2,3,4],integr:2,intens:[3,4],interfac:[1,3,4],interpret:[1,2,3,4],introduc:[3,4],introduct:6,invit:3,involv:0,ion:[3,4],iri:0,irstea:[3,4],its:[1,3,4,5],jason:4,jjse:2,journal:3,json:4,juillet:0,juli:6,julien:[0,6],just:4,kaufmann:[0,6],kemet:[2,4],keyboard:[1,3,4],known:[1,3,4],kohm:[2,3,4],laboratori:[0,3,4,5],laps:5,last:4,lastli:[3,4],latest:[1,3,4],lead:[3,4],leav:[1,3,4],length:[3,4],less:[3,4],let:[3,4],libatla:[1,3,4],librari:[1,3,4],lie:[2,3,4],limit:[5,6],line:[2,3,4],list:[1,6],lithium:[3,4],littelfus:[3,4],littl:[3,4],lm158:2,lm158j:2,lm158n:2,lm358an:[2,3,4],lm358n:[3,4],locat:[1,3,4],logger:[0,3,4],low:[0,1,3,4,5],lr20:[3,4],lying:[3,4],lyon:0,made:[3,4,5],mai:[1,3,4],main:[3,4],make:[1,3,4],male:2,manag:[3,4],manual:[3,4],manufactur:[2,3,4],manuscript:[3,4],master:[3,4],matur:6,max:2,maximum:[3,4],mcp23008:2,measur:[0,1,5,6],mechan:[3,4],meet:[1,3,4],mega:[3,4],menu:[1,3,4],mesur:6,met:[1,3,4],meter:[0,3,4,5],meterfeatur:0,mgh:2,micro:[1,3,4,5],mill:2,mimic:[3,4],min:[3,4,5],miss:3,mm2:[3,4],model:[1,2,3,4],modif:[1,3,4],modifi:[1,3,4],modul:[3,4],mohm:[2,3,4,5],mon:0,monitor:[3,4,5],more:5,moreov:[3,4],mount:[2,3,4],mous:[1,3,4],mouser:2,multi:[3,4],multielectrod:5,multipl:1,multiplex:[0,5,6],multipli:[3,4],must:[1,3,4],mux:[3,4,5,6],name:[3,4],nano:[1,3,4],nb_electrod:[3,4],nbr_mea:[3,4],necessari:[1,3,4],need:[1,2,3,4],neg:[3,4],next:[3,4],nicola:[0,6],noob:[1,3,4],nopb:[2,3,4],normal:[3,4],note:[3,4],now:[3,4],number:[2,3,4],numer:[3,4],numpi:[1,3,4],obtain:[3,4],offcial:6,offer:[3,4,5],ohm:[2,3,4,5],ohmit:2,ohmmet:[3,4],ohmpi:[1,2],ohmpi_4elec:2,ohmpi_param:4,ohx:0,olivi:[0,6],onc:[1,3,4],one:[2,3,4,5],onli:6,onto:[3,4],open:[0,1,3,4],oper:[1,2,5,6],optic:2,optim:[3,4],option:[1,3,4],order:[3,4],org:1,orient:4,osf:[3,4],other:[3,4],our:[3,4,5],out:[1,3,4],outpout:2,output:[3,4],overh:4,packag:[5,6],padboard:2,pai:[3,4],panason:2,panda:[1,3,4],parallel:1,paramet:[5,6],part:[3,4,5],parten:0,partenair:6,pat1l:4,path:[1,3,4],pcb:[2,3,4],pcs:2,per:[2,3,4],perform:[0,1,3,4],permut:[3,4],philosophi:[0,6],pic:3,piec:[3,4],pin:[2,3,4],pip:[1,3,4],pitch:[2,3,4],place:[3,4],plai:2,pleas:[3,4],plug:[2,3,4],point:[3,4,5],polar:[3,4],pole:[3,4],port:2,posit:[1,3,4],possibl:[3,4],potenti:[3,4],potentiomet:[3,4],pour:3,power:[2,3,4,5],practic:[3,4],pre:2,preci:2,precis:[2,3,4],prefer:[3,4],preliminari:6,prepar:[2,3,4],present:[0,3,4],press:[1,3,4],prevent:4,previou:5,previous:[1,3,4],print:[2,3,4],pro:[3,4],problem:1,procedur:6,produc:[3,4],product:2,productdetail:2,program:[1,3,4],progress:[0,6],project:[1,6],propos:[2,3,4],protect:1,protocol:[3,4],provid:[0,3,4],publish:3,puls:[3,4,5],purpos:[3,4],pyhton3:[1,3,4],python3:[1,3,4],python:[5,6],pythonid:[1,3,4],qkeozdl6eqpa6lzrlqfvow:2,quadripol:[3,4],quadrupol:[3,4],quantiti:[1,3,4],r10:[3,4],r11:[3,4],r12:[3,4],r25:2,r_ref:[3,4],rail:[3,4],rang:[3,4],rapberri:[5,6],raspberri:[2,5,6],raspberrypi:1,raspbian:[1,3,4],raspebrri:[1,3,4],readm:[3,4],realiz:2,recommend:[1,3,4],red:[2,3,4],reduct:[3,4],refer:[2,3,4],relai:[1,2,3,4],releas:6,remain:[3,4],rememb:[3,4],remot:[1,3,4],repeat:[3,4],repetit:[3,4],replac:4,repositori:[3,4],repres:[3,4],requir:[1,3,4,5],research:6,resist:[0,2,5,6],resistor:[2,3,4],resolut:[3,4,5],respect:[3,4],result:[2,3,4],revers:[3,4],reversa:[0,3,4],rm3x8mm:2,robust:[0,3,4,5],role:[3,4],root:[1,3,4],row:2,rpi:[1,3,4],rro:0,ru5fayqh:2,run:[1,2,3,4],safeti:[3,4],sain:[3,4],sainsmart:[3,4],same:[3,4],samtec:[2,3,4],save:[1,3,4],scale:0,schemat:[2,3,4],scienc:[3,4],scientif:0,screen:[2,3,4],screw:[2,3,4],searchsuggest:2,searchterm:2,searchtyp:2,second:[3,4],section:[3,4],see:[3,4],seeed:2,seek:5,select:[1,3,4],sequenc:[3,4],sequence_delai:[3,4],seri:[3,4],serv:[3,4],set:[1,2,3,4],setp:4,setup:[1,3,4],sever:[3,4],sgaepimzzmskedp9slc0yyv4kpdpmd1hts4slctivmw:2,share:5,shield:[1,3,4],shortcut:[3,4],should:[1,2,3,4],show:[2,3,4],shown:[3,4],shunt:2,shutdown:2,signal:[2,3,4],simpl:[1,3,4],simpli:[1,3,4],simultan:[3,4],singl:[3,4],slope:[3,4],small:[0,2,3,4,5],smaller:[3,4],smart:[3,4],smt:2,socket:2,softwar:[1,3,4],soic:2,soil:[3,4],solder:[2,3,4],solut:[3,4],some:[3,4,6],sound:[3,4],sourc:[0,1,3,4],space:2,spacer:2,specif:[3,4,5],specifi:[1,3,4],spi:[1,3,4],spool:2,ssq:2,ssw:[2,3,4],stabl:[1,3,4],stack:[3,4],stainless:[3,4],start:[1,3,4,5,6],startup:6,statu:[0,6],steel:[3,4],step:[3,4,6],still:[3,4],stop:5,storag:[3,4,5],strict:[3,4],strip:[2,3,4],strong:[3,4],stronger:[3,4],strongli:[1,3,4],stuck:[3,4],studi:[3,4],studio:2,subject:[3,4],sudo:[1,3,4],suffici:[1,3,4],suggest:[2,3,4],suitabl:[3,4,5],sum:[3,4],suppli:[2,3,4],support:1,suppress:4,sure:[1,3,4],surfac:0,system:[1,3,4,5],tab:[1,3,4],tabl:4,target:6,task:[1,3,4],tb009:2,tdh15:2,team:5,technic:6,temperatur:[3,4,5],ten:[3,4],termin:[1,2,3,4],test:[1,2,3,4],texa:[2,3,4],than:[3,4],thd:2,the9:[3,4],thei:[3,4],them:[3,4],therefor:[3,4],thi:[0,1,2,3,4,5],thonni:[5,6],thousand:[3,4],three:[2,3,4],through:[3,4],thu:[3,4],time:[1,3,4,5],togeth:[3,4],toler:4,tonni:2,tool:[0,5],total:[2,3,4],tow:2,track:[3,4],traco:[2,4],tracopow:[2,4],trn3:4,trn:[2,4],tru:[3,4],turn:[3,4],tutori:6,two:[2,3,4,5],txt:[1,3,4],type:[1,3,4,5],typic:[3,4],under:[3,4],unexpectedli:[1,3,4],unit:[2,3,4,5],univ:0,unplug:2,unzip:[3,4],updat:0,upgrad:[4,5],upper:2,upping:[3,4],upw50b50rv:[3,4],use:[1,3,4],used:[1,2,3,4],user:[1,3,4,6],using:[1,3,4],usr:[1,3,4],util:1,valid:[3,4],valu:[2,3,4],variou:[3,4],velleman:[3,4],venv:[1,3,4],veri:4,version:[1,3,4,5],vertic:[3,4],via:[1,3,4],view:2,villeurbann:0,vip:2,virtual:[5,6],vishai:2,visit:1,vivien:[0,6],vlwxofp3u2wcfk5uckwtka:2,voltag:[2,3,4,5],voltmet:[3,4],w0yvoo0ixfenuv0hsdc4:2,wai:[1,3,4],want:4,watch:[1,3,4],weaker:3,web:2,websit:[1,3,4],weidmul:[3,4],welcom:0,well:[1,3,4],were:[1,2,3,4],when:[1,3,4],where:[1,3,4],which:[2,3,4,5],whose:[3,4],willing:0,window:[1,3,4],wire:[1,3,4],wish:5,within:[1,3,4],without:[3,4],wjwzhv1v3pk:[1,3,4],wktuvitrialgiu8hcm7dvq:2,work:2,would:[3,4],wpm404:[3,4],write:[1,2,3,4],wurth:2,www:[1,2,3,4],x1j7hmvl2zh8vpefml8:2,yannick:[0,6],yca:2,you:[1,2,3,4],your:[1,2,3,4],youtub:[1,3,4],ze4:2},titles:["OhmPi project","<strong>STEP n\u00b01</strong> : Raspberry Pi  configuration","<strong>STEP n\u00b02</strong>: Measurement board","OhmPi V 1.01 (limited to 32 electrodes)","OhmPi V 1.02 (limited to 32 electrodes)","OhmPi V 2.xx (64 or 128 electrodes and 12V)","OHMPI: Open source and open hardware resitivity-meter"],titleterms:{"128":5,"12v":5,IDE:[1,3,4],The:[3,4,5],activ:[1,3,4],assembl:[2,3,4],board:[2,3,4],card:[3,4],center:6,check:2,cite:0,complet:[3,4],compon:[2,3,4],configur:[1,3,4],connect:[3,4],current:[3,4],data:[3,4,5],descript:[2,3,4],document:6,electr:[3,4],electrod:[3,4,5],environn:[1,3,4],four:[3,4],frist:[3,4],hardwar:6,implement:[3,4],implent:[3,4],initi:[3,4],inject:[3,4],instal:[1,3,4],instruct:[3,4],introduct:0,limit:[3,4],list:[2,3,4],measur:[2,3,4],mesur:[3,4],meter:6,multiplex:[3,4],ohmpi:[0,3,4,5,6],onli:[3,4],open:6,oper:[3,4],packag:[1,3,4],paramet:[3,4],part:[1,2],partenair:0,philosophi:[3,4,5],preliminari:[3,4],procedur:[3,4],project:0,python:[1,3,4],rapberri:[1,3,4],raspberri:[1,3,4],requir:2,resist:[3,4],resit:6,sourc:6,start:2,startup:[3,4],step:[1,2,5],summari:6,tabl:3,technic:[3,4,5],thonni:[1,3,4],titl:3,virtual:[1,3,4]}})
\ No newline at end of file
+Search.setIndex({docnames:["Ohmpi","Ohmpi_V2_00/V2_00_step_01","Ohmpi_V2_00/V2_00_step_02","Ohmpi_V2_00/V2_00_step_03","V1_01","V1_02","V2_00","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":3,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":2,"sphinx.domains.rst":2,"sphinx.domains.std":1,sphinx:56},filenames:["Ohmpi.rst","Ohmpi_V2_00\\V2_00_step_01.rst","Ohmpi_V2_00\\V2_00_step_02.rst","Ohmpi_V2_00\\V2_00_step_03.rst","V1_01.rst","V1_02.rst","V2_00.rst","index.rst"],objects:{},objnames:{},objtypes:{},terms:{"000":[4,5],"001000":2,"001101":2,"008":3,"018":[4,5],"0251001":5,"02be":[2,3],"061":3,"091":3,"0x70":3,"0x71":3,"0x72":3,"0x73":3,"0x77":3,"100":[4,5],"100k":3,"100nf":[2,5],"101":[4,5],"10120158":3,"1012015810":3,"10120550":[2,3],"10120558":3,"10120862":3,"1016":0,"102110421":2,"103":[2,4,5],"103321":3,"1083":[4,5],"1085":2,"10v":5,"110":[2,4,5],"1115":[4,5],"114":[2,4,5],"11mm":2,"120":[2,3],"1211n":2,"1212":2,"1215":[2,5],"127":3,"128":[3,7],"12v":[2,4,5,7],"1332":[4,5],"140":3,"150":[4,5,6],"1548658":3,"1565235":[4,5],"1568649":[4,5],"1580994":3,"185":[4,5],"199":[4,5],"1kohm":2,"1n4007":3,"1x0":[4,5],"1x1":[4,5],"1x10":[2,4,5],"2016":7,"2020":0,"2021":[0,7],"205":3,"220":2,"24300":3,"24v":[2,5],"252b7an":2,"252baqg":3,"252bdzonqg":2,"252be0w1orxzibqpw":2,"252be1bmvd":2,"252be2z":2,"252bg":2,"252bii":2,"252bnrpuooeq":2,"252bsz9b":3,"252bx":2,"252bz3hvktao":3,"252bztchcpohq":2,"252bzuq":3,"254":[2,3],"25515":3,"256":3,"2701":[2,3],"2717":3,"296":3,"2f0t3ruis9pcaqjlt4":2,"2f12mkns3vxsdryxuhw":[2,3],"2f2czwu0ejpozmzc2a":3,"2f2czwuxuhumfr":3,"2f33nj0gbxroculucynpyong":2,"2f5q":3,"2faaymw02gquicgqj0ta":2,"2fbpyakboruumren":3,"2ff6fcxt7g":3,"2ffq":2,"2fha2pyfadugpyeg4idvm":2,"2fha2pyfadugy9twham3ru9hmijohywhbin95knm":2,"2fha2pyfaduh":2,"2fha2pyfaduhuylh7az":2,"2fha2pyfadujqkqx4wauig":2,"2flq1th4mcyoetma":2,"2fm":2,"2fmgndxmcnv":2,"2fmjfh2xjoums6wztux4som":2,"2fmsr":2,"2fogzutwiq9iz5vjaqfoyugqalgxpeckigrqvf4hn":2,"2fq":2,"2fqaur8narg":2,"2fufuz19ilfayzxocfra":2,"3002002":2,"304":2,"305":[2,3],"308":2,"325":3,"3x11":2,"41f2r0e":2,"449":2,"45100":0,"4686":[4,5],"471":3,"500":[4,5],"503811":3,"508":[2,3],"50vdc":[2,5],"512":3,"524":2,"537":[4,5],"5488":[4,5],"560":3,"576":[3,4],"593":2,"5kohm":2,"5twgzeq9e7hsylqaljjyrw":3,"5vcc":[4,5],"5vdc":[4,5],"614":3,"616":3,"627":[4,5],"648":[2,3,4,5],"69626":0,"69675":0,"732":3,"741435":2,"741727":3,"742063":3,"745":3,"762":2,"776":3,"796":2,"7ah":[4,5],"7mvldsj5uaxen3lyyh3sqw":2,"846":3,"858":[4,5],"897":[4,5],"9004330000":[4,5],"966067":[4,5],"971110321":2,"ao\u00fbt":0,"case":[1,4,5],"final":[4,5],"function":[0,4,5],"h\u00e9l\u00e8ne":[0,7],"mm\u00b2":[4,5],"new":[1,4,5,6],"orl\u00e9an":0,"public":[4,5],"r\u00e9mi":[0,7],"return":[1,4,5],"switch":[4,5],"universit\u00e9":0,"vid\u00e9o":[1,4,5],ADS:[4,5],CMS:[4,5],For:[1,2,4,5],IDE:[6,7],IGE:0,Its:[4,5],The:[1,2,3,7],These:[4,5],With:[4,5],abmn:[4,5],abov:[4,5],acc:[1,4,5],access:[4,5],accord:[4,5],accur:[4,5],accuraci:[4,5],acid:[4,5],activ:[3,6,7],actual:[4,5],adafruit:[1,2,3,4,5],adapt:[2,4,5],adc:[2,4,5],add:[4,5],added:[4,5],adding:[4,5],addit:[4,5],address:[2,3,4,5],adjust:[2,4,5],ads1115:[2,4,5],ads115:[2,4,5],ads1x15:[1,4,5],advantag:2,after:[4,5],all:[1,3,4,5,6],allow:[0,2,3,4,5,6],alp:0,also:[1,4,5],altern:[1,4,5],amp:[2,4,5],amplif:2,amplifi:[4,5],analog:[2,4,5],ani:[4,5],anoth:[1,4,5],apm:[2,3],appear:[1,2,4,5],appli:[0,4,5],applic:0,apt:[1,4,5],aqy211eh:2,arduino:4,arm:4,around:2,arrai:[4,5],articl:[4,5],asler:[2,3,4,5],assembl:[6,7],assist:[4,5],associ:[0,3],attent:[4,5],attribut:[4,5],author:[0,1,4,5,7],automat:[0,4,5],automobil:[4,5],avail:[4,5],avr:4,bank:[4,5],base:[1,3,4,5],basic:0,batteri:[2,4,5,6],been:[1,4,5],befor:[4,5],behavior:[4,5],being:[4,5],below:[1,4,5],between:[2,3,4,5],beyschlag:3,bin:[1,4,5],bit:[2,4,5],bkl:[2,3],black:[2,4,5],blinka:[1,4,5],blk:[2,3],block:[4,5],blue:[4,5],board:[1,6,7],boot:[1,4,5],both:[4,5],bottom:[2,4,5],bought:[4,5],box:6,breakout:2,bridg:[4,5],bug:4,build:[4,5],button:[1,4,5],by10:2,c320c104k1:[2,5],c320c104k1r5ta7303:2,c4uyot:2,cabl:[1,2,3,4,5],calcul:[4,5],calibr:[4,5],call:0,can:[1,4,5,6],canal:4,cap:[4,5],capac:[4,5],capacitor:[2,5],car:4,card:[1,3,6,7],carri:[1,4,5],caus:[1,4,5],ccf071k50gke36:2,cedex:0,ceram:[2,5],chang:[2,3],channel:[3,4,5],characterist:[4,5],charg:[4,5],check:[1,4,5,6],chosen:[4,5],ciayqk2gdckzia2levalkg:2,circuit:[2,3,4,5],circuitpython:[1,4,5],circul:[4,5],cite:7,clean:[4,5],clement:[0,7],click:[1,4,5],close:[1,4,5],cmf651m0000fkek143:2,code:[1,2,4,5],coef_p0:[4,5],coef_p1:[4,5],coef_p2:[4,5],coef_p3:[4,5],coeff:[4,5],coeffici:[4,5],colour:3,com:[1,2,3,4,5],combin:3,command:[1,4,5],commerci:[4,5],common:[4,5],commun:[0,6],complet:[1,2,6,7],compon:[1,6,7],comput:[1,4,5],conduct:[4,5],config:[1,4,5],configur:[6,7],congratul:[4,5],connect:[1,2,3,7],connector:[3,4,5],conrad:[2,3],consequ:[4,5],consist:[4,5],constitut:[4,5],construct:[4,5],consumpt:[4,5,6],contact:[2,3,4,5],contain:[1,4,5],content:7,control:[4,5,6],convers:[4,5],convert:[2,4,5],copi:1,correct:[4,5],correspond:4,cost:[0,2,3,4,5],could:[2,4,5],cpu:[4,5,6],creat:[1,4,5],creation:0,crimp:[4,5],csv:[4,5],ctrl:[1,4,5],cui:[2,3],current:[0,2,6,7],dale:2,damag:[1,4,5],data:[0,7],date:[0,4,5,7],dcconvert:5,deactiv:[1,4,5],dec:7,decid:[1,4,5],decoupl:5,decreas:2,dedic:[0,6],delai:[4,5],deliv:[4,5],depart:0,depend:[1,4,5],describ:[1,2,4,5],descript:[6,7],design:[4,5],desktop:5,despit:[4,5],detail:4,dev:[1,4,5],develop:[0,1,2,4,5,6,7],devic:[2,3],diagram:[4,5],differ:[1,2,4,5,6],digit:[2,3,4,5],dii:6,din:[4,5],diod:3,dip:2,direct:[4,5],directli:[2,4,5],directori:[1,4,5],disconnect:[4,5],discret:1,displai:[4,5],distanc:[4,5],disturb:[4,5],divid:[4,5],document:[0,4],done:[1,4,5],down:[4,5],download:[4,5],dsp:4,dual:[2,3,4,5],duboi:[0,7],durat:[4,5,6],dure:[1,4,5],dzwb4:[4,5],e00122ff:0,each:[1,3,4,5],eaiaiqobchmin_taxbcx8wivq5nvch2qaqfpeayyccabegjk1_d_bw:2,eaiaiqobchmit8zjzr6x8wivgdnvch2vbwvseaqyayabegjqg_d_bw:2,editor:[1,4,5],effort:6,eiffel:0,either:[1,4,5],ejector:[2,3],electr:[0,2,7],electrod:[0,2,3,7],electron:[2,3,4,5],elektronik:2,elsevi:0,emil:0,enabl:[4,5],end:[1,4,5],energ:[4,5],enough:[3,4,5],ensur:[1,4,5],enter:[1,4,5],entir:[4,5],environ:[1,4,5],environn:[6,7],environnementshould:[1,4,5],equal:[4,5],equival:[2,4,5],ert:[4,5],escap:[1,4,5],estim:[4,5],everyon:0,everyth:2,evolv:[4,5],exampl:[4,5],excess:[4,5],execut:[1,4,5],exist:[4,5],expand:3,expend:3,experi:[0,4,5,6],explain:4,export_path:5,extra:[4,5],failur:[1,4,5],fargier:[0,7],fast:5,featur:[4,5],femal:[2,3,4,5],ferrul:[4,5],fewer:[4,5],ff10:0,fhac0002zxj:4,field:[4,5,6],fig:[4,5],figur:[2,4,5],file:[1,4,5],find:[1,4,5],first:[1,4,5],fix:2,flexibl:0,florsch:[2,4,5],flow:[4,5],folder:[1,4,5],follow:[1,2,3,4,5],forquet:[0,7],four:[2,6,7],framework:[4,5],franc:0,frist:7,from:[3,4,5,6],full:[4,5],fulli:0,fuse:[4,5],g5le:3,gain:[2,4,5],ganc:[0,7],gather:[1,4,5],gclid:2,gener:[2,3,4,5,7],geologi:0,ger:0,get:[0,1,2,4,5],gitlab:[4,5],gnd:[4,5],gnu:[1,4,5],gpio:[1,3,4,5],grenobl:0,gro:0,ground:[2,4,5],gui:[1,4,5],guidelin:7,gurawfaegucaqqfvnvtyeg:2,gustav:0,guyard:[0,7],h81k0bya:[2,4,5],h81k5bya:[2,4,5],had:[4,5],hand:[4,5],handl:[4,5],hardwar:[0,4,5],hardwarex:0,harwin:2,has:[1,3,4,5],have:[1,2,3,4,5,6],hazard:[4,5],hdmi:1,header:[2,3,4,5],hear:[4,5],here:5,hex:3,hexagonal:2,hexseal:[2,3],high:[4,5],higher:[2,5],holder:[4,5],hole:[4,5],holsworthi:2,home:[1,4,5],horizont:[4,5],hous:[4,5],how:[1,4,5],howev:[4,5],http:[1,2,3,4,5],i2c:[2,3],i2cdetect:2,ifsttar:0,iggadovctstu:2,illustr:[4,5],im6toxqzgoauedprb19mha:2,imag:0,imped:[4,5,6],implent:7,improv:[5,6],in1:[4,5],in2:[4,5],in3:[4,5],in4:[4,5],ina282:2,ina282aid:2,includ:[1,4,5],incom:[4,5],incorpor:3,increas:[4,5],inde:[4,5],industri:2,initi:7,inject:[0,6,7],injection_dur:[4,5],inpout:2,input:[2,4,5,6],inra:0,insert:[4,5],insid:[4,5],instal:[2,6,7],instanc:1,instead:[4,5],instruct:[1,7],instrument:[0,2,4,5],integr:2,intens:[4,5],interfac:[1,4,5],interpret:[1,2,4,5],introduc:[4,5],introduct:7,invit:4,involv:0,ion:[4,5],iri:0,irstea:[4,5],its:[1,3,4,5,6],jason:5,jjse:[2,3],journal:4,json:5,juillet:0,juli:7,julien:[0,7],just:[2,5],kaufmann:[0,7],kemet:[2,5],keyboard:[1,4,5],keyston:3,known:[1,4,5],kohm:[2,4,5],laboratori:[0,4,5,6],laps:6,last:5,lastli:[4,5],latest:[1,4,5],lead:[4,5],leav:[1,4,5],length:[4,5],less:[4,5],let:[4,5],libatla:[1,4,5],librari:[1,4,5],lie:[2,4,5],limit:[2,6,7],line:[2,4,5],list:[1,7],lithium:[4,5],littelfus:[4,5],littl:[4,5],lm158:2,lm158j:2,lm158n:2,lm358an:[2,4,5],lm358n:[4,5],locat:[1,4,5],logger:[0,4,5],low:[0,1,4,5,6],lr20:[4,5],lying:[4,5],lyon:0,made:[4,5,6],mai:[1,4,5],main:[4,5],make:[1,4,5],male:[2,3],manag:[4,5],manual:[4,5],manufactur:[2,3,4,5],manuscript:[4,5],master:[4,5],matur:7,max:2,maximum:[4,5],mba02040c1003frp00:3,mcp23008:2,mcp23017:3,measur:[0,1,6,7],mechan:[3,4,5],meet:[1,4,5],mega:[4,5],menu:[1,4,5],mesur:7,met:[1,4,5],meter:[0,4,5,6],meterfeatur:0,mgh:2,micro:[1,4,5,6],mill:2,mimic:[4,5],min:[4,5,6],miss:4,mm2:[4,5],model:[1,2,4,5],modif:[1,4,5],modifi:[1,4,5],modul:[4,5],mofset:3,mohm:[2,4,5,6],mon:0,monitor:[4,5,6],more:6,moreov:[4,5],mosfet:3,mount:[2,4,5],mous:[1,4,5],mouser:[2,3],muliplex:3,multi:[3,4,5],multielectrod:6,multipl:1,multiplex:[0,3,6,7],multipli:[4,5],must:[1,4,5],mux:[4,5,6,7],mzrxyrlhvdt9crf7zyf:3,name:[4,5],nano:[1,4,5],nb_electrod:[4,5],nbr_mea:[4,5],nchannel:3,necessari:[1,4,5],need:[1,2,3,4,5],neg:[4,5],next:[4,5],nicola:[0,7],noob:[1,4,5],nopb:[2,4,5],normal:[4,5],note:[4,5],now:[4,5],number:[2,3,4,5],numer:[4,5],numpi:[1,4,5],obtain:[4,5],offcial:7,offer:[4,5,6],ohm:[2,4,5,6],ohmit:2,ohmmet:[4,5],ohmpi:[1,2,3],ohmpi_4elec:2,ohmpi_param:5,ohx:0,olivi:[0,7],omron:3,onc:[1,4,5],one:[2,4,5,6],onli:[3,7],onto:[4,5],open:[0,1,4,5],oper:[1,2,6,7],optic:2,optim:[4,5],option:[1,4,5],order:[4,5],org:1,orient:5,osf:[4,5],other:[4,5],our:[4,5,6],out:[1,4,5],outpout:2,output:[4,5],over:3,overh:5,own:3,packag:[6,7],padboard:2,pai:[4,5],panason:2,panda:[1,4,5],parallel:1,paramet:[6,7],part:[4,5,6],parten:0,partenair:7,pat1l:5,path:[1,4,5],pcb:[2,3,4,5],pcs:[2,3],per:[2,3,4,5],perform:[0,1,4,5],permut:[4,5],philosophi:[0,7],pic:4,piec:[4,5],pin:[2,3,4,5],pip:[1,4,5],pitch:[2,3,4,5],place:[4,5],plai:2,pleas:[4,5],plug:[2,4,5],point:[4,5,6],polar:[4,5],pole:[4,5],port:2,posit:[1,4,5],possibl:[4,5],potenti:[4,5],potentiomet:[4,5],pour:4,power:[2,3,4,5,6],practic:[4,5],pre:2,preci:2,precis:[2,4,5],prefer:[4,5],preliminari:7,prepar:[2,4,5],present:[0,3,4,5],press:[1,4,5],prevent:5,previou:6,previous:[1,4,5],print:[2,3,4,5],pro:[4,5],problem:1,procedur:7,produc:[4,5],product:[2,3],productdetail:[2,3],program:[1,4,5],progress:[0,7],project:[1,7],propos:[2,4,5],protect:1,protocol:[4,5],provid:[0,4,5],publish:4,puls:[4,5,6],purpos:[4,5],pyhton3:[1,4,5],python3:[1,4,5],python:[6,7],pythonid:[1,4,5],qkeozdl6eqpa6lzrlqfvow:2,quadripol:[4,5],quadrupol:[4,5],quantiti:[1,4,5],r10:[4,5],r11:[4,5],r12:[4,5],r25:2,r_ref:[4,5],rail:[4,5],rang:[4,5],rapberri:[6,7],raspberri:[2,3,6,7],raspberrypi:1,raspbian:[1,4,5],raspebrri:[1,4,5],readm:[4,5],realiz:2,recommend:[1,4,5],red:[2,4,5],reduct:[4,5],refer:[2,3,4,5],relai:[1,2,3,4,5],releas:7,relief:3,remain:[4,5],rememb:[4,5],remot:[1,4,5],repeat:[4,5],repetit:[4,5],replac:5,repositori:[4,5],repres:[3,4,5],requir:[1,4,5,6],research:7,resist:[0,2,6,7],resistor:[2,3,4,5],resolut:[4,5,6],respect:[4,5],result:[2,4,5],revers:[4,5],reversa:[0,4,5],ribbon:3,rm3x8mm:[2,3],robust:[0,4,5,6],role:[4,5],root:[1,4,5],row:[2,3],rpi:[1,4,5],rro:0,ru5fayqh:2,run:[1,2,4,5],safeti:[4,5],sain:[4,5],sainsmart:[4,5],same:[4,5],samtec:[2,4,5],save:[1,4,5],scale:0,schemat:[2,4,5],scienc:[4,5],scientif:0,screen:[2,4,5],screw:[2,3,4,5],searchsuggest:[2,3],searchterm:[2,3],searchtyp:[2,3],second:[4,5],section:[4,5],see:[4,5],seeed:2,seek:6,select:[1,4,5],sequenc:[4,5],sequence_delai:[4,5],seri:[4,5],serv:[4,5],set:[1,2,4,5],setp:5,setup:[1,4,5],sever:[4,5],sgaepimzzmskedp9slc0yfx16nydmpxjueeogolbldi:3,sgaepimzzmskedp9slc0yyv4kpdpmd1hts4slctivmw:2,sgaepimzzmsyydr3r27av4eqf73yoh:3,sgaepimzzmueqxo7l:3,share:6,shield:[1,4,5],shortcut:[4,5],should:[1,2,4,5],show:[2,4,5],shown:[4,5],shunt:2,shutdown:2,signal:[2,4,5],simpl:[1,4,5],simpli:[1,4,5],simultan:[4,5],singl:[4,5],slope:[4,5],small:[0,2,4,5,6],smaller:[4,5],smart:[4,5],smt:2,socket:2,softwar:[1,4,5],soic:2,soil:[4,5],solder:[2,4,5],solut:[4,5],some:[4,5,7],sound:[4,5],sourc:[0,1,4,5],space:[2,3],spacer:[2,3],specif:[4,5,6],specifi:[1,4,5],spi:[1,4,5],spool:2,ssq:2,ssw:[2,4,5],stabl:[1,4,5],stack:[4,5],stainless:[4,5],start:[1,4,5,6,7],startup:7,statu:[0,7],steel:[4,5],step:[4,5,7],still:[4,5],stop:6,storag:[4,5,6],strain:3,strict:[4,5],strip:[2,3,4,5],strong:[4,5],stronger:[4,5],strongli:[1,4,5],stuck:[4,5],studi:[4,5],studio:2,subject:[4,5],sudo:[1,4,5],suffici:[1,4,5],suggest:[2,3,4,5],suitabl:[4,5,6],sum:[4,5],suppli:[2,4,5],support:1,suppress:5,sure:[1,4,5],surfac:0,system:[1,4,5,6],tab:[1,4,5],tabl:5,take:[],target:7,task:[1,4,5],tb009:[2,3],tca9548a:3,tdh15:2,team:6,technic:7,temperatur:[4,5,6],ten:[4,5],termin:[1,2,3,4,5],test:[1,2,4,5],texa:[2,4,5],than:[2,4,5],thd:2,the9:[4,5],thei:[4,5],them:[4,5],therefor:[4,5],thi:[0,1,2,3,4,5,6],thonni:[6,7],thousand:[4,5],three:[2,4,5],through:[4,5],thu:[4,5],time:[1,4,5,6],togeth:[4,5],toler:5,tonni:2,tool:[0,6],total:[2,3,4,5],tow:2,track:[4,5],traco:[2,5],tracopow:[2,5],trn3:5,trn:[2,5],tru:[3,4,5],turn:[4,5],tutori:7,two:[2,4,5,6],txt:[1,4,5],type:[1,3,4,5,6],typic:[4,5],under:[4,5],unexpectedli:[1,4,5],unit:[2,3,4,5,6],univ:0,unplug:2,unzip:[4,5],updat:0,upgrad:[5,6],upper:2,upping:[4,5],upw50b50rv:[4,5],use:[1,3,4,5],used:[1,2,3,4,5],user:[1,4,5,7],using:[1,4,5],usr:[1,4,5],util:1,uwqyq:3,valid:[4,5],valu:[2,4,5],variou:[4,5],vdc:3,velleman:[4,5],venv:[1,4,5],veri:5,version:[1,2,4,5,6],vertic:[4,5],vhuuswq2:3,via:[1,4,5],view:2,villeurbann:0,vip:2,virtual:[6,7],vishai:[2,3],visit:1,vivien:[0,7],vlwxofp3u2wcfk5uckwtka:[2,3],voltag:[2,4,5,6],voltmet:[4,5],w0yvoo0ixfenuv0hsdc4:2,wai:[1,4,5],want:5,watch:[1,4,5],weaker:4,web:[2,3],websit:[1,4,5],weidmul:[4,5],welcom:0,well:[1,4,5],were:[1,2,4,5],when:[1,4,5],where:[1,4,5],which:[2,3,4,5,6],whose:[4,5],willing:0,window:[1,4,5],wire:[1,4,5],wish:6,within:[1,4,5],without:[4,5],wjwzhv1v3pk:[1,4,5],wktuvitrialgiu8hcm7dvq:2,work:2,would:[4,5],wpm404:[4,5],write:[1,2,4,5],wurth:2,www:[1,2,3,4,5],x1j7hmvl2zh8vpefml8:2,yannick:[0,7],yca:2,you:[1,2,4,5],your:[1,2,4,5],youtub:[1,4,5],ze4:2,zvn4206a:3},titles:["OhmPi project","<strong>STEP n\u00b01</strong> : Raspberry Pi  configuration","<strong>STEP n\u00b02</strong>: Measurement board","<strong>STEP n\u00b03</strong>: MUX board","OhmPi V 1.01 (limited to 32 electrodes)","OhmPi V 1.02 (limited to 32 electrodes)","OhmPi V 2.xx (64 or 128 electrodes and 12V)","OHMPI: Open source and open hardware resitivity-meter"],titleterms:{"128":6,"12v":6,IDE:[1,4,5],The:[4,5,6],activ:[1,4,5],assembl:[2,3,4,5],board:[2,3,4,5],card:[4,5],center:7,check:2,cite:0,complet:[4,5],compon:[2,3,4,5],configur:[1,4,5],connect:[4,5],current:[4,5],data:[4,5,6],descript:[2,4,5],document:7,electr:[4,5],electrod:[4,5,6],environn:[1,4,5],four:[4,5],frist:[4,5],hardwar:7,implement:[4,5],implent:[4,5],initi:[4,5],inject:[4,5],instal:[1,4,5],instruct:[4,5],introduct:0,limit:[4,5],list:[2,3,4,5],measur:[2,4,5],mesur:[4,5],meter:7,multiplex:[4,5],mux:3,ohmpi:[0,4,5,6,7],onli:[4,5],open:7,oper:[4,5],packag:[1,4,5],paramet:[4,5],part:[1,2,3],partenair:0,philosophi:[4,5,6],preliminari:[4,5],procedur:[4,5],project:0,python:[1,4,5],rapberri:[1,4,5],raspberri:[1,4,5],requir:[2,3],resist:[4,5],resit:7,sourc:7,start:2,startup:[4,5],step:[1,2,3,6],summari:7,tabl:4,technic:[4,5,6],thonni:[1,4,5],titl:4,virtual:[1,4,5]}})
\ No newline at end of file
diff --git a/sphinx/build/doctrees/Ohmpi.doctree b/sphinx/build/doctrees/Ohmpi.doctree
deleted file mode 100644
index 0f74a64af0ceb96af18bce114e907f3e7f857791..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/Ohmpi.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_01.doctree b/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_01.doctree
deleted file mode 100644
index c2c7ed4fa84597cccf4d4db3d828af5f086b8e92..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_01.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02 - Copie.doctree b/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02 - Copie.doctree
deleted file mode 100644
index 7b959e7d79bf7257e9173cf0666058d54e55b2fd..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02 - Copie.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02.doctree b/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02.doctree
deleted file mode 100644
index d44ab1a8b9f76bf128da0483d8c581006194c3bf..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_02.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_03.doctree b/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_03.doctree
deleted file mode 100644
index 7462f061fdcf1ac2fde156addb07696bd885f550..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/Ohmpi_V2_00/V2_00_step_03.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/V1_01.doctree b/sphinx/build/doctrees/V1_01.doctree
deleted file mode 100644
index 7a3179594cdaa38bf23c41ee8374a22529102d3c..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/V1_01.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/V1_02.doctree b/sphinx/build/doctrees/V1_02.doctree
deleted file mode 100644
index 2905b9204b3e3e6da27b0a4bcb631b7979fd6b75..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/V1_02.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/V2_00.doctree b/sphinx/build/doctrees/V2_00.doctree
deleted file mode 100644
index 5c380896944cc115d5ff810dc5cbcb432eaf60e9..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/V2_00.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/V2_00_step_01.doctree b/sphinx/build/doctrees/V2_00_step_01.doctree
deleted file mode 100644
index 42aebaf9f88608adbe372cf7cd5e851ab731a6af..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/V2_00_step_01.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/V2_00_stpe_01.doctree b/sphinx/build/doctrees/V2_00_stpe_01.doctree
deleted file mode 100644
index 2b432c43c2f0e15e2b47e60f3151dc89fa64b108..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/V2_00_stpe_01.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/environment.pickle b/sphinx/build/doctrees/environment.pickle
deleted file mode 100644
index acb7200f982c82147cedac8df3e85aa8df7b3660..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/environment.pickle and /dev/null differ
diff --git a/sphinx/build/doctrees/index.doctree b/sphinx/build/doctrees/index.doctree
deleted file mode 100644
index 5765ace4c7f6b86ece3a2284bf843bd2c6de96c5..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/index.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/old/page2.doctree b/sphinx/build/doctrees/old/page2.doctree
deleted file mode 100644
index 96f015a524fbdbbc9a0ba20bf96435fdaeb0bb96..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/old/page2.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/page0.doctree b/sphinx/build/doctrees/page0.doctree
deleted file mode 100644
index 16aaded7cbf2dc04b90a80a4ec46956ab771c94d..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/page0.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/page1.doctree b/sphinx/build/doctrees/page1.doctree
deleted file mode 100644
index 8cf0edecb8e47b70d345b76eefaa91307f2807b8..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/page1.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/page2.doctree b/sphinx/build/doctrees/page2.doctree
deleted file mode 100644
index 92d23f7e7efd59e3c0459f5bd27ac5b24d25e0f5..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/page2.doctree and /dev/null differ
diff --git a/sphinx/build/doctrees/test.doctree b/sphinx/build/doctrees/test.doctree
deleted file mode 100644
index 0eceec5892c84057ab2e267e6921fa19920bc267..0000000000000000000000000000000000000000
Binary files a/sphinx/build/doctrees/test.doctree and /dev/null differ
diff --git a/sphinx/build/html/Ohmpi_V2_00/V2_00_step_02.html b/sphinx/build/html/Ohmpi_V2_00/V2_00_step_02.html
index beebf4e9157e93aeee5f484cf7180d920c5cdafe..4b89e1ca047bb7a2910c0c6db2e5be05bbfeb7df 100644
--- a/sphinx/build/html/Ohmpi_V2_00/V2_00_step_02.html
+++ b/sphinx/build/html/Ohmpi_V2_00/V2_00_step_02.html
@@ -321,7 +321,7 @@ We have developed a complete “plug and play” measurement board. To measure e
 two ADS1115 were used,one for the voltage measurement one for the current measurement, as proposed by Florsch [7]. The ADS1115
 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. The advantage of ADS1115 is that the
 input signal value could lie between - to + 6.114 V. For the current measurement we have directly integrated the INA282 component,
-which allows to realize precise current measurement around a shunt resistor. The assembly steps are described in the following steps:</p>
+which allows to realize precise current measurement around a shunt resistor. The assembly are described in the following steps:</p>
 <table class="docutils align-center">
 <colgroup>
 <col style="width: 12%" />
@@ -479,6 +479,10 @@ electrodes A and B</p></td>
 </tr>
 </tbody>
 </table>
+<div class="admonition warning">
+<p class="admonition-title">Warning</p>
+<p>In this version, We used a shunt resistor of 2 ohms, which limits the current measurement to 48 mA. If the current is higher than this value, you just have to decrease the value of the shunt resistor.Change the shunt value in the code.</p>
+</div>
 <table class="docutils align-center">
 <colgroup>
 <col style="width: 13%" />
@@ -901,7 +905,8 @@ on the screen.</p></td>
 </td>
 </tr>
 <tr class="row-even"><td><p>Install the red cables on the +12V terminal and black cable
-on the ground terminal.</p></td>
+on the ground terminal. Connect to two different 12V
+batteries</p></td>
 </tr>
 </tbody>
 </table>
@@ -944,7 +949,7 @@ on the ground terminal.</p></td>
 </td>
 </tr>
 <tr class="row-even"><td><p>Run Ohmpi_4elec.py, if everything works you should
-get the following result</p></td>
+get the following result (220 ohm)</p></td>
 </tr>
 </tbody>
 </table>
diff --git a/sphinx/build/html/Ohmpi_V2_00/V2_00_step_03.html b/sphinx/build/html/Ohmpi_V2_00/V2_00_step_03.html
deleted file mode 100644
index 18f4d6e031384ec12715d2554648a6db64722522..0000000000000000000000000000000000000000
--- a/sphinx/build/html/Ohmpi_V2_00/V2_00_step_03.html
+++ /dev/null
@@ -1,293 +0,0 @@
-<!DOCTYPE html>
-<html class="writer-html5" lang="en" >
-<head>
-  <meta charset="utf-8" /><meta name="generator" content="Docutils 0.17.1: http://docutils.sourceforge.net/" />
-
-  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
-  <title>STEP n°3: MUX board &mdash; Ohmpi: open hardware resistivity-meter documentation</title>
-      <link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
-      <link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
-  <!--[if lt IE 9]>
-    <script src="../_static/js/html5shiv.min.js"></script>
-  <![endif]-->
-  
-        <script data-url_root="../" id="documentation_options" src="../_static/documentation_options.js"></script>
-        <script src="../_static/jquery.js"></script>
-        <script src="../_static/underscore.js"></script>
-        <script src="../_static/doctools.js"></script>
-    <script src="../_static/js/theme.js"></script>
-    <link rel="index" title="Index" href="../genindex.html" />
-    <link rel="search" title="Search" href="../search.html" />
-    <link rel="prev" title="STEP n°2: Measurement board" href="V2_00_step_02.html" /> 
-</head>
-
-<body class="wy-body-for-nav"> 
-  <div class="wy-grid-for-nav">
-    <nav data-toggle="wy-nav-shift" class="wy-nav-side">
-      <div class="wy-side-scroll">
-        <div class="wy-side-nav-search" >
-            <a href="../index.html" class="icon icon-home"> Ohmpi:
-          </a>
-<div role="search">
-  <form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
-    <input type="text" name="q" placeholder="Search docs" />
-    <input type="hidden" name="check_keywords" value="yes" />
-    <input type="hidden" name="area" value="default" />
-  </form>
-</div>
-        </div><div class="wy-menu wy-menu-vertical" data-spy="affix" role="navigation" aria-label="Navigation menu">
-              <ul class="current">
-<li class="toctree-l1"><a class="reference internal" href="../Ohmpi.html">OhmPi project</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../V1_01.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
-<li class="toctree-l1"><a class="reference internal" href="../V1_02.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
-<li class="toctree-l1 current"><a class="reference internal" href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes and 12V)</a><ul class="current">
-<li class="toctree-l2"><a class="reference internal" href="../V2_00.html#the-philosophy-of-ohmpi">The philosophy of Ohmpi</a></li>
-<li class="toctree-l2"><a class="reference internal" href="../V2_00.html#technical-data">Technical data</a></li>
-<li class="toctree-l2 current"><a class="reference internal" href="../V2_00.html#ohmpi-2-step-by-step">Ohmpi 2 step by step</a><ul class="current">
-<li class="toctree-l3"><a class="reference internal" href="V2_00_step_01.html"><strong>STEP n°1</strong> : Raspberry Pi  configuration</a></li>
-<li class="toctree-l3"><a class="reference internal" href="V2_00_step_02.html"><strong>STEP n°2</strong>: Measurement board</a></li>
-<li class="toctree-l3 current"><a class="current reference internal" href="#"><strong>STEP n°3</strong>: MUX board</a><ul>
-<li class="toctree-l4"><a class="reference internal" href="#part-a-assembly-of-mux-board"><strong>PART A</strong> Assembly of MUX board</a></li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-</li>
-</ul>
-
-        </div>
-      </div>
-    </nav>
-
-    <section data-toggle="wy-nav-shift" class="wy-nav-content-wrap"><nav class="wy-nav-top" aria-label="Mobile navigation menu" >
-          <i data-toggle="wy-nav-top" class="fa fa-bars"></i>
-          <a href="../index.html">Ohmpi:</a>
-      </nav>
-
-      <div class="wy-nav-content">
-        <div class="rst-content">
-          <div role="navigation" aria-label="Page navigation">
-  <ul class="wy-breadcrumbs">
-      <li><a href="../index.html" class="icon icon-home"></a> &raquo;</li>
-          <li><a href="../V2_00.html">OhmPi V 2.xx (64 or 128 electrodes and 12V)</a> &raquo;</li>
-      <li><strong>STEP n°3</strong>: MUX board</li>
-      <li class="wy-breadcrumbs-aside">
-            <a href="../_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt" rel="nofollow"> View page source</a>
-      </li>
-  </ul>
-  <hr/>
-</div>
-          <div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
-           <div itemprop="articleBody">
-             
-  <section id="step-n3-mux-board">
-<h1><strong>STEP n°3</strong>: MUX board<a class="headerlink" href="#step-n3-mux-board" title="Permalink to this headline"></a></h1>
-<section id="part-a-assembly-of-mux-board">
-<h2><strong>PART A</strong> Assembly of MUX board<a class="headerlink" href="#part-a-assembly-of-mux-board" title="Permalink to this headline"></a></h2>
-<section id="required-components">
-<h3>Required components<a class="headerlink" href="#required-components" title="Permalink to this headline"></a></h3>
-<figure class="align-center">
-<a class="reference internal image-reference" href="../_images/00_mes_board_components1.jpg"><img alt="alternate text" src="../_images/00_mes_board_components1.jpg" style="width: 600px; height: 450px;" /></a>
-</figure>
-<table class="colwidths-given docutils align-default" id="id1">
-<caption><span class="caption-text">List of components</span><a class="headerlink" href="#id1" title="Permalink to this table"></a></caption>
-<colgroup>
-<col style="width: 8%" />
-<col style="width: 18%" />
-<col style="width: 18%" />
-<col style="width: 18%" />
-<col style="width: 18%" />
-<col style="width: 9%" />
-<col style="width: 9%" />
-</colgroup>
-<thead>
-<tr class="row-odd"><th class="head"><p>Component</p></th>
-<th class="head"><p>Number</p></th>
-<th class="head"><p>Cost per unit €</p></th>
-<th class="head"><p>Total cost €</p></th>
-<th class="head"><p>Manufacturer</p></th>
-<th class="head"><p>Manufacturer s reference</p></th>
-<th class="head"><p>Web reference</p></th>
-</tr>
-</thead>
-<tbody>
-<tr class="row-even"><td><p>Printed circuit board</p></td>
-<td><p>4</p></td>
-<td><p>140</p></td>
-<td><p>560</p></td>
-<td><p>Asler</p></td>
-<td><ul class="simple">
-<li></li>
-</ul>
-</td>
-<td><ul class="simple">
-<li></li>
-</ul>
-</td>
-</tr>
-<tr class="row-odd"><td><p>Pin strip no ejector  16 pins</p></td>
-<td><p>16</p></td>
-<td><p>0.62</p></td>
-<td><p>9.92</p></td>
-<td><p>BLK electronic</p></td>
-<td><p>10120550</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/tru-components-1580994-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-1580994">https://www.conrad.com/p/tru-components-1580994-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-1580994</a></p></td>
-</tr>
-<tr class="row-even"><td><p>diode-1n4007</p></td>
-<td><p>256</p></td>
-<td><p>0.091</p></td>
-<td><p>23.296</p></td>
-<td><p>Diodes Incorporated</p></td>
-<td><p>1N4007-T</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Diodes-Incorporated/1N4007-T?qs=sGAEpiMZZMueQxo7L%2FBPyAkbORUUMREn">https://www.mouser.fr/ProductDetail/Diodes-Incorporated/1N4007-T?qs=sGAEpiMZZMueQxo7L%2FBPyAkbORUUMREn</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>Pin strip no ejector  6 pins</p></td>
-<td><p>4</p></td>
-<td><p>0.39</p></td>
-<td><p>1.56</p></td>
-<td><p>BLK electronic</p></td>
-<td><p>10120550</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/tru-components-1580994-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-1580994">https://www.conrad.com/p/tru-components-1580994-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-1580994</a></p></td>
-</tr>
-<tr class="row-even"><td><p>Dual screw terminal (5.08-mm pitch)</p></td>
-<td><p>12</p></td>
-<td><p>0.648</p></td>
-<td><p>7.776</p></td>
-<td><p>CUI Devices</p></td>
-<td><p>TB009-508-02BE</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/CUI-Devices/TB009-508-02BE?qs=vLWxofP3U2wCFk5uCkWTkA%3D%3D">https://www.mouser.fr/ProductDetail/CUI-Devices/TB009-508-02BE?qs=vLWxofP3U2wCFk5uCkWTkA%3D%3D</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>Generic male header - 3 pins</p></td>
-<td><p>12</p></td>
-<td><p>0.205</p></td>
-<td><p>2.46</p></td>
-<td><p>TE Connectivity</p></td>
-<td><p>4-103321-5</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/TE-Connectivity/4-103321-5?qs=5TwgZeq9E7HSYLqaljJYrw%3D%3D">https://www.mouser.fr/ProductDetail/TE-Connectivity/4-103321-5?qs=5TwgZeq9E7HSYLqaljJYrw%3D%3D</a></p></td>
-</tr>
-<tr class="row-even"><td><p>MCP23017 I2C I/O Expander</p></td>
-<td><p>16</p></td>
-<td><p>2.5</p></td>
-<td><p>40</p></td>
-<td><p>Adafruit</p></td>
-<td><p>732</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Adafruit/732?qs=sGAEpiMZZMsKEdP9slC0Yfx16nYdMpXJueeOGoLBlDI%3D">https://www.mouser.fr/ProductDetail/Adafruit/732?qs=sGAEpiMZZMsKEdP9slC0Yfx16nYdMpXJueeOGoLBlDI%3D</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>Omron G5LE-1-VD 12 VDC PCB relay 12 V DC 8 A 1</p></td>
-<td><p>256</p></td>
-<td><p>1.27</p></td>
-<td><p>325.12</p></td>
-<td><p>Omron</p></td>
-<td><p>G5LE-1-VD 12 VDC</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/omron-g5le-1-vd-12-vdc-pcb-relay-12-v-dc-8-a-1-change-over-1-pcs-503811">https://www.conrad.com/p/omron-g5le-1-vd-12-vdc-pcb-relay-12-v-dc-8-a-1-change-over-1-pcs-503811</a></p></td>
-</tr>
-<tr class="row-even"><td><p>ZVN4206A   MOSFET-NCHANNEL</p></td>
-<td><p>256</p></td>
-<td><p>0.471</p></td>
-<td><p>120.576</p></td>
-<td><p>Diodes Incorporated</p></td>
-<td><p>ZVN4206A</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Diodes-Incorporated/ZVN4206A?qs=vHuUswq2%252Bsz9b%2Ff6fcXt7g%3D%3D">https://www.mouser.fr/ProductDetail/Diodes-Incorporated/ZVN4206A?qs=vHuUswq2%252Bsz9b%2Ff6fcXt7g%3D%3D</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>100k? Resistor</p></td>
-<td><p>256</p></td>
-<td><p>0.061</p></td>
-<td><p>15.616</p></td>
-<td><p>Vishay / Beyschlag</p></td>
-<td><p>MBA02040C1003FRP00</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Vishay-Beyschlag/MBA02040C1003FRP00?qs=mzRxyRlhVdt9crF7Zyf%2F5Q%3D%3D">https://www.mouser.fr/ProductDetail/Vishay-Beyschlag/MBA02040C1003FRP00?qs=mzRxyRlhVdt9crF7Zyf%2F5Q%3D%3D</a></p></td>
-</tr>
-<tr class="row-even"><td><p>Adafruit TCA9548A</p></td>
-<td><p>4</p></td>
-<td><p>5.89</p></td>
-<td><p>23.56</p></td>
-<td><p>Adafruit</p></td>
-<td><p>2717</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Adafruit/2717?qs=sGAEpiMZZMsyYdr3R27aV4EQf73yOH%252Baqg%252BZ3hVktao%3D">https://www.mouser.fr/ProductDetail/Adafruit/2717?qs=sGAEpiMZZMsyYdr3R27aV4EQf73yOH%252Baqg%252BZ3hVktao%3D</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>BKL Electronic 10120558 Pin strip no ejector Contact spacing: 2.54 mm Total number of pins: 16 No. of rows: 2 1 pc(s)</p></td>
-<td><p>16</p></td>
-<td><p>0.51</p></td>
-<td><p>8.16</p></td>
-<td><p>BLK electronic</p></td>
-<td><p>10120558</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/bkl-electronic-10120558-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-741727?searchTerm=741727&amp;searchType=suggest&amp;searchSuggest=product">https://www.conrad.com/p/bkl-electronic-10120558-pin-strip-no-ejector-contact-spacing-254-mm-total-number-of-pins-16-no-of-rows-2-1-pcs-741727?searchTerm=741727&amp;searchType=suggest&amp;searchSuggest=product</a></p></td>
-</tr>
-<tr class="row-even"><td><p>BKL Electronic 10120862 Pin connector + strain relief Contact spacing: 2.54 mm Total number of pins: 6 No. of rows: 2 1</p></td>
-<td><p>16</p></td>
-<td><p>0.84</p></td>
-<td><p>13.44</p></td>
-<td><p>BLK electronic</p></td>
-<td><p>10120862</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/bkl-electronic-10120862-pin-connector-strain-relief-contact-spacing-254-mm-total-number-of-pins-6-no-of-rows-2-1-742063">https://www.conrad.com/p/bkl-electronic-10120862-pin-connector-strain-relief-contact-spacing-254-mm-total-number-of-pins-6-no-of-rows-2-1-742063</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>BKL Electronic 10120158/10 Ribbon cable Contact spacing: 1.27 mm 16 x 0.08 mm Multi-coloured 10 m</p></td>
-<td><p>1</p></td>
-<td><p>27</p></td>
-<td><p>27</p></td>
-<td><p>BLK electronic</p></td>
-<td><p>10120158/10</p></td>
-<td><p><a class="reference external" href="https://www.conrad.com/p/bkl-electronic-1012015810-ribbon-cable-contact-spacing-127-mm-16-x-008-mm-multi-coloured-10-m-1548658?searchTerm=1548658&amp;searchType=suggest&amp;searchSuggest=product">https://www.conrad.com/p/bkl-electronic-1012015810-ribbon-cable-contact-spacing-127-mm-16-x-008-mm-multi-coloured-10-m-1548658?searchTerm=1548658&amp;searchType=suggest&amp;searchSuggest=product</a></p></td>
-</tr>
-<tr class="row-even"><td><p>spacer 5.5 HEX 25 mm M3 male/female</p></td>
-<td><p>31</p></td>
-<td><p>2.79</p></td>
-<td><p>86.49</p></td>
-<td><p>Keystone Electronics</p></td>
-<td><p>24300</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Keystone-Electronics/24300?qs=UWqYQ%2F2cZWu0ejpOzmZC2A%3D%3D">https://www.mouser.fr/ProductDetail/Keystone-Electronics/24300?qs=UWqYQ%2F2cZWu0ejpOzmZC2A%3D%3D</a></p></td>
-</tr>
-<tr class="row-odd"><td><p>Screw</p></td>
-<td><p>9</p></td>
-<td><p>0.305</p></td>
-<td><p>2.745</p></td>
-<td><p>APM HEXSEAL</p></td>
-<td><p>RM3X8MM-2701</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/APM-HEXSEAL/RM3X8MM-2701?qs=JJSE%2F12mKnS3VxSDrYXUHw%3D%3D">https://www.mouser.fr/ProductDetail/APM-HEXSEAL/RM3X8MM-2701?qs=JJSE%2F12mKnS3VxSDrYXUHw%3D%3D</a></p></td>
-</tr>
-<tr class="row-even"><td><p>spacer 5.5 HEX 25 mm M3 female/female</p></td>
-<td><p>9</p></td>
-<td><p>0.846</p></td>
-<td><p>7.614</p></td>
-<td><p>Keystone Electronics</p></td>
-<td><p>25515</p></td>
-<td><p><a class="reference external" href="https://www.mouser.fr/ProductDetail/Keystone-Electronics/25515?qs=UWqYQ%2F2cZWuxuhUmfr%252BZuQ%3D%3D">https://www.mouser.fr/ProductDetail/Keystone-Electronics/25515?qs=UWqYQ%2F2cZWuxuhUmfr%252BZuQ%3D%3D</a></p></td>
-</tr>
-</tbody>
-</table>
-</section>
-</section>
-</section>
-
-
-           </div>
-          </div>
-          <footer><div class="rst-footer-buttons" role="navigation" aria-label="Footer">
-        <a href="V2_00_step_02.html" class="btn btn-neutral float-left" title="STEP n°2: Measurement board" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left" aria-hidden="true"></span> Previous</a>
-    </div>
-
-  <hr/>
-
-  <div role="contentinfo">
-    <p>&#169; Copyright 2020, INRAE, Rémi CLEMENT.</p>
-  </div>
-
-  Built with <a href="https://www.sphinx-doc.org/">Sphinx</a> using a
-    <a href="https://github.com/readthedocs/sphinx_rtd_theme">theme</a>
-    provided by <a href="https://readthedocs.org">Read the Docs</a>.
-   
-
-</footer>
-        </div>
-      </div>
-    </section>
-  </div>
-  <script>
-      jQuery(function () {
-          SphinxRtdTheme.Navigation.enable(true);
-      });
-  </script> 
-
-</body>
-</html>
\ No newline at end of file
diff --git a/sphinx/build/html/_images/MUX_00.jpg b/sphinx/build/html/_images/MUX_00.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..686a35fc45a6a18ace8edd339a876e14a9bef592
Binary files /dev/null and b/sphinx/build/html/_images/MUX_00.jpg differ
diff --git a/sphinx/build/html/_images/MUX_01.jpg b/sphinx/build/html/_images/MUX_01.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..19348c4f4611c767291be53d783ea25143e830be
Binary files /dev/null and b/sphinx/build/html/_images/MUX_01.jpg differ
diff --git a/sphinx/build/html/_images/MUX_02.jpg b/sphinx/build/html/_images/MUX_02.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7601e8b721e6f47ed75a245bd2625d2d07e3950c
Binary files /dev/null and b/sphinx/build/html/_images/MUX_02.jpg differ
diff --git a/sphinx/build/html/_images/MUX_03.jpg b/sphinx/build/html/_images/MUX_03.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e87437e4f187bbc3aaf1a2186c19ab6827d8c2ea
Binary files /dev/null and b/sphinx/build/html/_images/MUX_03.jpg differ
diff --git a/sphinx/build/html/_images/MUX_04.jpg b/sphinx/build/html/_images/MUX_04.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b80c7e30b84649d3b684266ffa7a8a528a98d5df
Binary files /dev/null and b/sphinx/build/html/_images/MUX_04.jpg differ
diff --git a/sphinx/build/html/_images/MUX_05.jpg b/sphinx/build/html/_images/MUX_05.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..aa6d46a10980852997d917165b79c34e6dc54812
Binary files /dev/null and b/sphinx/build/html/_images/MUX_05.jpg differ
diff --git a/sphinx/build/html/_images/MUX_06.jpg b/sphinx/build/html/_images/MUX_06.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..368e24b93596315a0dfb5a443d03cde196fc1d75
Binary files /dev/null and b/sphinx/build/html/_images/MUX_06.jpg differ
diff --git a/sphinx/build/html/_images/MUX_07.jpg b/sphinx/build/html/_images/MUX_07.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1086d5ab36c451047701fb728d9e5f1fc37f7af8
Binary files /dev/null and b/sphinx/build/html/_images/MUX_07.jpg differ
diff --git a/sphinx/build/html/_images/MUX_08.jpg b/sphinx/build/html/_images/MUX_08.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..af86ba353fed5b6d9231ca13771ea9556c149907
Binary files /dev/null and b/sphinx/build/html/_images/MUX_08.jpg differ
diff --git a/sphinx/build/html/_images/MUX_09.jpg b/sphinx/build/html/_images/MUX_09.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0f3247cc8858201b4919d45a6ec450e099dd6480
Binary files /dev/null and b/sphinx/build/html/_images/MUX_09.jpg differ
diff --git a/sphinx/build/html/_images/MUX_board_componement.jpg b/sphinx/build/html/_images/MUX_board_componement.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6fdad018330cc86c50b18552261d58359c79bc9c
Binary files /dev/null and b/sphinx/build/html/_images/MUX_board_componement.jpg differ
diff --git a/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt b/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
index 0f33174bce9a1577fa8fccbf537129c6547049d8..243ddd8ee3ec11314e9009e55c0dd1a971a379a1 100644
--- a/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
+++ b/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_02.rst.txt
@@ -40,7 +40,7 @@ We have developed a complete "plug and play" measurement board. To measure elect
 two ADS1115 were used,one for the voltage measurement one for the current measurement, as proposed by Florsch [7]. The ADS1115
 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. The advantage of ADS1115 is that the 
 input signal value could lie between - to + 6.114 V. For the current measurement we have directly integrated the INA282 component, 
-which allows to realize precise current measurement around a shunt resistor. The assembly steps are described in the following steps:
+which allows to realize precise current measurement around a shunt resistor. The assembly are described in the following steps:
 
 
 
@@ -152,6 +152,12 @@ which allows to realize precise current measurement around a shunt resistor. The
    |         |  Soldering three capacitors (100nF)                        | 
    |         |                                                            |                                                                       
    +---------+------------------------------------------------------------+
+
+.. warning::
+	 
+	 In this version, We used a shunt resistor of 2 ohms, which limits the current measurement to 48 mA. If the current is higher than this value, you just have to decrease the value of the shunt resistor.Change the shunt value in the code.
+
+
    
 .. table::
    :align: center
@@ -429,7 +435,8 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/Inked20211206_150522_LI.jpg        |
    |6       +------------------------------------------------------------+
    |        |Install the red cables on the +12V terminal and black cable |                                                                       
-   |        |on the ground terminal.                                     |
+   |        |on the ground terminal. Connect to two different 12V        |
+   |        |batteries                                                   |
    +--------+------------------------------------------------------------+ 
 
 .. table::
@@ -461,5 +468,5 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/20211206_144334.jpg                |
    |7       +------------------------------------------------------------+
    |        | Run Ohmpi_4elec.py, if everything works you should         |                    
-   |        | get the following result                                   |
+   |        | get the following result (220 ohm)                         |
    +--------+------------------------------------------------------------+ 
diff --git a/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt b/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt
deleted file mode 100644
index 4684d5a143c3a16e2c534a45eb33b8f40da80fd3..0000000000000000000000000000000000000000
--- a/sphinx/build/html/_sources/Ohmpi_V2_00/V2_00_step_03.rst.txt
+++ /dev/null
@@ -1,24 +0,0 @@
-
-**STEP n°3**: MUX board
-****************************************************
-
-
-**PART A** Assembly of MUX board
-======================================================
-
-
-Required components 
-----------------------------------------------------
-
-.. figure:: step_n_3/a/00_mes_board_components.jpg       
-	   :width: 600px
-	   :align: center
-	   :height: 450px
-	   :alt: alternate text
-	   :figclass: align-center 
-
-
-.. csv-table:: List of components
-   :file: step_n_3/a/MUX_board_list_2_xx.csv
-   :widths: 30, 70, 70, 70, 70, 35, 35
-   :header-rows: 1 
\ No newline at end of file
diff --git a/sphinx/build/html/searchindex.js b/sphinx/build/html/searchindex.js
deleted file mode 100644
index f917599f135e6d39b1adba63d1728677941fa115..0000000000000000000000000000000000000000
--- a/sphinx/build/html/searchindex.js
+++ /dev/null
@@ -1 +0,0 @@
-Search.setIndex({docnames:["Ohmpi","Ohmpi_V2_00/V2_00_step_01","Ohmpi_V2_00/V2_00_step_02","Ohmpi_V2_00/V2_00_step_03","V1_01","V1_02","V2_00","index"],envversion:{"sphinx.domains.c":2,"sphinx.domains.changeset":1,"sphinx.domains.citation":1,"sphinx.domains.cpp":4,"sphinx.domains.index":1,"sphinx.domains.javascript":2,"sphinx.domains.math":2,"sphinx.domains.python":3,"sphinx.domains.rst":2,"sphinx.domains.std":2,sphinx:56},filenames:["Ohmpi.rst","Ohmpi_V2_00/V2_00_step_01.rst","Ohmpi_V2_00/V2_00_step_02.rst","Ohmpi_V2_00/V2_00_step_03.rst","V1_01.rst","V1_02.rst","V2_00.rst","index.rst"],objects:{},objnames:{},objtypes:{},terms:{"0":[2,3,4,5,6],"00":6,"000":[4,5],"001000":2,"001101":2,"008":3,"01":[5,7],"018":[4,5],"02":[2,4,7],"0251001":5,"02be":[2,3],"04":[0,4,5],"05":[4,5],"06":[4,5],"061":3,"08":[2,3],"09":[4,5],"091":3,"1":[2,3,6,7],"10":[2,3,4,5],"100":[4,5],"100k":3,"100nf":[2,5],"101":[4,5],"10120158":3,"1012015810":3,"10120550":[2,3],"10120558":3,"10120862":3,"1016":0,"102110421":2,"103":[4,5],"103321":3,"1083":[4,5],"1085":2,"10v":5,"11":[2,4,5],"110":[2,4,5],"1115":[4,5],"114":[2,4,5],"11mm":2,"12":[2,3,4,5,6],"120":[2,3],"1211n":2,"1212":2,"1215":[2,5],"127":3,"128":7,"12v":[2,4,5,7],"13":[2,3,4,5,7],"1332":[4,5],"14":2,"140":3,"15":[2,3,4,5],"150":[4,5,6],"1548658":3,"1565235":[4,5],"1568649":[4,5],"1580994":3,"16":[2,3,4,5],"17":[2,4,5],"18":[2,4,5,6],"185":[4,5],"19":[2,4,5],"199":[4,5],"1kohm":2,"1n4007":3,"1x0":[4,5],"1x1":[4,5],"1x10":[2,4,5],"2":[1,3,4,5,7],"20":[2,4,5],"2016":7,"2020":0,"2021":[0,7],"205":3,"21":[2,4,5],"22":[2,4,5],"220":2,"23":[2,3,4,5],"24":[0,2,4,5],"24300":3,"24v":[2,5],"25":[3,4,5,6],"252b7an":2,"252baqg":3,"252bdzonqg":2,"252be0w1orxzibqpw":2,"252be1bmvd":2,"252bg":2,"252bii":2,"252bnrpuooeq":2,"252bsz9b":3,"252bx":2,"252bz3hvktao":3,"252bzuq":3,"254":[2,3],"25515":3,"256":3,"26":[4,5],"27":[3,4,5],"2701":[2,3],"2717":3,"29":[4,5],"296":3,"2a":[4,5],"2f0t3ruis9pcaqjlt4":2,"2f12mkns3vxsdryxuhw":[2,3],"2f2czwu0ejpozmzc2a":3,"2f2czwuxuhumfr":3,"2f33nj0gbxroculucynpyong":2,"2f5q":3,"2faaymw02gquicgqj0ta":2,"2fbpyakboruumren":3,"2ff6fcxt7g":3,"2ffq":2,"2fha2pyfadugpyeg4idvm":2,"2fha2pyfadugy9twham3ru9hmijohywhbin95knm":2,"2fha2pyfaduh":2,"2fha2pyfaduhuylh7az":2,"2fha2pyfadujqkqx4wauig":2,"2flq1th4mcyoetma":2,"2fm":2,"2fmgndxmcnv":2,"2fmjfh2xjoums6wztux4som":2,"2fmsr":2,"2fogzutwiq9iz5vjaqfoyugqalgxpeckigrqvf4hn":2,"2fq":2,"2fqaur8narg":2,"2fufuz19ilfayzxocfra":2,"3":[1,2,4,5,6,7],"30":[4,5],"3002002":2,"304":2,"305":[2,3],"308":2,"31":[2,3],"32":[0,1,6,7],"325":3,"35":2,"36":[2,4,5],"37":[4,5],"38":[4,5],"39":[2,3,4,5],"3d":[2,3],"3x11":2,"4":[1,2,3,4,5,6],"40":[3,4,5,6],"41":2,"41f2r0e":2,"42":2,"43":[2,4,5],"44":[3,4,5],"449":2,"45100":0,"46":3,"4686":[4,5],"471":3,"48":[2,4,5],"49":3,"5":[1,2,3,4,5,6],"50":[4,5,6],"500":[4,5],"503811":3,"508":[2,3],"50vdc":[2,5],"51":3,"52":[4,5],"524":2,"53":[2,5],"537":[4,5],"54":3,"5488":[4,5],"55":[4,5],"56":3,"560":3,"576":[3,4],"58":[2,4,5],"593":2,"5kohm":2,"5m":2,"5twgzeq9e7hsylqaljjyrw":3,"5v":[2,4,5],"5vcc":[4,5],"5vdc":[4,5],"5w":[2,4,5],"6":[1,2,3,4,5],"614":3,"616":3,"62":3,"627":[4,5],"64":[4,5,7],"648":[2,3,4,5],"66":[4,5],"68":[4,5],"69626":0,"69675":0,"7":[1,2,3,4,5],"70":[4,5],"71":[4,5],"72":[2,5],"732":3,"741435":2,"741727":3,"742063":3,"745":3,"75":2,"762":2,"776":3,"79":3,"796":2,"7ah":[4,5],"7mvldsj5uaxen3lyyh3sqw":2,"8":[0,1,2,3,4,5],"80":6,"83":2,"84":[2,3],"846":3,"858":[4,5],"86":3,"87":2,"89":3,"897":[4,5],"9":[1,2,3,4,5,6],"9004330000":[4,5],"92":[3,4,5],"96":4,"966067":[4,5],"971110321":2,"99":[4,5],"9v":[4,5],"ao\u00fbt":0,"case":[1,4,5],"export":1,"final":[4,5],"function":[0,4,5],"h\u00e9l\u00e8ne":[0,7],"mm\u00b2":[4,5],"new":[1,4,5,6],"orl\u00e9an":0,"public":[4,5],"r\u00e9mi":[0,7],"return":[1,4,5],"switch":[4,5],"universit\u00e9":0,"vid\u00e9o":[1,4,5],A:[4,5,6],As:[4,5],At:[1,4,5],For:[1,2,4,5],If:[1,2,4,5],In:[0,1,2,4,5,6],It:[1,4,5,6],Its:[4,5],No:3,On:[1,4,5],The:[1,2,7],These:[4,5],To:[1,2,4,5],With:[4,5],a0:[4,5],a1:[4,5],a2:[4,5],a3:[4,5],abmn:[4,5],abov:[4,5],acc:[1,4,5],access:[4,5],accord:[4,5],accur:[4,5],accuraci:[4,5],acid:[4,5],activ:[6,7],actual:[4,5],ad:[4,5],adafruit:[1,2,3,4,5],adapt:[2,4,5],adc:[2,4,5],add:[4,5],addit:[4,5],address:[2,4,5],adjust:[2,4,5],ads1115:[2,4,5],ads115:[2,4,5],ads1x15:[1,4,5],advantag:2,after:[4,5],al:0,all:[1,4,5,6],allow:[0,2,4,5,6],alp:0,also:[1,4,5],altern:[1,4,5],amp:[2,4,5],amplif:2,amplifi:[4,5],an:[0,1,2,4,5],analog:[2,4,5],ani:[4,5],anoth:[1,4,5],apm:[2,3],appear:[1,2,4,5],appli:[0,4,5],applic:0,apt:[1,4,5],aqy211eh:2,ar:[1,2,4,5],arduino:4,arm:4,around:2,arrai:[4,5],articl:[4,5],asler:[2,3,4,5],assembl:[6,7],assist:[4,5],associ:0,attent:[4,5],attribut:[4,5],author:[0,1,4,5,7],automat:[0,4,5],automobil:[4,5],avail:[4,5],avr:4,b:6,bank:[4,5],base:[1,4,5],basic:0,batteri:[2,4,5,6],been:[1,4,5],befor:[4,5],behavior:[4,5],being:[4,5],below:[1,4,5],between:[2,4,5],beyschlag:3,bin:[1,4,5],bit:[2,4,5],bkl:[2,3],black:[2,4,5],blinka:[1,4,5],blk:[2,3],block:[4,5],blue:[4,5],board:[1,6,7],boot:[1,4,5],both:[4,5],bottom:[2,4,5],bought:[4,5],box:6,breakout:2,bridg:[4,5],bug:4,build:[4,5],button:[1,4,5],by10:2,c320c104k1:[2,5],c320c104k1r5ta7303:2,c4uyot:2,c:[4,5,6],cabl:[1,2,3,4,5],calcul:[4,5],calibr:[4,5],call:[0,1],can:[1,4,5,6],canal:4,cap:[4,5],capac:[4,5],capacitor:[2,5],car:4,card:[1,6,7],carri:[1,4,5],caus:[1,4,5],ccf071k50gke36:2,cd:[1,4,5],cedex:0,ceram:[2,5],cflag:1,chang:3,channel:[4,5],characterist:[4,5],charg:[4,5],check:[1,4,5,6],chosen:[4,5],ciayqk2gdckzia2levalkg:2,circuit:[2,3,4,5],circuitpython:[1,4,5],circul:[4,5],cite:7,clean:[4,5],clement:[0,7],click:[1,4,5],close:[1,4,5],cm:[4,5],cmf651m0000fkek143:2,code:[1,4,5],coef_p0:[4,5],coef_p1:[4,5],coef_p2:[4,5],coef_p3:[4,5],coeff:[4,5],coeffici:[4,5],colour:3,com:[1,2,3,4,5],command:[1,4,5],commerci:[4,5],common:[4,5],commun:[0,6],complet:[1,2,6,7],compon:[1,6,7],comput:[1,4,5],conduct:[4,5],config:[1,4,5],configur:[6,7],congratul:[4,5],connect:[1,2,3,7],connector:[3,4,5],conrad:[2,3],consequ:[4,5],consist:[4,5],constitut:[4,5],construct:[4,5],consumpt:[4,5,6],contact:[2,3,4,5],contain:[1,4,5],content:7,control:[4,5,6],convers:[4,5],convert:[2,4,5],copi:1,corner:2,correct:[4,5],correspond:4,cost:[0,2,3,4,5],could:[2,4,5],cpu:[4,5,6],creat:[1,4,5],creation:0,crimp:[4,5],csv:[4,5],ctrl:[1,4,5],cui:[2,3],current:[0,2,6,7],d:[2,4,5],dale:2,damag:[1,4,5],data:[0,7],date:[0,4,5,7],dc:[2,3,4,5],dcconvert:5,de:0,deactiv:[1,4,5],dec:7,decid:[1,4,5],decoupl:5,dedic:[0,6],delai:[4,5],deliv:[4,5],depart:0,depend:[1,4,5],describ:[1,2,4,5],descript:[6,7],design:[4,5],desktop:5,despit:[4,5],detail:4,dev:[1,4,5],develop:[0,1,2,4,5,6,7],devic:[2,3],diagram:[4,5],differ:[1,4,5,6],digit:[2,4,5],dii:6,din:[4,5],diod:3,dip:2,direct:[4,5],directli:[2,4,5],directori:[1,4,5],disconnect:[4,5],discret:1,displai:[4,5],distanc:[4,5],disturb:[4,5],divid:[4,5],dl:[1,4,5],document:[0,4],done:[1,4,5],dot:2,down:[4,5],download:[4,5],dsp:4,dual:[2,3,4,5],duboi:[0,7],durat:[4,5,6],dure:[1,4,5],dzwb4:[4,5],e00122ff:0,e:[4,5],each:[1,4,5],eaiaiqobchmin_taxbcx8wivq5nvch2qaqfpeayyccabegjk1_d_bw:2,eaiaiqobchmit8zjzr6x8wivgdnvch2vbwvseaqyayabegjqg_d_bw:2,editor:[1,4,5],effort:6,eiffel:0,either:[1,4,5],ejector:[2,3],electr:[0,2,7],electrod:[0,2,7],electron:[2,3,4,5],elektronik:2,elsevi:0,emil:0,en:1,enabl:[4,5],end:[1,4,5],energ:[4,5],enough:[4,5],ensur:[1,4,5],enter:[1,4,5],entir:[4,5],environ:[1,4,5],environn:[6,7],environnementshould:[1,4,5],equal:[4,5],equival:[2,4,5],ert:[4,5],escap:[1,4,5],estim:[4,5],et:[0,2],everyon:0,everyth:2,evolv:[4,5],exampl:[4,5],excess:[4,5],execut:[1,4,5],exist:[4,5],expand:3,experi:[0,4,5,6],explain:4,export_path:5,extra:[4,5],f:[0,4,5],failur:[1,4,5],fargier:[0,7],fast:5,fcommon:1,featur:[4,5],femal:[2,3,4,5],ferrul:[4,5],fewer:[4,5],ff10:0,fhac0002zxj:4,field:[4,5,6],fig:[4,5],figur:[2,4,5],file:[1,4,5],find:[1,4,5],first:[1,4,5],fix:2,flexibl:0,florsch:[2,4,5],flow:[4,5],folder:[1,4,5],follow:[1,2,4,5],forquet:[0,7],four:[2,6,7],fr:[2,3,4,5],framework:[4,5],franc:0,frist:7,from:[4,5,6],full:[4,5],fulli:0,fuse:[4,5],g5le:3,g:[2,4,5],gain:[2,4,5],ganc:[0,7],gather:[1,4,5],gclid:2,gener:[2,3,4,5,7],geologi:0,ger:0,get:[0,1,2,4,5],gitlab:[4,5],gnd:[4,5],gnu:[1,4,5],go:1,gpio:[1,4,5],gpiozero:1,grenobl:0,gro:0,ground:[2,4,5],gui:[1,4,5],guidelin:7,gurawfaegucaqqfvnvtyeg:2,gustav:0,guyard:[0,7],h81k0bya:[2,4,5],h81k5bya:[2,4,5],h:5,ha:[1,4,5],had:[4,5],hand:[4,5],handl:[4,5],hardwar:[0,4,5],hardwarex:0,harwin:2,have:[1,2,4,5,6],hazard:[4,5],hdmi:1,header:[2,3,4,5],hear:[4,5],here:5,hex:3,hexagonal:2,hexseal:[2,3],high:[4,5],higher:5,holder:[4,5],hole:[4,5],holsworthi:2,home:[1,4,5],horizont:[4,5],hous:[4,5],how:[1,4,5],howev:[4,5],http:[1,2,3,4,5],i2c:[1,2,3],i2cdetect:2,i:[3,4,5],id:[6,7],ifsttar:0,ig:0,iggadovctstu:2,illustr:[4,5],im6toxqzgoauedprb19mha:2,imag:[0,1],imped:[4,5,6],implent:7,improv:[5,6],in1:[4,5],in2:[4,5],in3:[4,5],in4:[4,5],ina282:2,ina282aid:2,includ:[1,4,5],incom:[4,5],incorpor:3,increas:[4,5],inde:[4,5],industri:2,initi:7,inject:[0,6,7],injection_dur:[4,5],inpout:2,input:[2,4,5,6],inra:0,insert:[4,5],insid:[4,5],instal:[2,6,7],instanc:1,instead:[4,5],instruct:[1,7],instrument:[0,2,4,5],integr:2,intens:[4,5],interfac:[1,4,5],interpret:[1,2,4,5],introduc:[4,5],introduct:7,invit:4,involv:0,io:[4,5],ion:[4,5],iri:0,irstea:[4,5],its:[1,4,5,6],j:0,jason:5,jjse:[2,3],journal:4,json:5,juillet:0,juli:7,julien:[0,7],just:5,kaufmann:[0,7],kemet:[2,5],keyboard:[1,4,5],keyston:3,known:[1,4,5],kohm:[2,4,5],laboratori:[0,4,5,6],laps:6,last:5,lastli:[4,5],latest:[1,4,5],lead:[4,5],leav:[1,4,5],left:2,length:[4,5],less:[4,5],let:[4,5],libatla:[1,4,5],librari:[1,4,5],lie:[2,4,5],limit:[6,7],line:[2,4,5],list:[1,7],lithium:[4,5],littelfus:[4,5],littl:[4,5],ll:[4,5],lm158:2,lm158j:2,lm158n:2,lm358an:[2,4,5],lm358n:[4,5],locat:[1,4,5],logger:[0,4,5],low:[0,1,4,5,6],lr20:[4,5],ly:[4,5],lyon:0,m3:[2,3],m:[1,2,3,4,5],ma:[4,5,6],made:[4,5,6],mai:[1,4,5],main:[4,5],make:[1,4,5],male:[2,3],manag:[4,5],manual:[4,5],manufactur:[2,3,4,5],manuscript:[4,5],mark:2,master:[4,5],matur:7,max:2,maximum:[4,5],mba02040c1003frp00:3,mcp23008:2,mcp23017:3,mcp230xx:1,measur:[0,1,6,7],mechan:[4,5],meet:[1,4,5],mega:[4,5],menu:[1,4,5],mesur:7,met:[1,4,5],meter:[0,4,5,6],meterfeatur:0,mgh:2,micro:[1,4,5,6],mill:2,mimic:[4,5],min:[4,5,6],miss:4,mm2:[4,5],mm:[2,3,4,5],model:[1,2,4,5],modif:[1,4,5],modifi:[1,4,5],modul:[4,5],mohm:[2,4,5,6],mon:0,monitor:[4,5,6],more:6,moreov:[4,5],mosfet:3,mount:[2,4,5],mous:[1,4,5],mouser:[2,3],ms:[4,5,6],multi:[3,4,5],multielectrod:6,multipl:1,multiplex:[0,6,7],multipli:[4,5],must:[1,4,5],mux:[4,5,6,7],mzrxyrlhvdt9crf7zyf:3,n:[4,5,6,7],name:[4,5],nano:[1,4,5],nb_electrod:[4,5],nbr_mea:[4,5],nchannel:3,necessari:[1,4,5],need:[1,2,4,5],neg:[4,5],next:[4,5],nf:5,nicola:[0,7],noob:[4,5],nopb:[2,4,5],normal:[4,5],note:[4,5],now:[4,5],number:[2,3,4,5],numer:[4,5],numpi:[1,4,5],o1:[4,5,6],o:[1,2,3,4,5,6],obtain:[4,5],offcial:7,offer:[4,5,6],ohm:[2,4,5,6],ohmit:2,ohmmet:[4,5],ohmpi:[1,2],ohmpi_4elec:2,ohmpi_param:5,ohx:0,ok:[1,4,5],olivi:[0,7],omron:3,onc:[1,4,5],one:[2,4,5,6],onli:7,onto:[4,5],op:[1,4,5],open:[0,1,4,5],oper:[1,2,6,7],optic:2,optim:[4,5],option:[1,4,5],order:[4,5],org:1,orient:5,os:[6,7],osf:[4,5],other:[4,5],our:[4,5,6],out:[1,4,5],outpout:2,output:[4,5],over:3,overh:5,p0:[4,5],p1:[4,5],p2:[4,5],p3:[4,5],p:[0,2,3],packag:[6,7],padboard:2,pai:[4,5],panason:2,panda:[1,4,5],parallel:1,paramet:[6,7],part:[4,5,6],parten:0,partenair:7,pat1l:5,path:[1,4,5],pc:[2,3],pcb:[2,3,4,5],per:[2,3,4,5],perform:[0,1,4,5],permut:[4,5],philosophi:[0,7],pi:[2,6,7],pic:4,piec:[4,5],pin:[2,3,4,5],pip:[1,4,5],pitch:[2,3,4,5],place:[4,5],plai:2,pleas:[4,5],plug:[2,4,5],po:[4,5],point:[4,5,6],polar:[4,5],pole:[4,5],port:2,posit:[1,4,5],possibl:[4,5],potenti:[4,5],potentiomet:[4,5],pour:4,power:[2,4,5,6],practic:[4,5],pre:2,preci:2,precis:[2,4,5],prefer:[4,5],preliminari:7,prepar:[2,4,5],present:[0,4,5],press:[1,4,5],prevent:5,previou:6,previous:[1,4,5],print:[2,3,4,5],pro:[4,5],problem:1,procedur:7,produc:[4,5],product:[2,3],productdetail:[2,3],program:[1,4,5],progress:[0,7],project:[1,7],propos:[2,4,5],protect:1,protocol:[4,5],provid:[0,4,5],publish:4,puls:[4,5,6],purpos:[4,5],py:[2,4,5],pyhton3:[1,4,5],python3:[1,4,5],python:[6,7],pythonid:[1,4,5],qkeozdl6eqpa6lzrlqfvow:2,qs:[2,3],quadripol:[4,5],quadrupol:[4,5],quantiti:[1,4,5],r10:[4,5],r11:[4,5],r12:[4,5],r1:[2,4,5],r25:2,r2:[2,4,5],r3:[4,5],r4:[4,5],r5:[4,5],r6:[4,5],r7:[4,5],r8:[4,5],r9:[4,5],r_ref:[4,5],rail:[4,5],rang:[4,5],rapberri:[6,7],raspberri:[2,6,7],raspberrypi:1,raspbian:[1,4,5],raspebrri:[1,4,5],readm:[4,5],realiz:2,recommend:[1,4,5],red:[2,4,5],reduct:[4,5],refer:[2,3,4,5],relai:[1,2,3,4,5],releas:7,relief:3,remain:[4,5],rememb:[4,5],remot:[1,4,5],repeat:[4,5],repetit:[4,5],replac:5,repositori:[4,5],repres:[4,5],requir:[1,4,5,6],research:7,resist:[0,2,6,7],resistor:[2,3,4,5],resolut:[4,5,6],respect:[4,5],result:[2,4,5],revers:[4,5],reversa:[0,4,5],ribbon:3,right:2,rm3x8mm:[2,3],robust:[0,4,5,6],role:[4,5],root:[1,4,5],row:[2,3],rpi:[1,4,5],rro:0,rs:[4,5],ru5fayqh:2,run:[1,2,4,5],s:[0,1,2,3,4,5],safeti:[4,5],sain:[4,5],sainsmart:[4,5],same:[4,5],samtec:[2,4,5],save:[1,4,5],scale:0,schemat:[2,4,5],scienc:[4,5],scientif:0,screen:[2,4,5],screw:[2,3,4,5],sd:[1,4,5,6],searchsuggest:[2,3],searchterm:[2,3],searchtyp:[2,3],second:[4,5],section:[4,5],see:[4,5],seeed:2,seek:6,select:[1,4,5],sequenc:[4,5],sequence_delai:[4,5],seri:[4,5],serv:[4,5],set:[1,2,4,5],setp:5,setup:[1,4,5],sever:[4,5],sgaepimzzmskedp9slc0yfx16nydmpxjueeogolbldi:3,sgaepimzzmskedp9slc0yyv4kpdpmd1hts4slctivmw:2,sgaepimzzmsyydr3r27av4eqf73yoh:3,sgaepimzzmueqxo7l:3,share:6,shield:[1,4,5],shortcut:[4,5],should:[1,2,4,5],show:[2,4,5],shown:[4,5],shunt:2,shutdown:2,signal:[2,4,5],simpl:[4,5],simpli:[1,4,5],simultan:[4,5],singl:[4,5],slope:[4,5],small:[0,2,4,5,6],smaller:[4,5],smart:[4,5],smt:2,so:[4,5],socket:2,softwar:[1,4,5],soic:2,soil:[4,5],solder:[2,4,5],solut:[4,5],some:[4,5,7],sound:[4,5],sourc:[0,1,4,5],space:[2,3],spacer:[2,3],specif:[4,5,6],specifi:[1,4,5],spi:[1,4,5],spool:2,ssq:2,ssw:[2,4,5],stabl:[1,4,5],stack:[4,5],stainless:[4,5],start:[1,4,5,6,7],startup:7,statu:[0,7],steel:[4,5],step:[4,5,7],still:[4,5],stop:6,storag:[4,5,6],strain:3,strict:[4,5],strip:[2,3,4,5],strong:[4,5],stronger:[4,5],strongli:[1,4,5],stuck:[4,5],studi:[4,5],studio:2,subject:[4,5],sudo:[1,4,5],suffici:[1,4,5],suggest:[2,3,4,5],suitabl:[4,5,6],sum:[4,5],suppli:[2,4,5],support:1,suppress:5,sure:[1,4,5],surfac:0,system:[1,4,5,6],t:3,tab:[1,4,5],tabl:5,target:7,task:[1,4,5],tb009:[2,3],tca9548a:[1,3],tdh15:2,te:[2,3,4,5],team:6,technic:7,temperatur:[4,5,6],ten:[4,5],termin:[1,2,3,4,5],test:[1,2,4,5],texa:[2,4,5],than:[4,5],thd:2,the9:[4,5],thei:[4,5],them:[4,5],therefor:[4,5],thi:[0,1,2,4,5,6],thonni:[6,7],thousand:[4,5],three:[2,4,5],through:[4,5],thu:[4,5],time:[1,4,5,6],togeth:[4,5],toler:5,tonni:2,tool:[0,6],top:2,total:[2,3,4,5],tow:2,track:[4,5],traco:[2,5],tracopow:[2,5],trn3:5,trn:[2,5],tru:[3,4,5],turn:[4,5],tutori:7,two:[2,4,5,6],tx:[4,5],txt:[1,4,5],type:[1,4,5,6],typic:[4,5],under:[4,5],unexpectedli:[1,4,5],unit:[2,3,4,5,6],univ:0,unplug:2,unzip:[4,5],up:[0,1,4,5,6],updat:0,upgrad:[5,6],upper:2,upw50b50rv:[4,5],us:[1,2,4,5],user:[1,4,5,7],usr:[1,4,5],util:1,uwqyq:3,v1:[4,5,6],v2:6,v:[1,2,3,7],valid:[4,5],valu:[2,4,5],variou:[4,5],vd:3,vdc:3,velleman:[4,5],venv:[1,4,5],veri:5,version:[1,4,5,6],vertic:[4,5],vhuuswq2:3,via:[1,4,5],view:2,villeurbann:0,vip:2,virtual:[6,7],vishai:[2,3],visit:1,vivien:[0,7],vlwxofp3u2wcfk5uckwtka:[2,3],voltag:[2,4,5,6],voltmet:[4,5],w0yvoo0ixfenuv0hsdc4:2,w:[4,5,6],wa:[4,5],wai:[1,4,5],want:5,watch:[1,4,5],we:[1,2,4,5,6],weaker:4,web:[2,3],websit:[1,4,5],weidmul:[4,5],welcom:0,well:[1,4,5],were:[1,2,4,5],when:[1,4,5],where:[1,4,5],which:[2,4,5,6],whose:[4,5],willing:0,window:[1,4,5],wire:[1,4,5],wish:6,within:[1,4,5],without:[4,5],wjwzhv1v3pk:[1,4,5],wktuvitrialgiu8hcm7dvq:2,work:2,would:[4,5],wpm404:[4,5],write:[1,2,4,5],wurth:2,www:[1,2,3,4,5],x1j7hmvl2zh8vpefml8:2,x:[1,3,4,5],xx:7,y:2,yannick:[0,7],yca:2,you:[1,2,4,5],your:[1,2,4,5],youtub:[1,4,5],ze4:2,zvn4206a:3},titles:["OhmPi project","<strong>STEP n\u00b01</strong> : Raspberry Pi  configuration","<strong>STEP n\u00b02</strong>: Measurement board","<strong>STEP n\u00b03</strong>: MUX board","OhmPi V 1.01 (limited to 32 electrodes)","OhmPi V 1.02 (limited to 32 electrodes)","OhmPi V 2.xx (64 or 128 electrodes and 12V)","OHMPI: Open source and open hardware resitivity-meter"],titleterms:{"01":4,"02":5,"1":[1,4,5],"128":6,"12v":6,"2":[2,6],"3":3,"32":[4,5],"64":6,A:[1,2,3],The:[4,5,6],activ:[1,4,5],assembl:[2,3,4,5],b:[1,2,4,5],board:[2,3,4,5],c:[1,2],card:[4,5],center:7,check:2,cite:0,complet:[4,5],compon:[2,3,4,5],configur:[1,4,5],connect:[4,5],current:[4,5],data:[4,5,6],descript:[2,4,5],document:7,electr:[4,5],electrod:[4,5,6],environn:[1,4,5],four:[4,5],frist:[4,5],hardwar:7,id:[1,4,5],implement:[4,5],implent:[4,5],initi:[4,5],inject:[4,5],instal:[1,4,5],instruct:[4,5],introduct:0,limit:[4,5],list:[2,3,4,5],measur:[2,4,5],mesur:[4,5],meter:7,multiplex:[4,5],mux:3,n:[1,2,3],ohmpi:[0,4,5,6,7],onli:[4,5],open:7,oper:[4,5],os:[1,4,5],packag:[1,4,5],paramet:[4,5],part:[1,2,3],partenair:0,philosophi:[4,5,6],pi:[1,4,5],preliminari:[4,5],procedur:[4,5],project:0,python:[1,4,5],rapberri:[1,4,5],raspberri:[1,4,5],requir:[2,3],resist:[4,5],resit:7,sourc:7,start:2,startup:[4,5],step:[1,2,3,6],summari:7,tabl:4,technic:[4,5,6],thonni:[1,4,5],titl:4,up:2,v:[4,5,6],virtual:[1,4,5],xx:6}})
\ No newline at end of file
diff --git a/sphinx/source/Ohmpi_V2_00/V2_00_step_02.rst b/sphinx/source/Ohmpi_V2_00/V2_00_step_02.rst
index 0f33174bce9a1577fa8fccbf537129c6547049d8..243ddd8ee3ec11314e9009e55c0dd1a971a379a1 100644
--- a/sphinx/source/Ohmpi_V2_00/V2_00_step_02.rst
+++ b/sphinx/source/Ohmpi_V2_00/V2_00_step_02.rst
@@ -40,7 +40,7 @@ We have developed a complete "plug and play" measurement board. To measure elect
 two ADS1115 were used,one for the voltage measurement one for the current measurement, as proposed by Florsch [7]. The ADS1115
 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. The advantage of ADS1115 is that the 
 input signal value could lie between - to + 6.114 V. For the current measurement we have directly integrated the INA282 component, 
-which allows to realize precise current measurement around a shunt resistor. The assembly steps are described in the following steps:
+which allows to realize precise current measurement around a shunt resistor. The assembly are described in the following steps:
 
 
 
@@ -152,6 +152,12 @@ which allows to realize precise current measurement around a shunt resistor. The
    |         |  Soldering three capacitors (100nF)                        | 
    |         |                                                            |                                                                       
    +---------+------------------------------------------------------------+
+
+.. warning::
+	 
+	 In this version, We used a shunt resistor of 2 ohms, which limits the current measurement to 48 mA. If the current is higher than this value, you just have to decrease the value of the shunt resistor.Change the shunt value in the code.
+
+
    
 .. table::
    :align: center
@@ -429,7 +435,8 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/Inked20211206_150522_LI.jpg        |
    |6       +------------------------------------------------------------+
    |        |Install the red cables on the +12V terminal and black cable |                                                                       
-   |        |on the ground terminal.                                     |
+   |        |on the ground terminal. Connect to two different 12V        |
+   |        |batteries                                                   |
    +--------+------------------------------------------------------------+ 
 
 .. table::
@@ -461,5 +468,5 @@ Setting up an equivalent electronic circuit, for this you will need:
    |        |   .. image:: step_n_2/c/20211206_144334.jpg                |
    |7       +------------------------------------------------------------+
    |        | Run Ohmpi_4elec.py, if everything works you should         |                    
-   |        | get the following result                                   |
+   |        | get the following result (220 ohm)                         |
    +--------+------------------------------------------------------------+ 
diff --git a/sphinx/source/Ohmpi_V2_00/V2_00_step_03.rst b/sphinx/source/Ohmpi_V2_00/V2_00_step_03.rst
index 4684d5a143c3a16e2c534a45eb33b8f40da80fd3..8dc79f557f5f2ec63d3f33577490371ab7733d27 100644
--- a/sphinx/source/Ohmpi_V2_00/V2_00_step_03.rst
+++ b/sphinx/source/Ohmpi_V2_00/V2_00_step_03.rst
@@ -10,7 +10,7 @@
 Required components 
 ----------------------------------------------------
 
-.. figure:: step_n_3/a/00_mes_board_components.jpg       
+.. figure:: step_n_3/a/MUX_board_componement.jpg       
 	   :width: 600px
 	   :align: center
 	   :height: 450px
@@ -21,4 +21,112 @@ Required components
 .. csv-table:: List of components
    :file: step_n_3/a/MUX_board_list_2_xx.csv
    :widths: 30, 70, 70, 70, 70, 35, 35
-   :header-rows: 1 
\ No newline at end of file
+   :header-rows: 1 
+   
+The multiplexing of the channels is a mechanical multiplexing based on OMRON's manufacturing relays (G5LE-1-VD 12 VDC). Each relay is combined with 
+a ZVN4206A power MOFSET. The raspberry has only 30 GPIOs, which is not enough to activate all the 64 electrodes, which represent 512 GPIOs. 
+We used gpio expender I2C (MCP23017). We have associated these components with an I2C muliplexer of type type TCA9548A from adafruit. 
+This combination allows to go up to 512 GPIOs and up to 128 electrodes. Each card has its own digital address between 0X70 and 0X77. 
+In the following presentation for an Ohmpi 64 electrodes, we will use the addresses 0X70 for channel A, 0X71 for channel B, 0X72 for channel M and 0X73 for channel N. 
+0X73 for the N channel. 4 MUX board will be needed to multiplex an Ohmpi 64 electrodes.
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_00.jpg                         |
+   |      1 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_01.jpg                         |
+   |      2 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+   
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_02.jpg                         |
+   |      3 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+      
+   
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_03.jpg                         |
+   |      4 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+    
+   
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_04.jpg                         |
+   |      5 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_05.jpg                         |
+   |      6 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_06.jpg                         |
+   |      7 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+ 
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_07.jpg                         |
+   |      8 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_08.jpg                         |
+   |      9 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+  
+
+.. table::
+   :align: center
+   
+   +--------+------------------------------------------------------------+
+   |        |   .. image:: step_n_3/a/MUX_09.jpg                         |
+   |     10 +------------------------------------------------------------+
+   |        |                                                            | 
+   |        |                                                            |                                                                       
+   +--------+------------------------------------------------------------+     
\ No newline at end of file
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/00_mes_board_components.jpg.gsr2 b/sphinx/source/Ohmpi_V2_00/step_n_3/a/00_mes_board_components.jpg.gsr2
deleted file mode 100644
index 82debe82cd36ab709ea3bd43b495b47d0530264a..0000000000000000000000000000000000000000
--- a/sphinx/source/Ohmpi_V2_00/step_n_3/a/00_mes_board_components.jpg.gsr2
+++ /dev/null
@@ -1,9 +0,0 @@
-Golden Software Cartographic Reference Information : Version 2.00
-System Type : GCS
-Georef Method : Affine With Coefficients
-Georef Coefficient A : 3.98232497892982
-Georef Coefficient B : 0
-Georef Coefficient C : 0
-Georef Coefficient D : 0
-Georef Coefficient E : 3.98093587521664
-Georef Coefficient F : 0
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_152645.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_152645.jpg
deleted file mode 100644
index 0b7c41f81d98338bfbdc57e2f2c3a9aaa687566f..0000000000000000000000000000000000000000
Binary files a/sphinx/source/Ohmpi_V2_00/step_n_3/a/IMG_20211026_152645.jpg and /dev/null differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_00.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_00.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..fb2cf2d57c8ca616fd6c37c1f6d8d37a6d3b0be8
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_00.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_01.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_01.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..8dc00f59bbe6c9a9f0de7cad657eb19878d2ccdd
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_01.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_02.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_02.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..7601e8b721e6f47ed75a245bd2625d2d07e3950c
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_02.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_03.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_03.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..e87437e4f187bbc3aaf1a2186c19ab6827d8c2ea
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_03.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_04.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_04.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..b80c7e30b84649d3b684266ffa7a8a528a98d5df
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_04.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_05.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_05.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..aa6d46a10980852997d917165b79c34e6dc54812
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_05.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_06.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_06.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..73be96cbd21173e8bf355030e90bd1e768e52c03
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_06.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_07.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_07.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..1086d5ab36c451047701fb728d9e5f1fc37f7af8
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_07.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_08.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_08.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..af86ba353fed5b6d9231ca13771ea9556c149907
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_08.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_09.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_09.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..0f3247cc8858201b4919d45a6ec450e099dd6480
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_09.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_board_componement.jpg b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_board_componement.jpg
new file mode 100644
index 0000000000000000000000000000000000000000..6fdad018330cc86c50b18552261d58359c79bc9c
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/MUX_board_componement.jpg differ
diff --git a/sphinx/source/Ohmpi_V2_00/step_n_3/a/mux_fig.gpj b/sphinx/source/Ohmpi_V2_00/step_n_3/a/mux_fig.gpj
new file mode 100644
index 0000000000000000000000000000000000000000..fac471fa491552998d117c0b413c651752387b84
Binary files /dev/null and b/sphinx/source/Ohmpi_V2_00/step_n_3/a/mux_fig.gpj differ