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

create list of components

Showing with 26 additions and 11 deletions
+26 -11
......@@ -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
==========================================================
......
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