Commit 587fbcd3 authored by remi.clement's avatar remi.clement
Browse files

create list of components

Showing with 85 additions and 28 deletions
+85 -28
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
No preview for this file type
sphinx/build/html/_images/measurement_board-2-V1-02.jpg

438 KB

......@@ -32,6 +32,7 @@ Contents:
page0
page1
page2
......
......@@ -48,4 +48,4 @@ to the near surface scientific community.
.. note::
Everyone willing to get involved is welcome in ohmPi Project!.
\ No newline at end of file
Everyone willing to get involved is welcome in OhmPi Project!.
\ No newline at end of file
*****************************************
OhmPi V 1.01 (limited to 32 electrodes)
*****************************************
.. warning::
This version corresponds to the version published in the Hardware X journal.
However, we have corrected the bugs that existed on this version and explained the missing mounting points in detail below
......@@ -107,7 +108,7 @@ Virtual Environnement and packages
All dependencies are specified in requirements.txt
.. note::
all instructions below should be typed in the terminal
All instructions below should be typed in the terminal
It is first necessary to ensure that the libatlas-base-dev library is installed:
......@@ -481,4 +482,21 @@ Electrical resistivity measurement parameters description
sequence_delay= 30 # Delay in seconds between 2 sequences
stack= 1 # repetition of the current injection for each quadripole
The measurement parameters can be adjusted in lines 27 to 30 of the ohmpi.py code.
\ No newline at end of file
The measurement parameters can be adjusted in lines 27 to 30 of the ohmpi.py code.
Complete list of components
*******************************
.. list-table::
:widths: 20 80 80
:header-rows: 1
* - Shapes
- Description
- Description
* - Square
- Four sides of equal length, 90 degree angles
- Description
* - Rectangle
- Four sides, 90 degree angles
- Description
\ No newline at end of file
......@@ -308,13 +308,13 @@ place a fuse holder with a 1.5-A fuse for safety purposes.
.. figure:: measurement_board1-02.jpg
:width: 800px
:align: center
:height: 600px
:height: 700px
:alt: alternate text
:figclass: align-center
Measurement circuit board assembly: a) printed circuit board, b) adding the 1-Kohm resistors ± 1%, c)adding the 1.5-Kohm resistors ± 1%, d) adding the black female 1 x 10 header and the 7-blue screw terminal block(2 pin, 3.5-mm pitch), e) adding the 50-ohm reference resistor ± 0.1%, and f) adding the ADS1115 and the LM358N low-power dual operational amplifiers
.. figure:: measurement_board-2.jpg
.. figure:: measurement_board-2-V1-02.jpg
:width: 800px
:align: center
:height: 700px
......@@ -476,18 +476,15 @@ Electrical resistivity measurement parameters description
.. code-block:: python
:linenos:
:lineno-start: 27
"""
measurement parameters
"""
:lineno-start: 2
nb_electrodes = 32 # maximum number of electrodes on the resistivity meter
injection_duration = 0.5 # Current injection duration in second
nbr_meas= 1 # Number of times the quadripole sequence is repeated
sequence_delay= 30 # Delay in seconds between 2 sequences
stack= 1 # repetition of the current injection for each quadripole
The measurement parameters can be adjusted in lines 27 to 30 of the ohmpi.py code.
The measurement parameters can be adjusted in lines 2 to 7 of the ohmpi_param.json file.
complete list of componements
==========================================================
......
......@@ -84,6 +84,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>OhmPi project</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
</ul>
......
......@@ -85,6 +85,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>OhmPi project</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
</ul>
......@@ -196,6 +197,17 @@
<li class="toctree-l2"><a class="reference internal" href="page1.html#multiplexer-implentation">Multiplexer implentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#electrode-connection">Electrode connection</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#operating-instruction">Operating instruction</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#complete-list-of-components">Complete list of components</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="page2.html#the-philosophy-of-ohmpi">The philosophy of Ohmpi</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#technical-data">Technical data</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#raspberry-pi-configuration">Raspberry Pi configuration</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#assembly-of-the-measuring-current-injection-cards-and-connection-with-the-raspberry-pi">Assembly of the measuring/current injection cards, and connection with the Raspberry Pi</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#multiplexer-implentation">Multiplexer implentation</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#electrode-connection">Electrode connection</a></li>
<li class="toctree-l2"><a class="reference internal" href="page2.html#operating-instruction">Operating instruction</a></li>
</ul>
</li>
</ul>
......
......@@ -89,6 +89,7 @@
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
</ul>
......@@ -193,7 +194,7 @@
to the near surface scientific community.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>Everyone willing to get involved is welcome in ohmPi Project!.</p>
<p>Everyone willing to get involved is welcome in OhmPi Project!.</p>
</div>
</div>
</div>
......
......@@ -37,6 +37,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="OhmPi V 1.02 (limited to 32 electrodes)" href="page2.html" />
<link rel="prev" title="OhmPi project" href="page0.html" />
</head>
......@@ -111,8 +112,10 @@
<li class="toctree-l3"><a class="reference internal" href="#electrical-resistivity-measurement-parameters-description">Electrical resistivity measurement parameters description</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#complete-list-of-components">Complete list of components</a></li>
</ul>
</li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
</ul>
......@@ -306,7 +309,7 @@ To ensure that the GPIOs are in Low position, you will need to modify the /boot/
<p>All dependencies are specified in requirements.txt</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
<p>all instructions below should be typed in the terminal</p>
<p>All instructions below should be typed in the terminal</p>
</div>
<p>It is first necessary to ensure that the libatlas-base-dev library is installed:</p>
<div class="highlight-python notranslate"><div class="highlight"><pre><span></span><span class="n">sudo</span> <span class="n">apt</span><span class="o">-</span><span class="n">get</span> <span class="n">install</span> <span class="n">libatlas</span><span class="o">-</span><span class="n">base</span><span class="o">-</span><span class="n">dev</span>
......@@ -632,6 +635,32 @@ are displayed on the screen. A measurement file is automatically created and nam
<p>The measurement parameters can be adjusted in lines 27 to 30 of the ohmpi.py code.</p>
</div>
</div>
<div class="section" id="complete-list-of-components">
<h2>Complete list of components<a class="headerlink" href="#complete-list-of-components" title="Permalink to this headline"></a></h2>
<table class="colwidths-given docutils align-default">
<colgroup>
<col style="width: 11%" />
<col style="width: 44%" />
<col style="width: 44%" />
</colgroup>
<thead>
<tr class="row-odd"><th class="head"><p>Shapes</p></th>
<th class="head"><p>Description</p></th>
<th class="head"><p>Description</p></th>
</tr>
</thead>
<tbody>
<tr class="row-even"><td><p>Square</p></td>
<td><p>Four sides of equal length, 90 degree angles</p></td>
<td><p>Description</p></td>
</tr>
<tr class="row-odd"><td><p>Rectangle</p></td>
<td><p>Four sides, 90 degree angles</p></td>
<td><p>Description</p></td>
</tr>
</tbody>
</table>
</div>
</div>
......@@ -642,6 +671,8 @@ are displayed on the screen. A measurement file is automatically created and nam
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="page2.html" class="btn btn-neutral float-right" title="OhmPi V 1.02 (limited to 32 electrodes)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="page0.html" class="btn btn-neutral float-left" title="OhmPi project" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
......
......@@ -459,11 +459,11 @@ Once all the components have been soldered together, the measurement board can b
battery terminal, according to Figure 9. Between the battery and the TX+ terminal of the measurement board, remember to
place a fuse holder with a 1.5-A fuse for safety purposes.</p>
<div class="align-center figure" id="id2">
<a class="reference internal image-reference" href="_images/measurement_board1-02.jpg"><img alt="alternate text" src="_images/measurement_board1-02.jpg" style="width: 800px; height: 600px;" /></a>
<a class="reference internal image-reference" href="_images/measurement_board1-02.jpg"><img alt="alternate text" src="_images/measurement_board1-02.jpg" style="width: 800px; height: 700px;" /></a>
<p class="caption"><span class="caption-text">Measurement circuit board assembly: a) printed circuit board, b) adding the 1-Kohm resistors ± 1%, c)adding the 1.5-Kohm resistors ± 1%, d) adding the black female 1 x 10 header and the 7-blue screw terminal block(2 pin, 3.5-mm pitch), e) adding the 50-ohm reference resistor ± 0.1%, and f) adding the ADS1115 and the LM358N low-power dual operational amplifiers</span><a class="headerlink" href="#id2" title="Permalink to this image"></a></p>
</div>
<div class="align-center figure" id="id3">
<a class="reference internal image-reference" href="_images/measurement_board-2.jpg"><img alt="alternate text" src="_images/measurement_board-2.jpg" style="width: 800px; height: 700px;" /></a>
<a class="reference internal image-reference" href="_images/measurement_board-2-V1-02.jpg"><img alt="alternate text" src="_images/measurement_board-2-V1-02.jpg" style="width: 800px; height: 700px;" /></a>
<p class="caption"><span class="caption-text">Measurement board installation with Raspberry Pi</span><a class="headerlink" href="#id3" title="Permalink to this image"></a></p>
</div>
</div>
......@@ -618,24 +618,18 @@ are displayed on the screen. A measurement file is automatically created and nam
</div>
<div class="section" id="electrical-resistivity-measurement-parameters-description">
<h3>Electrical resistivity measurement parameters description<a class="headerlink" href="#electrical-resistivity-measurement-parameters-description" title="Permalink to this headline"></a></h3>
<div class="highlight-python notranslate"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>27
28
29
30
31
32
33
34</pre></div></td><td class="code"><div class="highlight"><pre><span></span> <span class="sd">&quot;&quot;&quot;</span>
<span class="sd"> measurement parameters</span>
<span class="sd"> &quot;&quot;&quot;</span>
<span class="n">nb_electrodes</span> <span class="o">=</span> <span class="mi">32</span> <span class="c1"># maximum number of electrodes on the resistivity meter</span>
<div class="highlight-python notranslate"><table class="highlighttable"><tr><td class="linenos"><div class="linenodiv"><pre>2
3
4
5
6</pre></div></td><td class="code"><div class="highlight"><pre><span></span> <span class="n">nb_electrodes</span> <span class="o">=</span> <span class="mi">32</span> <span class="c1"># maximum number of electrodes on the resistivity meter</span>
<span class="n">injection_duration</span> <span class="o">=</span> <span class="mf">0.5</span> <span class="c1"># Current injection duration in second</span>
<span class="n">nbr_meas</span><span class="o">=</span> <span class="mi">1</span> <span class="c1"># Number of times the quadripole sequence is repeated</span>
<span class="n">sequence_delay</span><span class="o">=</span> <span class="mi">30</span> <span class="c1"># Delay in seconds between 2 sequences</span>
<span class="n">stack</span><span class="o">=</span> <span class="mi">1</span> <span class="c1"># repetition of the current injection for each quadripole</span>
</pre></div>
</td></tr></table></div>
<p>The measurement parameters can be adjusted in lines 27 to 30 of the ohmpi.py code.</p>
<p>The measurement parameters can be adjusted in lines 2 to 7 of the ohmpi_param.json file.</p>
</div>
<div class="section" id="complete-list-of-componements">
<h3>complete list of componements<a class="headerlink" href="#complete-list-of-componements" title="Permalink to this headline"></a></h3>
......
......@@ -86,6 +86,7 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>OhmPi project</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
<li class="toctree-l1"><a class="reference internal" href="page2.html">OhmPi V 1.02 (limited to 32 electrodes)</a></li>
</ul>
......
This diff is collapsed.
......@@ -32,6 +32,7 @@ Contents:
page0
page1
page2
......
sphinx/source/measurement_board-2-V1-02.jpg

438 KB

Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment