Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (4 dazwischenliegende Versionen desselben Benutzers werden nicht angezeigt) | |||
| Zeile 162: | Zeile 162: | ||
## Go to the light-lab and validate the measurement over the range. | ## Go to the light-lab and validate the measurement over the range. | ||
## Calculate the remaining relative error and display it over the range with MATLAB. | ## Calculate the remaining relative error and display it over the range with MATLAB. | ||
|| A || | || A || Done || | ||
* Done MATLAB Onramp course | |||
* learnt Regression Analysis | |||
* Learnt how to calculate a relative error | |||
* The Constant across the value range is calculated using nonlinear regression | |||
* A function is implemented to calculate real value from luxmeter measurement | |||
* The LX measurement is corrected | |||
* The Corrected array values is saved in a .mat file | |||
'''Discussion on Sensor-Specific Calibration''' | |||
* For task 11, I would like to seek clarity from my supervisor concerning which sensor he was refering to because the subsequent tasks are only specific to VEML7700 sensor | |||
* The calibration procedure developed in the previous tasks is specific to the LX-1108 lux meter and Lab reference,It cannot be directly applied to the VEML7700 sensor. | |||
* Unlike the LX-1108 or the lab reference luxmeter, the VEML7700 sensor measurement output depends on both the selected gain and integration time (IT) and this must be fixed before taking the measurement. | |||
* Consequently, a unique relationship between the laboratory reference lux meter or even LX-1108 and the VEML7700 sensor cannot be established without first specifying the gain and integration-time configuration. | |||
* The same reference lux value either from the Lab reference or the LX-1108 may produce different ALS readings under different gain and integration-time settings and finally the lux value calculated from it. | |||
* Therefore, any reference-to-ALS-to-lux relationship derived for the VEML7700 is valid only for the specific gain and integration-time configuration used during calibration, it can not be a general function for correcting ALS.The AlS value is completely dependent on the Gain and Integration Time. | |||
* The VEML7700 implementation codes in arduino already includes a function that automatically selects the optimal gain and integration-time combination for any current light level according VISHAY documentation. | |||
* Therefore, the gain and integration-time optimization requested in the subsequent tasks is handled dynamically within the Arduino implementation code before the lux calculation and validation. | |||
|} | |} | ||
Aktuelle Version vom 2. Juni 2026, 10:17 Uhr
| # | date | plan for this week | Priority | progress | Comment |
|---|---|---|---|---|---|
| 1 | 03.03.26 |
|
A | Done |
|
| 2 | 10.03.26 |
|
A | Done |
|
| 3 | 17.03.26 |
|
A | Done |
|
| 4 | 24.03.26 |
|
B | Done |
|
| 5 | 31.03.26 |
|
A | Done |
|
| 6 | 14.04.26 |
|
A | Done | The .mat file has been saved in the project workspace and versioned in SVN for further analysis |
| 7 | 28.04.26 |
|
A | In Progress |
|
| 8 | 30.04.26 |
|
A | In Progress |
|
| 8 | 06.05.26 |
|
A | In Progress |
|
| 9 | 12.05.26 |
|
A | Done |
|
| 9 | 13.05.26 |
|
A | Done |
Discussion on Sensor-Specific Calibration
|