Commit 65f6913e authored by remi.clement's avatar remi.clement
Browse files

update documentation ohmpi v1

Showing with 388 additions and 65 deletions
+388 -65
public/_images/connection.jpg

1.74 MB

public/_images/ige.png

4.37 KB

public/_images/logo-iris.jpg

14.3 KB

public/_images/logo_inrae.jpg

22.4 KB

public/_images/logo_univ_gustave.png

69.6 KB

public/_images/multiplexer_implementation.jpg

312 KB

************
Premiere page
*************
**OhmPi project**
*************************
.. image:: logo_ohmpi.JPG
:width: 350 px
:align: center
:height: 250 px
:alt: Logo OhmPi
Authors:
| Rémi CLEMENT,Vivien DUBOIS,Nicolas Forquet, INRAE, REVERSAAL, F-69626, Villeurbanne Cedex, France.
| Yannick FARGIER, GERS-RRO, Univ Gustave Eiffel, IFSTTAR, Univ Lyon, F-69675 Lyon, France.
| Julien GANCE, IRIS Instruments, 45100 Orléans, France.
| Hélène GUYARD, IGE Grenoble, Université Grenoble Alpes, Grenoble.
Parteners:
.. table::
:align: center
+-------------------------------+-----------------------------------+-------------------------------+-----------------------------------+
| .. image:: logo_inrae.jpg | .. image:: logo_univ_gustave.png | .. image:: logo-iris.jpg | .. image:: ige.png |
+-------------------------------+-----------------------------------+-------------------------------+-----------------------------------+
Creation date : Juillet 2020.
Update : 21 août 2020.
Status of document: In progress.
**Introduction to OhmPi**
*************************
This article presents the development of a low-cost, open hardware \
This documentation presents the development of a low-cost, open hardware \
resistivity meter to provide the scientific community with a robust \
and flexible tool for small-scale experiments. Called OhmPi, this basic resistivity meter\
features current injection and measurement functions associated with a multiplexer \
that allows performing automatic measurements with up to 32 electrodes.\
OhmPi's philosophy is to provide a fully open source and open hardware tool /
to the near surface scientific community.
to the near surface scientific community.
.. note::
Everyone willing to get involved is welcome in ohmPi Project!.
\ No newline at end of file
......@@ -3,10 +3,38 @@ OhmPi V 1.01 (limited to 32 electrodes)
*****************************************
The philosophy of Ohmpi
******************************************
The philosophy of Ohmpi V1.01 is to offer a multi electrode resistivity meter, from a set of commercially available electronic cards it is a resistivity meter limited to 32 electrodes only. It is limited to low-current injection, but suitable for small laboratory experiments and small field time monitoring
**************************
The philosophy of Ohmpi V1.01 is to offer a multi electrode resistivity meter, from a set of commercially available
electronic cards it is a resistivity meter limited to 32 electrodes only. It is limited to low-current injection,
but suitable for small laboratory experiments and small field time monitoring
Technical data
***************
+-------------------------------+--------------------+-----------+
| **Parameter** | **Specifications** | Units |
+-------------------------------+--------------------+-----------+
|Electrodes |32 | |
+-------------------------------+--------------------+-----------+
|Operating temperature |0 to 50 |°c |
+-------------------------------+--------------------+-----------+
|Power consumption of CPU and |18.5 |W |
|control system | | |
+-------------------------------+--------------------+-----------+
|Voltage injection |12 |V |
+-------------------------------+--------------------+-----------+
|Battery |12 |V |
+-------------------------------+--------------------+-----------+
|Current |0 to 50 |mA |
+-------------------------------+--------------------+-----------+
|Min pulse duration |150 |mS |
+-------------------------------+--------------------+-----------+
|Input impedance |36 |Mohm |
+-------------------------------+--------------------+-----------+
|Data storage |micro SD card | |
+-------------------------------+--------------------+-----------+
|Resolution |O.O1 |ohm |
+-------------------------------+--------------------+-----------+
OS installation on a Raspberry Pi
******************************************
......@@ -19,9 +47,60 @@ Once the OS has been installed, the 1-wire option and GPIO remote option must be
Raspbian GUI settings menu. Failure to carry out this task may cause damage to the relay shield cards during measurements.
Construction of the measurement board and connection to the Raspberry
**************************************************************************
The measurement board must be printed using the PCB file (Source file repository), with components soldered onto it by following the steps described below and illustrated in the following figure :
Electrical resistivity measurements
===================================
To measure electrical resistivity with Raspberry Pi, an ADS1115 was introduced, as proposed by Florsch [7]. The ADS1115
is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. Its value has been set at 1 in this study. The
input signal value could lie between - to + 6.114 V. The ADS1115 is mounted on a board adapted from an in-house design.
Figure 5 shows the general diagram for the electronic measurement board developed. This figure also displays the test
circuit used to test the board in the laboratory, which mimics the behavior of a soil subjected to current injection.
In this test circuit, resistance R11 represents the soil resistance.
Soil resistance R11 is connected to electrodes A and B for the current injection. Resistors R10 and R12 constitute
the contact resistances between soil and electrodes; they are typically made of stainless steel. The battery, which
allows for direct current injection, is connected in series with resistors R10, R11 and R12. In this part of the board,
resistance R9 has been added to measure the current flowing between electrodes A and B. This resistance value has been
set at 50 ohms in order to ensure:
• a precise resistance,
• a resistance less than the sum of resistors R10, R11 and R12; indeed, R10 and R12 generally lie between 100 and 5,000 ohms.
To measure the current intensity between A and B, the electrical potential difference at the pole of the reference resistor (R9)
is measured. The intensity (in mA) is calculated by inserting the resulting value into the following: ?
To measure the potential difference needed to measure current intensity, the ADS 1115 is connected to the ground of the circuit.
In our case, the ground reference is electrode B. The analog inputs A1 and A0 of the ADS1115 are connected to each pole of the
reference resistor (R9). In order to increase input impedance and adapt the signal gain, tracking amplifiers have been included
and completed by a divider bridge (R5, R8, R6 and R7) located between the two amplifiers. The resistance of the divider bridge
ensures that the signal remains between 0 and 5 V, in accordance with the ADS1115 signal gain. To measure the potential difference,
the M and N electrodes are connected to analog inputs A2 and A3 of the ADS 1115. Between the ADC and the electrodes, two tracking
amplifiers and a divider bridge have been positioned so as to obtain a potential lying within the 0-5 V range at the analog input of the ADS 1115.
Let's note that the potential difference value would equal the potential measured with ADS1115 multiplied by the voltage reduction
value of the divider bridge (see Section 5.2). Despite the use of high-resolution resistance (i.e. accurate to within 1%), it is
still necessary to calibrate the divider bridge using a precision voltmeter. For this purpose, the input and output potentials
of the divider bridge must be measured using an equivalent circuit for various electrical potential values. These values serve
to calculate the gain. With this electronic board, it is possible to measure the potential and intensity without disturbing the
electric field in the ground, with the total input impedance value being estimated at 36 mega-ohms.
A shortcut between Electrodes A and B will generate excessive currents, whose intensities depend on the type of battery used.
A lithium ion battery or automobile-type lead-acid battery can deliver a strong enough current to damage the board and, as such,
constitutes a potential hazard. We therefore recommend adding a 1.5-A fuse between the battery and resistor R9.
.. figure:: schema_measurement_board.jpg
:width: 800px
:align: center
:height: 400px
:alt: alternate text
:figclass: align-center
Measurement board
Implementation
==============
The measurement board must be printed using the PCB file (Source file repository), with components soldered onto
it by following the steps described below and illustrated in the following figure :
* Step no. 1: installation of the 1-Kohm resistors with an accuracy of ± 1%.
......@@ -30,7 +109,11 @@ The measurement board must be printed using the PCB file (Source file repository
* Step no. 4: installation of the 50-Ohm reference resistor ± 0.1%
* Step no. 5: addition of both the ADS115 directly onto the header (pins must be plugged according to the figure) and the LM358N operational amplifiers (pay attention to the direction).
1-Kohm and 1.5-Kohm resistors apply to the divider bridge. If, for example, you prefer using a weaker or stronger power supply, it would be possible to adjust the divider bridge value by simply modifying these resistors. Once all the components have been soldered together, the measurement board can be connected to the Raspberry Pi and the 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.
1-Kohm and 1.5-Kohm resistors apply to the divider bridge. If, for example, you prefer using a weaker
or stronger power supply, it would be possible to adjust the divider bridge value by simply modifying these resistors.
Once all the components have been soldered together, the measurement board can be connected to the Raspberry Pi and the
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.
.. figure:: measurement_board.jpg
:width: 800px
......@@ -74,23 +157,60 @@ they remain in the normally closed position. This set-up offers a simple and rob
Wiring of the 4-channel relay module board for current injection management
Electrical resistivity measurements
************************************
To measure electrical resistivity with Raspberry Pi, an ADS1115 was introduced, as proposed by Florsch [7]. The ADS1115 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. Its value has been set at 1 in this study. The input signal value could lie between - to + 6.114 V. The ADS1115 is mounted on a board adapted from an in-house design. Figure 5 shows the general diagram for the electronic measurement board developed. This figure also displays the test circuit used to test the board in the laboratory, which mimics the behavior of a soil subjected to current injection. In this test circuit, resistance R11 represents the soil resistance.
Soil resistance R11 is connected to electrodes A and B for the current injection. Resistors R10 and R12 constitute the contact resistances between soil and electrodes; they are typically made of stainless steel. The battery, which allows for direct current injection, is connected in series with resistors R10, R11 and R12. In this part of the board, resistance R9 has been added to measure the current flowing between electrodes A and B. This resistance value has been set at 50 ohms in order to ensure:
• a precise resistance,
• a resistance less than the sum of resistors R10, R11 and R12; indeed, R10 and R12 generally lie between 100 and 5,000 ohms.
To measure the current intensity between A and B, the electrical potential difference at the pole of the reference resistor (R9) is measured. The intensity (in mA) is calculated by inserting the resulting value into the following: ?
To measure the potential difference needed to measure current intensity, the ADS 1115 is connected to the ground of the circuit. In our case, the ground reference is electrode B. The analog inputs A1 and A0 of the ADS1115 are connected to each pole of the reference resistor (R9). In order to increase input impedance and adapt the signal gain, tracking amplifiers have been included and completed by a divider bridge (R5, R8, R6 and R7) located between the two amplifiers. The resistance of the divider bridge ensures that the signal remains between 0 and 5 V, in accordance with the ADS1115 signal gain. To measure the potential difference, the M and N electrodes are connected to analog inputs A2 and A3 of the ADS 1115. Between the ADC and the electrodes, two tracking amplifiers and a divider bridge have been positioned so as to obtain a potential lying within the 0-5 V range at the analog input of the ADS 1115.
Let's note that the potential difference value would equal the potential measured with ADS1115 multiplied by the voltage reduction value of the divider bridge (see Section 5.2). Despite the use of high-resolution resistance (i.e. accurate to within 1%), it is still necessary to calibrate the divider bridge using a precision voltmeter. For this purpose, the input and output potentials of the divider bridge must be measured using an equivalent circuit for various electrical potential values. These values serve to calculate the gain. With this electronic board, it is possible to measure the potential and intensity without disturbing the electric field in the ground, with the total input impedance value being estimated at 36 mega-ohms.
A shortcut between Electrodes A and B will generate excessive currents, whose intensities depend on the type of battery used. A lithium ion battery or automobile-type lead-acid battery can deliver a strong enough current to damage the board and, as such, constitutes a potential hazard. We therefore recommend adding a 1.5-A fuse between the battery and resistor R9.
Multiplexer implentation
*************************
The resistivity measurement is conducted on four terminals (A, B, M and N). The user could perform each measurement
by manually plugging four electrodes into the four channel terminals. In practice, ERT requires several tens or thousands
of measurements conducted on different electrode arrays. A multiplexer is therefore used to connect each channel to one of
the 32 electrodes stuck into the ground, all of which are connected to the data logger.
.. figure:: schema_measurement_board.jpg
We will describe below how to assemble the four multiplexers (MUX), one per terminal. A multiplexer consists of 2 relay
modules with 16 channels each. On the first board, on each MUX, 15 relays out of the 16 available will be used. Please note that the suggested
configuration enables making smaller multiplexers (8 or 16 electrodes only). On the other hand, if you prefer upping to 64 electrodes,
which is entirely possible, a GPIO channel multiplier will have to be used.
To prepare the multiplexer, the channels of the two relay boards must be connected according to the wiring diagram shown below.
.. figure:: multiplexer_implementation.jpg
:width: 800px
:align: center
:height: 400px
:alt: alternate text
:figclass: align-center
Measurement board
\ No newline at end of file
Schematic diagram of the wiring of two 16-channel relay shields
For this purpose, 0.5-mm² cables with end caps are used and their length adjusted for each connection in order to produce a clean assembly.
The length was adjusted so that the distance between the two points to be connected could be directly measured on the board once they had
been assembled one above the other, in adding an extra 3 cm. The wires at the ends need to be stripped and the end caps added.
As a final step, connect the cables to the correct connectors. This operation must be repeated in order to carry out all the wiring shown in Figure below.
Once the operation has been completed, the 16 control pins of each 16-channel relay shield card must be prepared. Each card actually contains 16 input channels
for activating each relay (Fig. 12). However, we will be activating several relays with a single GPIO (to limit the number of GPIOs used on Raspberry Pi,
see Section 2.4). To execute this step, it will be necessary to follow the protocol presented in Figure.
.. figure:: connection.jpg
:width: 800px
:align: center
:height: 400px
:alt: alternate text
:figclass: align-center
Connection to the 16-channel relay shield
For the 16-channel relay shield no. 1, these steps must be followed:
* Position a test circuit with 10 horizontal and 10 vertical holes on the pins of the 16-channel relay shield board.
* Follow the diagram and solder the pins as shown in Fig.
* Lastly, solder 0.5-mm² wires 1 m in length to the test circuit.
For relay shield no. 2, follow the same procedure, but solder all the pins together (d-e-f).
This same operation must be repeated for the other three multiplexers as well.
The next step consists of connecting the relay card inputs to the Raspberry Pi according to Table 5 for all four multiplexers.
\ No newline at end of file
......@@ -81,7 +81,8 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>Introduction to OhmPi</strong></a></li>
<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="page0.html#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
</ul>
......
......@@ -36,7 +36,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="Introduction to OhmPi" href="page0.html" />
<link rel="next" title="OhmPi project" href="page0.html" />
</head>
<body class="wy-body-for-nav">
......@@ -82,7 +82,8 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>Introduction to OhmPi</strong></a></li>
<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="page0.html#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
</ul>
......@@ -155,13 +156,15 @@
<p>Contents:</p>
<div class="toctree-wrapper compound">
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>Introduction to OhmPi</strong></a></li>
<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="page0.html#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="page1.html#the-philosophy-of-ohmpi">The philosophy of Ohmpi</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#technical-data">Technical data</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#os-installation-on-a-raspberry-pi">OS installation on a Raspberry Pi</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#construction-of-the-measurement-board-and-connection-to-the-raspberry">Construction of the measurement board and connection to the Raspberry</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#current-injection">Current injection</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#electrical-resistivity-measurements">Electrical resistivity measurements</a></li>
<li class="toctree-l2"><a class="reference internal" href="page1.html#multiplexer-implentation">Multiplexer implentation</a></li>
</ul>
</li>
</ul>
......@@ -183,7 +186,7 @@
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="page0.html" class="btn btn-neutral float-right" title="Introduction to OhmPi" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="page0.html" class="btn btn-neutral float-right" title="OhmPi project" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
</div>
......
No preview for this file type
......@@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Introduction to OhmPi &mdash; Ohmpi: open hardware resistivity-meter documentation</title>
<title>OhmPi project &mdash; Ohmpi: open hardware resistivity-meter documentation</title>
......@@ -36,7 +36,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="next" title="OhmPi V 1.01" href="page1.html" />
<link rel="next" title="OhmPi V 1.01 (limited to 32 electrodes)" href="page1.html" />
<link rel="prev" title="OHMPI: Open source and open hardware resitivity-meter" href="index.html" />
</head>
......@@ -83,8 +83,9 @@
<ul class="current">
<li class="toctree-l1 current"><a class="current reference internal" href="#"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#"><strong>OhmPi project</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
</ul>
......@@ -131,7 +132,7 @@
<li><a href="index.html" class="icon icon-home"></a> &raquo;</li>
<li><strong>Introduction to OhmPi</strong></li>
<li><strong>OhmPi project</strong></li>
<li class="wy-breadcrumbs-aside">
......@@ -150,10 +151,43 @@
<div role="main" class="document" itemscope="itemscope" itemtype="http://schema.org/Article">
<div itemprop="articleBody">
<img alt="_images/logo_ohmpi.JPG" class="align-center" src="_images/logo_ohmpi.JPG" />
<div class="section" id="ohmpi-project">
<h1><strong>OhmPi project</strong><a class="headerlink" href="#ohmpi-project" title="Permalink to this headline"></a></h1>
<a class="reference internal image-reference" href="_images/logo_ohmpi.JPG"><img alt="Logo OhmPi" class="align-center" src="_images/logo_ohmpi.JPG" style="width: 350px; height: 250px;" /></a>
<p>Authors:</p>
<div class="line-block">
<div class="line">Rémi CLEMENT,Vivien DUBOIS,Nicolas Forquet, INRAE, REVERSAAL, F-69626, Villeurbanne Cedex, France.</div>
<div class="line">Yannick FARGIER, GERS-RRO, Univ Gustave Eiffel, IFSTTAR, Univ Lyon, F-69675 Lyon, France.</div>
<div class="line">Julien GANCE, IRIS Instruments, 45100 Orléans, France.</div>
<div class="line">Hélène GUYARD, IGE Grenoble, Université Grenoble Alpes, Grenoble.</div>
</div>
<p>Parteners:</p>
<table class="docutils align-center">
<colgroup>
<col style="width: 23%" />
<col style="width: 27%" />
<col style="width: 23%" />
<col style="width: 27%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><img alt="_images/logo_inrae.jpg" src="_images/logo_inrae.jpg" />
</td>
<td><img alt="_images/logo_univ_gustave.png" src="_images/logo_univ_gustave.png" />
</td>
<td><img alt="_images/logo-iris.jpg" src="_images/logo-iris.jpg" />
</td>
<td><img alt="_images/ige.png" src="_images/ige.png" />
</td>
</tr>
</tbody>
</table>
<p>Creation date : Juillet 2020.</p>
<p>Update : 21 août 2020.</p>
<p>Status of document: In progress.</p>
</div>
<div class="section" id="introduction-to-ohmpi">
<h1><strong>Introduction to OhmPi</strong><a class="headerlink" href="#introduction-to-ohmpi" title="Permalink to this headline"></a></h1>
<p>This article presents the development of a low-cost, open hardware resistivity meter to provide the scientific community with a robust and flexible tool for small-scale experiments. Called OhmPi, this basic resistivity meterfeatures current injection and measurement functions associated with a multiplexer that allows performing automatic measurements with up to 32 electrodes.OhmPi’s philosophy is to provide a fully open source and open hardware tool /
<p>This documentation presents the development of a low-cost, open hardware resistivity meter to provide the scientific community with a robust and flexible tool for small-scale experiments. Called OhmPi, this basic resistivity meterfeatures current injection and measurement functions associated with a multiplexer that allows performing automatic measurements with up to 32 electrodes.OhmPi’s philosophy is to provide a fully open source and open hardware tool /
to the near surface scientific community.</p>
<div class="admonition note">
<p class="admonition-title">Note</p>
......@@ -169,7 +203,7 @@ to the near surface scientific community.</p>
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="page1.html" class="btn btn-neutral float-right" title="OhmPi V 1.01" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="page1.html" class="btn btn-neutral float-right" title="OhmPi V 1.01 (limited to 32 electrodes)" accesskey="n" rel="next">Next <span class="fa fa-arrow-circle-right"></span></a>
<a href="index.html" class="btn btn-neutral float-left" title="OHMPI: Open source and open hardware resitivity-meter" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</a>
......
......@@ -36,7 +36,7 @@
<link rel="index" title="Index" href="genindex.html" />
<link rel="search" title="Search" href="search.html" />
<link rel="prev" title="Introduction to OhmPi" href="page0.html" />
<link rel="prev" title="OhmPi project" href="page0.html" />
</head>
<body class="wy-body-for-nav">
......@@ -82,13 +82,19 @@
<ul class="current">
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>Introduction to OhmPi</strong></a></li>
<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="page0.html#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="#">OhmPi V 1.01 (limited to 32 electrodes)</a><ul>
<li class="toctree-l2"><a class="reference internal" href="#the-philosophy-of-ohmpi">The philosophy of Ohmpi</a></li>
<li class="toctree-l2"><a class="reference internal" href="#technical-data">Technical data</a></li>
<li class="toctree-l2"><a class="reference internal" href="#os-installation-on-a-raspberry-pi">OS installation on a Raspberry Pi</a></li>
<li class="toctree-l2"><a class="reference internal" href="#construction-of-the-measurement-board-and-connection-to-the-raspberry">Construction of the measurement board and connection to the Raspberry</a></li>
<li class="toctree-l2"><a class="reference internal" href="#construction-of-the-measurement-board-and-connection-to-the-raspberry">Construction of the measurement board and connection to the Raspberry</a><ul>
<li class="toctree-l3"><a class="reference internal" href="#electrical-resistivity-measurements">Electrical resistivity measurements</a></li>
<li class="toctree-l3"><a class="reference internal" href="#implementation">Implementation</a></li>
</ul>
</li>
<li class="toctree-l2"><a class="reference internal" href="#current-injection">Current injection</a></li>
<li class="toctree-l2"><a class="reference internal" href="#electrical-resistivity-measurements">Electrical resistivity measurements</a></li>
<li class="toctree-l2"><a class="reference internal" href="#multiplexer-implentation">Multiplexer implentation</a></li>
</ul>
</li>
</ul>
......@@ -160,7 +166,66 @@
<h1>OhmPi V 1.01 (limited to 32 electrodes)<a class="headerlink" href="#ohmpi-v-1-01-limited-to-32-electrodes" title="Permalink to this headline"></a></h1>
<div class="section" id="the-philosophy-of-ohmpi">
<h2>The philosophy of Ohmpi<a class="headerlink" href="#the-philosophy-of-ohmpi" title="Permalink to this headline"></a></h2>
<p>The philosophy of Ohmpi V1.01 is to offer a multi electrode resistivity meter, from a set of commercially available electronic cards it is a resistivity meter limited to 32 electrodes only. It is limited to low-current injection, but suitable for small laboratory experiments and small field time monitoring</p>
<p>The philosophy of Ohmpi V1.01 is to offer a multi electrode resistivity meter, from a set of commercially available
electronic cards it is a resistivity meter limited to 32 electrodes only. It is limited to low-current injection,
but suitable for small laboratory experiments and small field time monitoring</p>
</div>
<div class="section" id="technical-data">
<h2>Technical data<a class="headerlink" href="#technical-data" title="Permalink to this headline"></a></h2>
<table class="docutils align-default">
<colgroup>
<col style="width: 50%" />
<col style="width: 32%" />
<col style="width: 18%" />
</colgroup>
<tbody>
<tr class="row-odd"><td><p><strong>Parameter</strong></p></td>
<td><p><strong>Specifications</strong></p></td>
<td><p>Units</p></td>
</tr>
<tr class="row-even"><td><p>Electrodes</p></td>
<td><p>32</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Operating temperature</p></td>
<td><p>0 to 50</p></td>
<td><p>°c</p></td>
</tr>
<tr class="row-even"><td><p>Power consumption of CPU and
control system</p></td>
<td><p>18.5</p></td>
<td><p>W</p></td>
</tr>
<tr class="row-odd"><td><p>Voltage injection</p></td>
<td><p>12</p></td>
<td><p>V</p></td>
</tr>
<tr class="row-even"><td><p>Battery</p></td>
<td><p>12</p></td>
<td><p>V</p></td>
</tr>
<tr class="row-odd"><td><p>Current</p></td>
<td><p>0 to 50</p></td>
<td><p>mA</p></td>
</tr>
<tr class="row-even"><td><p>Min pulse duration</p></td>
<td><p>150</p></td>
<td><p>mS</p></td>
</tr>
<tr class="row-odd"><td><p>Input impedance</p></td>
<td><p>36</p></td>
<td><p>Mohm</p></td>
</tr>
<tr class="row-even"><td><p>Data storage</p></td>
<td><p>micro SD card</p></td>
<td></td>
</tr>
<tr class="row-odd"><td><p>Resolution</p></td>
<td><p>O.O1</p></td>
<td><p>ohm</p></td>
</tr>
</tbody>
</table>
</div>
<div class="section" id="os-installation-on-a-raspberry-pi">
<h2>OS installation on a Raspberry Pi<a class="headerlink" href="#os-installation-on-a-raspberry-pi" title="Permalink to this headline"></a></h2>
......@@ -173,7 +238,48 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t
</div>
<div class="section" id="construction-of-the-measurement-board-and-connection-to-the-raspberry">
<h2>Construction of the measurement board and connection to the Raspberry<a class="headerlink" href="#construction-of-the-measurement-board-and-connection-to-the-raspberry" title="Permalink to this headline"></a></h2>
<p>The measurement board must be printed using the PCB file (Source file repository), with components soldered onto it by following the steps described below and illustrated in the following figure :</p>
<div class="section" id="electrical-resistivity-measurements">
<h3>Electrical resistivity measurements<a class="headerlink" href="#electrical-resistivity-measurements" title="Permalink to this headline"></a></h3>
<p>To measure electrical resistivity with Raspberry Pi, an ADS1115 was introduced, as proposed by Florsch [7]. The ADS1115
is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. Its value has been set at 1 in this study. The
input signal value could lie between - to + 6.114 V. The ADS1115 is mounted on a board adapted from an in-house design.
Figure 5 shows the general diagram for the electronic measurement board developed. This figure also displays the test
circuit used to test the board in the laboratory, which mimics the behavior of a soil subjected to current injection.
In this test circuit, resistance R11 represents the soil resistance.
Soil resistance R11 is connected to electrodes A and B for the current injection. Resistors R10 and R12 constitute
the contact resistances between soil and electrodes; they are typically made of stainless steel. The battery, which
allows for direct current injection, is connected in series with resistors R10, R11 and R12. In this part of the board,
resistance R9 has been added to measure the current flowing between electrodes A and B. This resistance value has been
set at 50 ohms in order to ensure:
• a precise resistance,
• a resistance less than the sum of resistors R10, R11 and R12; indeed, R10 and R12 generally lie between 100 and 5,000 ohms.
To measure the current intensity between A and B, the electrical potential difference at the pole of the reference resistor (R9)
is measured. The intensity (in mA) is calculated by inserting the resulting value into the following: ?
To measure the potential difference needed to measure current intensity, the ADS 1115 is connected to the ground of the circuit.
In our case, the ground reference is electrode B. The analog inputs A1 and A0 of the ADS1115 are connected to each pole of the
reference resistor (R9). In order to increase input impedance and adapt the signal gain, tracking amplifiers have been included
and completed by a divider bridge (R5, R8, R6 and R7) located between the two amplifiers. The resistance of the divider bridge
ensures that the signal remains between 0 and 5 V, in accordance with the ADS1115 signal gain. To measure the potential difference,
the M and N electrodes are connected to analog inputs A2 and A3 of the ADS 1115. Between the ADC and the electrodes, two tracking
amplifiers and a divider bridge have been positioned so as to obtain a potential lying within the 0-5 V range at the analog input of the ADS 1115.
Let’s note that the potential difference value would equal the potential measured with ADS1115 multiplied by the voltage reduction
value of the divider bridge (see Section 5.2). Despite the use of high-resolution resistance (i.e. accurate to within 1%), it is
still necessary to calibrate the divider bridge using a precision voltmeter. For this purpose, the input and output potentials
of the divider bridge must be measured using an equivalent circuit for various electrical potential values. These values serve
to calculate the gain. With this electronic board, it is possible to measure the potential and intensity without disturbing the
electric field in the ground, with the total input impedance value being estimated at 36 mega-ohms.
A shortcut between Electrodes A and B will generate excessive currents, whose intensities depend on the type of battery used.
A lithium ion battery or automobile-type lead-acid battery can deliver a strong enough current to damage the board and, as such,
constitutes a potential hazard. We therefore recommend adding a 1.5-A fuse between the battery and resistor R9.</p>
<div class="align-center figure" id="id1">
<a class="reference internal image-reference" href="_images/schema_measurement_board.jpg"><img alt="alternate text" src="_images/schema_measurement_board.jpg" style="width: 800px; height: 400px;" /></a>
<p class="caption"><span class="caption-text">Measurement board</span><a class="headerlink" href="#id1" title="Permalink to this image"></a></p>
</div>
</div>
<div class="section" id="implementation">
<h3>Implementation<a class="headerlink" href="#implementation" title="Permalink to this headline"></a></h3>
<p>The measurement board must be printed using the PCB file (Source file repository), with components soldered onto
it by following the steps described below and illustrated in the following figure :</p>
<ul class="simple">
<li><p>Step no. 1: installation of the 1-Kohm resistors with an accuracy of ± 1%.</p></li>
<li><p>Step no. 2: installation of the 1.5-Kohm resistors with an accuracy of ± 1%.</p></li>
......@@ -181,14 +287,19 @@ Raspbian GUI settings menu. Failure to carry out this task may cause damage to t
<li><p>Step no. 4: installation of the 50-Ohm reference resistor ± 0.1%</p></li>
<li><p>Step no. 5: addition of both the ADS115 directly onto the header (pins must be plugged according to the figure) and the LM358N operational amplifiers (pay attention to the direction).</p></li>
</ul>
<p>1-Kohm and 1.5-Kohm resistors apply to the divider bridge. If, for example, you prefer using a weaker or stronger power supply, it would be possible to adjust the divider bridge value by simply modifying these resistors. Once all the components have been soldered together, the measurement board can be connected to the Raspberry Pi and the 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="id1">
<p>1-Kohm and 1.5-Kohm resistors apply to the divider bridge. If, for example, you prefer using a weaker
or stronger power supply, it would be possible to adjust the divider bridge value by simply modifying these resistors.
Once all the components have been soldered together, the measurement board can be connected to the Raspberry Pi and the
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_board.jpg"><img alt="alternate text" src="_images/measurement_board.jpg" style="width: 800px; height: 400px;" /></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="#id1" title="Permalink to this image"></a></p>
<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="id2">
<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>
<p class="caption"><span class="caption-text">Measurement board installation with Raspberry Pi</span><a class="headerlink" href="#id2" title="Permalink to this image"></a></p>
<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>
</div>
<div class="section" id="current-injection">
......@@ -204,25 +315,46 @@ to the GPIO 7 on the Raspberry Pi and therefore activate simultaneously. The rol
the polarity at electrodes A and B. Thus, when relays 3 and 4 are energized by the GPIO 8 in the open position,
the positive battery pole is connected to electrode A and the negative pole to electrode B. When not energized,
they remain in the normally closed position. This set-up offers a simple and robust solution to inject current.</p>
<div class="align-center figure" id="id3">
<div class="align-center figure" id="id4">
<a class="reference internal image-reference" href="_images/current_board.jpg"><img alt="alternate text" src="_images/current_board.jpg" style="width: 800px; height: 400px;" /></a>
<p class="caption"><span class="caption-text">Wiring of the 4-channel relay module board for current injection management</span><a class="headerlink" href="#id3" title="Permalink to this image"></a></p>
<p class="caption"><span class="caption-text">Wiring of the 4-channel relay module board for current injection management</span><a class="headerlink" href="#id4" title="Permalink to this image"></a></p>
</div>
</div>
<div class="section" id="electrical-resistivity-measurements">
<h2>Electrical resistivity measurements<a class="headerlink" href="#electrical-resistivity-measurements" title="Permalink to this headline"></a></h2>
<p>To measure electrical resistivity with Raspberry Pi, an ADS1115 was introduced, as proposed by Florsch [7]. The ADS1115 is a 16-bit ADC (Analog-to-Digital Converter), with an adaptable gain. Its value has been set at 1 in this study. The input signal value could lie between - to + 6.114 V. The ADS1115 is mounted on a board adapted from an in-house design. Figure 5 shows the general diagram for the electronic measurement board developed. This figure also displays the test circuit used to test the board in the laboratory, which mimics the behavior of a soil subjected to current injection. In this test circuit, resistance R11 represents the soil resistance.
Soil resistance R11 is connected to electrodes A and B for the current injection. Resistors R10 and R12 constitute the contact resistances between soil and electrodes; they are typically made of stainless steel. The battery, which allows for direct current injection, is connected in series with resistors R10, R11 and R12. In this part of the board, resistance R9 has been added to measure the current flowing between electrodes A and B. This resistance value has been set at 50 ohms in order to ensure:
• a precise resistance,
• a resistance less than the sum of resistors R10, R11 and R12; indeed, R10 and R12 generally lie between 100 and 5,000 ohms.
To measure the current intensity between A and B, the electrical potential difference at the pole of the reference resistor (R9) is measured. The intensity (in mA) is calculated by inserting the resulting value into the following: ?
To measure the potential difference needed to measure current intensity, the ADS 1115 is connected to the ground of the circuit. In our case, the ground reference is electrode B. The analog inputs A1 and A0 of the ADS1115 are connected to each pole of the reference resistor (R9). In order to increase input impedance and adapt the signal gain, tracking amplifiers have been included and completed by a divider bridge (R5, R8, R6 and R7) located between the two amplifiers. The resistance of the divider bridge ensures that the signal remains between 0 and 5 V, in accordance with the ADS1115 signal gain. To measure the potential difference, the M and N electrodes are connected to analog inputs A2 and A3 of the ADS 1115. Between the ADC and the electrodes, two tracking amplifiers and a divider bridge have been positioned so as to obtain a potential lying within the 0-5 V range at the analog input of the ADS 1115.
Let’s note that the potential difference value would equal the potential measured with ADS1115 multiplied by the voltage reduction value of the divider bridge (see Section 5.2). Despite the use of high-resolution resistance (i.e. accurate to within 1%), it is still necessary to calibrate the divider bridge using a precision voltmeter. For this purpose, the input and output potentials of the divider bridge must be measured using an equivalent circuit for various electrical potential values. These values serve to calculate the gain. With this electronic board, it is possible to measure the potential and intensity without disturbing the electric field in the ground, with the total input impedance value being estimated at 36 mega-ohms.
A shortcut between Electrodes A and B will generate excessive currents, whose intensities depend on the type of battery used. A lithium ion battery or automobile-type lead-acid battery can deliver a strong enough current to damage the board and, as such, constitutes a potential hazard. We therefore recommend adding a 1.5-A fuse between the battery and resistor R9.</p>
<div class="align-center figure" id="id4">
<a class="reference internal image-reference" href="_images/schema_measurement_board.jpg"><img alt="alternate text" src="_images/schema_measurement_board.jpg" style="width: 800px; height: 400px;" /></a>
<p class="caption"><span class="caption-text">Measurement board</span><a class="headerlink" href="#id4" title="Permalink to this image"></a></p>
<div class="section" id="multiplexer-implentation">
<h2>Multiplexer implentation<a class="headerlink" href="#multiplexer-implentation" title="Permalink to this headline"></a></h2>
<p>The resistivity measurement is conducted on four terminals (A, B, M and N). The user could perform each measurement
by manually plugging four electrodes into the four channel terminals. In practice, ERT requires several tens or thousands
of measurements conducted on different electrode arrays. A multiplexer is therefore used to connect each channel to one of
the 32 electrodes stuck into the ground, all of which are connected to the data logger.</p>
<p>We will describe below how to assemble the four multiplexers (MUX), one per terminal. A multiplexer consists of 2 relay
modules with 16 channels each. On the first board, on each MUX, 15 relays out of the 16 available will be used. Please note that the suggested
configuration enables making smaller multiplexers (8 or 16 electrodes only). On the other hand, if you prefer upping to 64 electrodes,
which is entirely possible, a GPIO channel multiplier will have to be used.
To prepare the multiplexer, the channels of the two relay boards must be connected according to the wiring diagram shown below.</p>
<div class="align-center figure" id="id5">
<a class="reference internal image-reference" href="_images/multiplexer_implementation.jpg"><img alt="alternate text" src="_images/multiplexer_implementation.jpg" style="width: 800px; height: 400px;" /></a>
<p class="caption"><span class="caption-text">Schematic diagram of the wiring of two 16-channel relay shields</span><a class="headerlink" href="#id5" title="Permalink to this image"></a></p>
</div>
<p>For this purpose, 0.5-mm² cables with end caps are used and their length adjusted for each connection in order to produce a clean assembly.
The length was adjusted so that the distance between the two points to be connected could be directly measured on the board once they had
been assembled one above the other, in adding an extra 3 cm. The wires at the ends need to be stripped and the end caps added.
As a final step, connect the cables to the correct connectors. This operation must be repeated in order to carry out all the wiring shown in Figure below.</p>
<p>Once the operation has been completed, the 16 control pins of each 16-channel relay shield card must be prepared. Each card actually contains 16 input channels
for activating each relay (Fig. 12). However, we will be activating several relays with a single GPIO (to limit the number of GPIOs used on Raspberry Pi,
see Section 2.4). To execute this step, it will be necessary to follow the protocol presented in Figure.</p>
<blockquote>
<div><div class="align-center figure" id="id6">
<a class="reference internal image-reference" href="_images/connection.jpg"><img alt="alternate text" src="_images/connection.jpg" style="width: 800px; height: 400px;" /></a>
<p class="caption"><span class="caption-text">Connection to the 16-channel relay shield</span><a class="headerlink" href="#id6" title="Permalink to this image"></a></p>
</div>
</div></blockquote>
<p>For the 16-channel relay shield no. 1, these steps must be followed:
* Position a test circuit with 10 horizontal and 10 vertical holes on the pins of the 16-channel relay shield board.
* Follow the diagram and solder the pins as shown in Fig.
* Lastly, solder 0.5-mm² wires 1 m in length to the test circuit.</p>
<p>For relay shield no. 2, follow the same procedure, but solder all the pins together (d-e-f).
This same operation must be repeated for the other three multiplexers as well.
The next step consists of connecting the relay card inputs to the Raspberry Pi according to Table 5 for all four multiplexers.</p>
</div>
</div>
......@@ -235,7 +367,7 @@ A shortcut between Electrodes A and B will generate excessive currents, whose in
<div class="rst-footer-buttons" role="navigation" aria-label="footer navigation">
<a href="page0.html" class="btn btn-neutral float-left" title="Introduction to OhmPi" accesskey="p" rel="prev"><span class="fa fa-arrow-circle-left"></span> Previous</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>
</div>
......
......@@ -83,7 +83,8 @@
<ul>
<li class="toctree-l1"><a class="reference internal" href="page0.html"><strong>Introduction to OhmPi</strong></a></li>
<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="page0.html#introduction-to-ohmpi"><strong>Introduction to OhmPi</strong></a></li>
<li class="toctree-l1"><a class="reference internal" href="page1.html">OhmPi V 1.01 (limited to 32 electrodes)</a></li>
</ul>
......
Search.setIndex({docnames:["index","page0","page1"],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:["index.rst","page0.rst","page1.rst"],objects:{},objnames:{},objtypes:{},terms:{"case":2,"cr\u00e9er":[],"d\u00e9mo":[],"esp\u00e8r":[],"function":1,"pr\u00e9sent":[],"pr\u00e9sentat":[],"premi\u00e8r":[],"switch":2,ADS:2,For:2,Its:2,The:0,These:2,With:2,accord:2,accur:2,accuraci:2,acid:2,activ:2,adapt:2,adc:2,added:2,adding:2,addit:2,adjust:2,ads1115:2,ads115:2,all:2,allow:[1,2],also:2,amplifi:2,analog:2,appli:2,articl:1,assembl:2,associ:1,attent:2,author:2,automat:1,automobil:2,avail:2,basic:1,batteri:2,been:2,behavior:2,being:2,below:2,between:2,bit:2,black:2,block:2,blue:2,board:0,both:2,bridg:2,c_1:[],c_2:[],calcul:2,calibr:2,call:1,can:2,caption:[],card:2,carri:2,caus:2,ceci:[],cela:[],channel:2,circuit:2,circul:2,close:2,commerci:2,common:2,commun:1,complet:2,compon:2,connect:0,consist:2,constitut:2,construct:0,consult:[],contact:2,content:0,control:2,convert:2,cos:[],cost:1,could:2,creat:2,current:[0,1],damag:2,deactiv:2,deliv:2,demo:[],depend:2,describ:2,design:2,despit:2,develop:[1,2],diagram:2,differ:2,digit:2,direct:2,directli:2,displai:2,disturb:2,divid:2,doc:[],document:[],dual:2,dure:2,each:2,electr:0,electrod:[0,1],electron:2,energ:2,enough:2,ensur:2,equal:2,equival:2,est:[],estim:2,everyon:1,exampl:2,excess:2,experi:[1,2],failur:2,featur:[],femal:2,field:2,fig:2,figur:2,file:2,first:2,flexibl:1,florsch:2,flow:2,follow:2,fonctionn:[],formul:[],from:2,fulli:1,fuse:2,gain:2,gener:2,get:1,gpio:2,ground:2,gui:2,hardwar:1,hardwareresist:[],has:2,have:2,hazard:2,header:2,help:2,high:2,holder:2,hous:2,http:2,illustr:2,imag:[],imped:2,implement:[],includ:2,increas:2,inde:2,index:0,inform:[],inject:[0,1],input:2,insert:2,instal:0,instruct:2,intens:2,introduc:2,introduct:0,introduir:[],invit:[],involv:1,ion:2,kohm:2,laboratori:2,latest:2,lead:2,less:2,let:2,lie:2,lien:[],like:[],limit:0,lithium:2,lm358n:2,locat:2,low:[1,2],lying:2,made:2,mai:2,manag:2,maxdepth:[],measur:[0,1],mechan:2,mega:2,menu:2,meter:[1,2],meterfeatur:1,mimic:2,modifi:2,modul:[0,2],monitor:2,mount:2,multi:2,multiplex:1,multipli:2,must:2,necessari:2,need:2,neg:2,noob:2,normal:2,note:2,notr:[],obtain:2,offer:2,officiel:[],ohm:2,ohmpi:[],onc:2,onli:2,onto:2,open:[1,2],oper:2,option:2,order:2,org:2,our:2,out:2,output:2,page0:[],page1:[],page:[],pai:2,parl:[],part:2,pcb:2,perform:1,peu:[],philosophi:[0,1],pin:2,pitch:2,place:2,plu:[],plug:2,polar:2,pole:2,posit:2,possibl:2,potenti:2,pour:[],power:2,precis:2,prefer:2,present:1,print:2,project:1,propos:2,provid:1,purpos:2,que:[],r10:2,r11:2,r12:2,rang:2,raspberri:0,raspberrypi:2,raspbian:2,recommend:2,reduct:2,refer:2,relai:2,remain:2,rememb:2,remot:2,repositori:2,repres:2,resist:[0,1],resistor:2,resolut:2,respect:2,result:2,revers:2,robust:[1,2],role:2,safeti:2,scale:1,scientif:1,screw:2,search:[],second:[],section:2,see:2,seri:2,serv:2,set:2,setup:2,shield:2,shortcut:2,show:2,shown:2,signal:2,simpl:2,simpli:2,simultan:2,site:[],small:[1,2],soil:2,solder:2,solut:2,sourc:[1,2],sphinx:[],stabl:2,stainless:2,start:2,steel:2,step:2,still:2,strong:2,stronger:2,studi:2,subject:2,suitabl:2,sum:2,sum_:[],suppli:2,sur:[],surfac:1,system:2,task:2,termin:2,test:2,text:[],than:2,thei:2,therefor:2,thi:[1,2],through:2,thu:2,time:2,toctre:[],togeth:2,tool:1,total:2,track:2,two:2,type:2,typic:2,use:2,used:2,using:2,valu:2,variou:2,version:2,via:2,vise:[],voici:[],voltag:2,voltmet:2,vou:[],weaker:2,websit:2,welcom:1,well:2,when:2,which:2,whose:2,willing:1,wire:2,within:2,without:2,would:2,www:2,x_n:[],you:2},titles:["OHMPI: Open source and open hardware resitivity-meter","<strong>Introduction to OhmPi</strong>","OhmPi V 1.01 (limited to 32 electrodes)"],titleterms:{The:2,bienvenu:[],board:2,cett:[],connect:2,construct:2,current:2,document:[],electr:2,electrod:2,formul:[],hardwar:0,imag:[],implement:[],indic:0,inject:2,instal:2,introduct:1,lien:[],limit:2,measur:2,meter:0,ohmpi:[0,1,2],open:0,page:[],philosophi:2,raspberri:2,resist:2,resit:0,second:[],sourc:0,sur:[],tabl:0,text:[],welcom:[]}})
\ No newline at end of file
Search.setIndex({docnames:["index","page0","page1"],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:["index.rst","page0.rst","page1.rst"],objects:{},objnames:{},objtypes:{},terms:{"ao\u00fbt":1,"case":2,"cr\u00e9er":[],"d\u00e9mo":[],"esp\u00e8r":[],"final":2,"function":1,"h\u00e9l\u00e8ne":1,"justifi\u00e9":[],"mm\u00b2":2,"orl\u00e9an":1,"pr\u00e9sent":[],"pr\u00e9sentat":[],"premi\u00e8r":[],"r\u00e9mi":1,"switch":2,"universit\u00e9":1,ADS:2,For:2,IGE:1,Its:2,The:0,These:2,With:2,abov:2,accord:2,accur:2,accuraci:2,acid:2,activ:2,actual:2,adapt:2,adc:2,added:2,adding:2,addit:2,adjust:2,ads1115:2,ads115:2,align:[],all:2,allow:[1,2],alp:1,also:2,alt:[],amplifi:2,analog:2,appli:2,arrai:2,articl:[],assembl:2,associ:1,attent:2,author:[1,2],automat:1,automobil:2,avail:2,basic:1,batteri:2,been:2,behavior:2,being:2,below:2,between:2,bit:2,black:2,block:2,blue:2,board:0,both:2,bridg:2,c_1:[],c_2:[],cabl:2,calcul:2,calibr:2,call:1,can:2,cap:2,caption:[],card:2,carri:2,caus:2,ceci:[],cedex:1,cela:[],center:[],channel:2,circuit:2,circul:2,clean:2,clement:1,close:2,commerci:2,common:2,commun:1,complet:2,compon:2,conduct:2,configur:2,connect:0,connector:2,consist:2,constitut:2,construct:0,consult:[],consumpt:2,contact:2,contain:2,content:0,control:2,convert:2,correct:2,cos:[],cost:1,could:2,cpu:2,creat:2,creation:1,current:[0,1],damag:2,data:0,date:1,deactiv:2,deliv:2,demo:[],depend:2,describ:2,design:2,despit:2,develop:[1,2],diagram:2,differ:2,digit:2,direct:2,directli:2,displai:2,distanc:2,disturb:2,divid:2,dkfjshkdfh:[],doc:[],document:1,dual:2,duboi:1,durat:2,dure:2,each:2,eiffel:1,electr:[],electrod:[0,1],electron:2,enabl:2,end:2,energ:2,enough:2,ensur:2,entir:2,equal:2,equival:2,ert:2,est:[],estim:2,everyon:1,exampl:2,excess:2,execut:2,experi:[1,2],extra:2,failur:2,fargier:1,featur:[],femal:2,field:2,fig:2,figur:2,file:2,first:2,flexibl:1,florsch:2,flow:2,follow:2,fonctionn:[],formul:[],forquet:1,four:2,franc:1,from:2,fulli:1,fuse:2,gain:2,ganc:1,gener:2,ger:1,get:1,gpio:2,grenobl:1,ground:2,gui:2,gustav:1,guyard:1,had:2,hand:2,hardwar:1,hardwareresist:[],has:2,have:2,hazard:2,header:2,height:[],help:2,high:2,holder:2,hole:2,horizont:2,hous:2,how:2,howev:2,http:2,ifsttar:1,illustr:2,imag:[],imped:2,implement:[],implent:0,includ:2,increas:2,inde:2,index:0,inform:[],inject:[0,1],input:2,inra:1,insert:2,instal:0,instruct:2,instrument:1,intens:2,introduc:2,introduct:0,introduir:[],invit:[],involv:1,ion:2,iri:1,jpg:[],juillet:1,julien:1,justifi:[],kohm:2,laboratori:2,lastli:2,latest:2,lead:2,length:2,less:2,let:2,lie:2,lien:[],like:[],limit:0,lithium:2,lm358n:2,locat:2,logger:2,logo:[],logo_inra:[],logo_univ_gustav:[],low:[1,2],lying:2,lyon:1,made:2,mai:2,make:2,manag:2,manual:2,maxdepth:[],measur:[0,1],mechan:2,mega:2,menu:2,meter:[1,2],meterfeatur:1,micro:2,mimic:2,min:2,modifi:2,modul:[0,2],mohm:2,monitor:2,mount:2,multi:2,multiplex:[0,1],multipli:2,must:2,mux:2,necessari:2,need:2,neg:2,next:2,nicola:1,noob:2,normal:2,note:2,notr:[],number:2,obtain:2,offer:2,officiel:[],ohm:2,ohmpi:[],onc:2,one:2,onli:2,onto:2,open:[1,2],oper:2,option:2,order:2,org:2,other:2,our:2,out:2,output:2,page0:[],page1:[],page:[],pai:2,paramet:2,parl:[],part:2,parten:1,pcb:2,per:2,perform:[1,2],peu:[],philosophi:[0,1],pin:2,pitch:2,place:2,pleas:2,plu:[],plug:2,png:[],point:2,polar:2,pole:2,posit:2,possibl:2,potenti:2,pour:[],power:2,practic:2,precis:2,prefer:2,prepar:2,present:[1,2],print:2,procedur:2,produc:2,progress:1,project:0,propos:2,protocol:2,provid:1,puls:2,purpos:2,que:[],r10:2,r11:2,r12:2,rang:2,raspberri:0,raspberrypi:2,raspbian:2,recommend:2,reduct:2,refer:2,relai:2,remain:2,rememb:2,remot:2,repeat:2,repositori:2,repres:2,requir:2,resist:1,resistor:2,resolut:2,respect:2,result:2,revers:2,reversa:1,robust:[1,2],role:2,rro:1,safeti:2,same:2,scale:1,schemat:2,scientif:1,screw:2,search:[],second:[],section:2,see:2,seri:2,serv:2,set:2,setup:2,sever:2,shield:2,shortcut:2,show:2,shown:2,signal:2,simpl:2,simpli:2,simultan:2,singl:2,site:[],small:[1,2],smaller:2,soil:2,solder:2,solut:2,sourc:[1,2],specif:2,sphinx:[],stabl:2,stainless:2,start:2,statu:1,steel:2,step:2,still:2,storag:2,strip:2,strong:2,stronger:2,stuck:2,studi:2,style:[],subject:2,suggest:2,suitabl:2,sum:2,sum_:[],suppli:2,sur:[],surfac:1,system:2,tabl:2,task:2,technic:0,temperatur:2,ten:2,termin:2,test:2,text:[],than:2,thei:2,therefor:2,thi:[1,2],thousand:2,three:2,through:2,thu:2,time:2,toctre:[],togeth:2,tool:1,total:2,track:2,two:2,type:2,typic:2,unit:2,univ:1,updat:1,upping:2,use:2,used:2,user:2,using:2,valu:2,variou:2,version:2,vertic:2,via:2,villeurbann:1,vise:[],vivien:1,voici:[],voltag:2,voltmet:2,vou:[],weaker:2,websit:2,welcom:1,well:2,when:2,which:2,whose:2,width:[],willing:1,wire:2,within:2,without:2,would:2,www:2,x_n:[],yannick:1,you:2},titles:["OHMPI: Open source and open hardware resitivity-meter","<strong>OhmPi project</strong>","OhmPi V 1.01 (limited to 32 electrodes)"],titleterms:{The:2,bienvenu:[],board:2,cett:[],connect:2,construct:2,current:2,data:2,document:[],electr:2,electrod:2,formul:[],hardwar:0,imag:[],implement:2,implent:2,indic:0,inject:2,instal:2,introduct:1,lien:[],limit:2,measur:2,meter:0,multiplex:2,ohmpi:[0,1,2],open:0,page:[],philosophi:2,project:1,raspberri:2,resist:2,resit:0,second:[],sourc:0,sur:[],tabl:0,technic:2,text:[],welcom:[]}})
\ No newline at end of file
No preview for this file type
No preview for this file type
No preview for this file type
sphinx/build/html/_images/ige.png

4.37 KB

sphinx/build/html/_images/logo-iris.jpg

14.3 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