Commit 995ef53d authored by Olivier Kaufmann's avatar Olivier Kaufmann
Browse files

Merge branch 'v2024_rc' of gitlab-ssh.irstea.fr:reversaal/OhmPi into v2024_rc

Showing with 904 additions and 5 deletions
+904 -5
...@@ -6,7 +6,7 @@ pages: ...@@ -6,7 +6,7 @@ pages:
stage: deploy stage: deploy
script: script:
- apt-get update - apt-get update
- apt-get install --assume-yes pandoc - apt-get install --assume-yes pandoc texlive
- pip install numpy pandas termcolor paho-mqtt zmq # top import of Ohmpi.py - pip install numpy pandas termcolor paho-mqtt zmq # top import of Ohmpi.py
- pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark linuxdoc - pip install sphinx numpydoc sphinx_rtd_theme pandoc recommonmark linuxdoc
- cp configs/config_default.py ohmpi/config.py # only compile doc with dummy if not on rpi with correct config.py - cp configs/config_default.py ohmpi/config.py # only compile doc with dummy if not on rpi with correct config.py
......
doc/source/img/Hardware_structure.png

425 KB | W: | H:

doc/source/img/Hardware_structure.png

243 KB | W: | H:

doc/source/img/Hardware_structure.png
doc/source/img/Hardware_structure.png
doc/source/img/Hardware_structure.png
doc/source/img/Hardware_structure.png
  • 2-up
  • Swipe
  • Onion skin
...@@ -16,6 +16,11 @@ The OhmPi is composed of different modules: ...@@ -16,6 +16,11 @@ The OhmPi is composed of different modules:
These module exists in different versions and can be combined using a configuration file. These module exists in different versions and can be combined using a configuration file.
You can then upgrade your measurement board or power supply for specific applications. You can then upgrade your measurement board or power supply for specific applications.
.. image:: ../../../img/Hardware_structure.png
OhmPi hardware flowchart.
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
......
...@@ -15,10 +15,6 @@ Some general explanation about the components is given below to help you underst ...@@ -15,10 +15,6 @@ Some general explanation about the components is given below to help you underst
the general electronics of the OhmPi. For more details, we redirect the reader to the general electronics of the OhmPi. For more details, we redirect the reader to
the datasheet of each component. the datasheet of each component.
.. image:: ../../../img/Hardware_structure.png
OhmPi hardware flowchart.
**Measuring voltage** **Measuring voltage**
Voltage measurement is typically done through an **ADC (Analog to Digital Converter)**. Voltage measurement is typically done through an **ADC (Analog to Digital Converter)**.
......
index.html 0 → 100755
This diff is collapsed.
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