update specifics
This commit is contained in:
parent
008f6106c9
commit
e3572a1c1c
31
README.md
31
README.md
|
@ -10,23 +10,25 @@
|
||||||
- I2C
|
- I2C
|
||||||
- v2
|
- v2
|
||||||
- [x] Umbau
|
- [x] Umbau
|
||||||
|
- [x] union based data structures (removes the need for magic numbers
|
||||||
|
- [ ] save types inside `pi2cproto.h`
|
||||||
- [ ] old
|
- [ ] old
|
||||||
- [ ] ballast
|
- [x] ballast
|
||||||
- [ ] reused
|
- [x] reused
|
||||||
|
- remaining compatability to v1
|
||||||
- [ ] new
|
- [ ] new
|
||||||
- [x] readout UUID
|
- [ ] UUID readout
|
||||||
- [x] register table
|
- [ ] 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
|
- Calibration
|
||||||
- [x] characterize adc samplingrate
|
- [x] characterize adcbehaviour
|
||||||
- [ ] charactrize resulting stddev
|
- [ ] plot resulting fitted incline of $\Delta $V vs. num. of readcycles
|
||||||
|
|
||||||
|
|
||||||
- [ ] characterize these curves
|
|
||||||
- [x] polynomials
|
- [x] polynomials
|
||||||
- [ ] polynomials rw-able
|
- [ ] polynomials rw-able
|
||||||
|
|
||||||
- [x] 10I calc
|
- [x] 10I calc
|
||||||
|
|
||||||
- ADC vs. Keithley
|
- ADC vs. Keithley
|
||||||
- [ ] 48V
|
- [ ] 48V
|
||||||
- [ ] 10V
|
- [ ] 10V
|
||||||
|
@ -35,7 +37,6 @@
|
||||||
- [ ] 48I
|
- [ ] 48I
|
||||||
- [ ] 10I
|
- [ ] 10I
|
||||||
- [ ] 1.8I
|
- [ ] 1.8I
|
||||||
|
|
||||||
- Temp
|
- Temp
|
||||||
- [ ] accuracy
|
- [ ] accuracy
|
||||||
- [ ] position in system
|
- [ ] position in system
|
||||||
|
@ -43,5 +44,7 @@
|
||||||
|
|
||||||
- 1.8V Regulation
|
- 1.8V Regulation
|
||||||
- [ ] compare regulation concepts
|
- [ ] 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)
|
- [ ] regulate the system (with missing information)
|
||||||
- [ ] stabilize
|
- [ ] write / formulate approach and resulting formula / algorithm
|
||||||
|
|
Loading…
Reference in New Issue