Bachelor Thesis Tex-files
Go to file
acereca aac77f1a61 update 20180530 1200 2018-05-30 11:59:50 +02:00
data update 20180530 1200 2018-05-30 11:59:50 +02:00
parts update 20180530 1200 2018-05-30 11:59:50 +02:00
tabs update 20180530 1200 2018-05-30 11:59:50 +02:00
templates add templates and preambles 2018-04-05 10:41:17 +02:00
tikz update 20180517 2100 2018-05-17 21:01:27 +02:00
.gitignore add content of mounted afshome to gitignore 2018-05-15 11:15:42 +02:00
.gitlab-ci.yml ah 2018-05-24 20:16:10 +02:00
README.md update 20180530 1200 2018-05-30 11:59:50 +02:00
preamble.tex update 20180517 2100 2018-05-17 21:01:27 +02:00
temp_content.tex update 20180517 2100 2018-05-17 21:01:27 +02:00
thesis.tex update README to contain the goals 2018-05-24 10:29:57 +02:00

README.md

Bachelor Thesis Tex-files

Deployed PDF

pipeline status

PDF

Content

  • I2C

    • v2
      • Umbau
        • packed union based data structures (removes the need for magic numbers
        • safe types inside pi2cproto.h
      • old
      • ballast
      • reused
        • remaining compatability to v1
      • new
        • UUID readout
        • r/w-ablility for both 1.8V potentiometers
    • raw memory mapping
      • why is mon48v = 0x11?
        • missing __attribute__((packed)) declarations
      • why are digipoti and anapoti only readable from 0x02 and 0x04` not partial?
        • same as above
  • Calibration

    • characterize adcbehaviour
      • plot resulting fitted incline of $\Delta $V vs. num. of readcycles
      • write reasoning for using a given sampleTicks value
        • smallest gain error
        • smallest offset
        • hightst samplerate
    • polynomials
      • polynomials rw-able
    • 10I calc
    • ADC vs. Keithley
      • 48V
        • redo after selection of sampleTicks value
      • 10V
      • 1.8V
    • ADC vs. EL
      • 48I
      • 10I
      • 1.8I
    • Temp
      • accuracy
      • position in system
        • inside chip -> on underside of board, between frame and board
      • relevancy
        • peace of mind if readout correct and not too high (no experience)
  • 1.8V Regulation

    • compare regulation concepts
      • there's overshoot: less oscillation is good, as long as we don't take forever to achieve those
      • stabilize
    • regulate the system (with missing information)
      • write / formulate approach and resulting formula / algorithm