51 lines
1.6 KiB
Markdown
51 lines
1.6 KiB
Markdown
# Bachelor Thesis Tex-files
|
|
|
|
|
|
## Deployed PDF
|
|
[](https://acereca.ddns.net:11443/acereca/BaTh/commits/master)
|
|
|
|
[PDF](https://acereca.ddns.net:11443/acereca/BaTh/builds/artifacts/master/file/thesis.pdf?job=compile_pdf)
|
|
|
|
## Content
|
|
- I2C
|
|
- v2
|
|
- [x] Umbau
|
|
- [x] union based data structures (removes the need for magic numbers
|
|
- [ ] save types inside `pi2cproto.h`
|
|
- [ ] old
|
|
- [x] ballast
|
|
- [x] reused
|
|
- remaining compatability to v1
|
|
- [ ] new
|
|
- [ ] UUID readout
|
|
- [ ] r/w-ablility for both 1.8V potentiometers
|
|
- [x] raw memory mapping
|
|
- [ ] why is `mon48v = 0x11`?
|
|
- [ ] why are `digipoti` and `anapoti` only readable from `0x02` and 0x04` not partial?
|
|
|
|
- Calibration
|
|
- [x] characterize adcbehaviour
|
|
- [ ] plot resulting fitted incline of $\Delta $V vs. num. of readcycles
|
|
- [x] polynomials
|
|
- [ ] polynomials rw-able
|
|
- [x] 10I calc
|
|
- ADC vs. Keithley
|
|
- [ ] 48V
|
|
- [ ] 10V
|
|
- [x] 1.8V
|
|
- ADC vs. EL
|
|
- [ ] 48I
|
|
- [ ] 10I
|
|
- [ ] 1.8I
|
|
- Temp
|
|
- [ ] accuracy
|
|
- [ ] position in system
|
|
- [ ] relevancy
|
|
|
|
- 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
|