commit e7607b901818eb05ab1e26e3fbc31eb723346394
parent 578b32fea222f447d4d7ccb07bc64a2f745ab597
Author: Adrian STEINER <adrian.steiner@bfh.ch>
Date: Wed, 21 Jan 2026 15:01:52 +0100
Add pictures of device and design
Diffstat:
11 files changed, 91 insertions(+), 7 deletions(-)
diff --git a/pictures/v0-7-0/deviceBottom.png b/pictures/v0-7-0/deviceBottom.png
Binary files differ.
diff --git a/pictures/v0-7-0/deviceTop.png b/pictures/v0-7-0/deviceTop.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcbFull.png b/pictures/v0-7-0/pcbFull.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcbMinimal.png b/pictures/v0-7-0/pcbMinimal.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcb_bottom.png b/pictures/v0-7-0/pcb_bottom.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcb_bottom_withoutComponents.png b/pictures/v0-7-0/pcb_bottom_withoutComponents.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcb_top.png b/pictures/v0-7-0/pcb_top.png
Binary files differ.
diff --git a/pictures/v0-7-0/pcb_top_withMasses.png b/pictures/v0-7-0/pcb_top_withMasses.png
Binary files differ.
diff --git a/source/conf.py b/source/conf.py
@@ -228,7 +228,7 @@ html_static_path = [
"_static",
"../schematics",
"../taler-xotp_hw/board/datasheets",
-# "../pictures",
+ # "../pictures",
# "../userManual/_output",
# "../requirementsEngineering/_output",
# "../report/_output",
diff --git a/source/index.rst b/source/index.rst
@@ -19,6 +19,7 @@ Version 0.7.0
- :doc:`Datasheets <datasheets/index>`
- :doc:`Schematic <schematics/index>`
+- :doc:`Pictures <pictures/index>`
Parser
------
@@ -27,13 +28,14 @@ A base8 and base32 parser to convert the currency or the secret in a base8 numbe
.. toctree::
:hidden:
- :caption: Parser
+ :caption: v0.7.0
- baseXParser/index
+ datasheets/index
+ schematics/index
+ pictures/index
.. toctree::
:hidden:
- :caption: v0.7.0
+ :caption: Parser
- datasheets/index
- schematics/index
-\ No newline at end of file
+ baseXParser/index
+\ No newline at end of file
diff --git a/source/pictures/index.rst b/source/pictures/index.rst
@@ -0,0 +1,82 @@
+Pictures v0.7.0
+===============
+
+Design
+------
+
+.. demo:: Design Pictures
+ :collapsible:
+
+ .. md-tab-set::
+
+ .. md-tab-item:: PCB Top
+
+ .. figure:: ../../pictures/v0-7-0/pcb_top.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB design top
+
+ .. md-tab-item:: PCB Top with Masses
+
+ .. figure:: ../../pictures/v0-7-0/pcb_top_withMasses.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB with masses
+
+ .. md-tab-item:: PCB Bottom
+
+ .. figure:: ../../pictures/v0-7-0/pcb_bottom.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB design top
+
+ .. md-tab-item:: PCB Bottom Explicit
+
+ .. figure:: ../../pictures/v0-7-0/pcb_bottom_withoutComponents.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB with masses
+
+PCB
+---
+
+.. demo:: PCB Pictures
+ :collapsible:
+
+ .. md-tab-set::
+
+ .. md-tab-item:: Top
+
+ .. figure:: ../../pictures/v0-7-0/pcbMinimal.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB minimal
+
+ .. md-tab-item:: Bottom
+
+ .. figure:: ../../pictures/v0-7-0/pcbFull.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 PCB full equipped
+
+Device
+------
+
+.. demo:: Device Pictures
+ :collapsible:
+
+ .. md-tab-set::
+
+ .. md-tab-item:: Top
+
+ .. figure:: ../../pictures/v0-7-0/deviceTop.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 Device Top
+
+ .. md-tab-item:: Bottom
+
+ .. figure:: ../../pictures/v0-7-0/deviceBottom.png
+ :width: 95%
+ :align: center
+ :alt: v0.7.0 Device Bottom