taler-xotp

xOTP generator
Log | Files | Refs | Submodules | README

commit eab43a30af58af2e49c4f95d5726cbc2a0b678e6
parent aa4d63c5111cce4d2a25f542d874a1cb2b647b79
Author: Adrian STEINER <adrian.steiner@bfh.ch>
Date:   Wed, 21 Jan 2026 13:23:20 +0100

Add datasheets in doc website

Diffstat:
Msource/conf.py | 2+-
Msource/datasheets/batterySystem.rst | 22+++++++++++++++++++++-
Msource/datasheets/button.rst | 2+-
Msource/datasheets/display.rst | 13++++++-------
Msource/datasheets/index.rst | 2+-
Asource/datasheets/optionalPeripherals.rst | 61+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Dsource/datasheets/rtc.rst | 17-----------------
7 files changed, 91 insertions(+), 28 deletions(-)

diff --git a/source/conf.py b/source/conf.py @@ -15,7 +15,7 @@ author = "Adrian STEINER" copyright = str(datetime.now().year) + f", xOTP Generator, {author}" release = "0.0.1" -site_url = "https://taler.pages.ti.bfh.ch/otp-generator/small_serie_production-master-thesis/documentation/" +site_url = "https://xotp.gitlab.io/documentation/" repo_url = ( "https://git-www.taler.net/taler-xotp.git/" ) diff --git a/source/datasheets/batterySystem.rst b/source/datasheets/batterySystem.rst @@ -5,7 +5,27 @@ Battery Rechargeable Battery -------------------- -A data sheet for the used battery cannot be found. + +.. embedpdf:: battery/GEB301230.pdf + :name: GEB_301230 + :width: 75 + :ratio: 85 + :headerdepth: 3 + +Battery PCM +----------- + +.. embedpdf:: dw01a.pdf + :name: DW01A + :width: 75 + :ratio: 85 + :headerdepth: 3 + +.. embedpdf:: FS8205A.pdf + :name: FS8205A + :width: 75 + :ratio: 85 + :headerdepth: 3 Battery Charger IC ------------------ diff --git a/source/datasheets/button.rst b/source/datasheets/button.rst @@ -3,7 +3,7 @@ Button ====== -.. embedpdf:: STO-060A16AB_R66-7995.pdf +.. embedpdf:: SG06280N-snaptron.pdf :name: STO-060A16AB Buttons :width: 75 :ratio: 85 diff --git a/source/datasheets/display.rst b/source/datasheets/display.rst @@ -3,15 +3,14 @@ Display ======= - -.. embedpdf:: displayDOGM132/dogm132-5e.pdf - :name: Product Specification dogm132-5e +.. embedpdf:: lcd_erc13232/ERC13232-1_Datasheet.pdf + :name: Datasheet LCD_ERC13232 :width: 75 :ratio: 74 - :headerdepth: 2 + :headerdepth: 3 -.. embedpdf:: displayDOGM132/st7565r.pdf - :name: Controller st7565r +.. embedpdf:: lcd_erc13232/ST7567A.pdf + :name: Controller LCD_ERC13232 :width: 75 :ratio: 74 - :headerdepth: 2 + :headerdepth: 3 diff --git a/source/datasheets/index.rst b/source/datasheets/index.rst @@ -14,9 +14,9 @@ Here you find all used peripherals parts with their data sheets with additional gps mcu nfcTag - rtc tps229 voltageRegulator + optionalPeripherals oldComponents \ No newline at end of file diff --git a/source/datasheets/optionalPeripherals.rst b/source/datasheets/optionalPeripherals.rst @@ -0,0 +1,61 @@ +Optional Peripherals +==================== + +Optional eInk Display +--------------------- + +.. embedpdf:: ePaper_epd0154/ER-EPD0154-2_Datasheet.pdf + :name: Datasheet ER-EPD0154 + :width: 75 + :ratio: 74 + :headerdepth: 3 + +.. embedpdf:: ePaper_epd0154/SSD1681.pdf + :name: Controller SSD1681 + :width: 75 + :ratio: 74 + :headerdepth: 3 + +Optional Acc-gyro-temp sensor +----------------------------- + +.. embedpdf:: bmi323.pdf + :name: Datasheet BMI323 + :width: 75 + :ratio: 85 + :headerdepth: 3 + + +Additional FLASH memory +----------------------- + +.. embedpdf:: BY25Q40BS.pdf + :name: Datasheet BY25Q40BS + :width: 75 + :ratio: 85 + :headerdepth: 3 + + +Optional low-power RTC +---------------------- + +.. embedpdf:: RV-3028-C7.pdf + :name: Datasheet RV-3028-C7 + :width: 75 + :ratio: 85 + :headerdepth: 3 + +.. embedpdf:: RV-3028-C7_App-Manual.pdf + :name: Manual RV-3028-C7 + :width: 75 + :ratio: 85 + :headerdepth: 3 + +Optional Speaker +---------------- + +.. embedpdf:: STO-060A16AB_R66-7995.pdf + :name: Datasheet STO-060A16AB_R66-7995 + :width: 75 + :ratio: 85 + :headerdepth: 3 diff --git a/source/datasheets/rtc.rst b/source/datasheets/rtc.rst @@ -1,16 +0,0 @@ -:hide-toc: - -RTC -=== - -.. embedpdf:: RV-3028-C7.pdf - :name: Datasheet - :width: 75 - :ratio: 85 - :headerdepth: 2 - -.. embedpdf:: RV-3028-C7_App-Manual.pdf - :name: Manual - :width: 75 - :ratio: 85 - :headerdepth: 2 -\ No newline at end of file