add info and update README
This commit is contained in:
parent
598d06e31a
commit
4fbc144451
43
README.md
43
README.md
|
@ -16,8 +16,7 @@
|
||||||
- v2
|
- v2
|
||||||
- [x] Umbau
|
- [x] Umbau
|
||||||
- [x] **packed** union based data structures (removes the need for magic numbers
|
- [x] **packed** union based data structures (removes the need for magic numbers
|
||||||
- [ ] safe types inside `pi2cproto.h`
|
- [ ] (safe types inside `pi2cproto.h`)
|
||||||
- [ ] ~~old~~
|
|
||||||
- [x] ballast
|
- [x] ballast
|
||||||
- [x] reused
|
- [x] reused
|
||||||
- remaining compatability to v1
|
- remaining compatability to v1
|
||||||
|
@ -31,13 +30,14 @@
|
||||||
- same as above
|
- same as above
|
||||||
- [ ] instability on mass spi communication
|
- [ ] instability on mass spi communication
|
||||||
- timebased / overflow ?
|
- timebased / overflow ?
|
||||||
|
- gdb-server feasable?
|
||||||
|
|
||||||
- Calibration
|
- Calibration
|
||||||
- [x] characterize adcbehaviour
|
- [x] characterize adcbehaviour
|
||||||
- [x] plot resulting fitted incline of $`\Delta`$V vs. num. of readcycles
|
- [x] plot resulting fitted incline of $`\Delta`$V vs. num. of readcycles
|
||||||
- [x] see if v_pin same as v_keith_pin
|
- [x] see if v_pin same as v_keith_pin
|
||||||
- on dV of **small enough** -> adc circuit working correctly -> calib
|
- on dV of **small enough** -> adc circuit working correctly -> calib
|
||||||
- [ ] reasoning for using a given `sampleTicks` value
|
- [x] reasoning for using a given `sampleTicks` value
|
||||||
- smallest gain error -> inconsistent
|
- smallest gain error -> inconsistent
|
||||||
- smallest offset -> inconsistent
|
- smallest offset -> inconsistent
|
||||||
- hightst samplerate -> `sampleTicks = 1`
|
- hightst samplerate -> `sampleTicks = 1`
|
||||||
|
@ -46,29 +46,30 @@
|
||||||
- [x] polynomials
|
- [x] polynomials
|
||||||
- [x] polynomials rw-able
|
- [x] polynomials rw-able
|
||||||
- [x] 10I calc
|
- [x] 10I calc
|
||||||
- [ ] differences between PIts?
|
- [x] differences between PIts?
|
||||||
- if yes then we need a `PITDB`
|
- if yes then we need a `PITDB` -> `pitdb.yaml`
|
||||||
- if not then we can hardset those values
|
- standard only for default
|
||||||
- [ ] ADC vs. Keithley
|
- [ ] ADC vs. Keithley
|
||||||
- [ ] redo after selection of `sampleTicks` value
|
- [x] redo after selection of `sampleTicks` value
|
||||||
- [ ] 48V
|
- [x] 48V
|
||||||
- [ ] 10V
|
- [ ] 10V
|
||||||
- [ ] 1.8V
|
- [x] 1.8V ana
|
||||||
|
- [x] 1.8V digi
|
||||||
- [ ] calibrate based on fit
|
- [ ] calibrate based on fit
|
||||||
- [ ] 48V
|
- [ ] 48V
|
||||||
- [ ] 10V
|
- [ ] 10V
|
||||||
- [ ] 1.8V
|
- [ ] 1.8V
|
||||||
- ADC vs. EL
|
- [ ] Current
|
||||||
- [ ] without calib
|
- [ ] without calib
|
||||||
- [ ] 48I
|
- [x] 48I
|
||||||
- [ ] 10I
|
- [ ] 1.8I ana
|
||||||
- [ ] 1.8I
|
- [ ] 1.8I digi
|
||||||
- [ ] with calib
|
- [ ] with calib
|
||||||
- [ ] 48I
|
- [ ] 48I
|
||||||
- [ ] 10I
|
- [ ] 1.8I ana
|
||||||
- [ ] 1.8I
|
- [ ] 1.8I digi
|
||||||
- Temp
|
- Temp
|
||||||
- [ ] accuracy
|
- [ ] accuracy?
|
||||||
- [ ] position in system
|
- [ ] position in system
|
||||||
- inside chip -> on underside of board, between frame and board
|
- inside chip -> on underside of board, between frame and board
|
||||||
- [ ] relevancy
|
- [ ] relevancy
|
||||||
|
@ -122,3 +123,13 @@
|
||||||
- "How to calibrate a PowerIt"
|
- "How to calibrate a PowerIt"
|
||||||
- Regulation
|
- Regulation
|
||||||
- Outlook
|
- Outlook
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
|
||||||
|
### 1V8
|
||||||
|
RS = 2* * 4.7k
|
||||||
|
RP = 75k
|
||||||
|
|
||||||
|
### 9V6
|
||||||
|
R1 = 30k
|
||||||
|
R2 = 10k
|
||||||
|
|
Loading…
Reference in New Issue