Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 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 | * The Constant across the value range is calculated using nonlinear regression | ||
* A function is implemented to calculate real value from luxmeter measurement | * A function is implemented to calculate real value from luxmeter measurement | ||
| Zeile 173: | Zeile 176: | ||
* 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. | * 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. | * 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 | * 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 | * 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. | * 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
|