Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (6 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 98: | Zeile 98: | ||
* Range: [0..140000] Lux | * Range: [0..140000] Lux | ||
|| A || In Progress || | || A || In Progress || | ||
* A table for every combination of Integration Time and Gain has been created and save on matlab for further analysis | |||
* The table has been created and all the raw ALS values are entered based on every combination of the Gain and Integration Time. | * The table has been created and all the raw ALS values are entered based on every combination of the Gain and Integration Time. | ||
*Data have been taken fo a fixed (Gain 1/8,Integration Time = 100ms) and graph compared to the data sheet which showed similarity but although the datasheet graph used Log-log graph but we can see similar pattern. | *Data have been taken fo a fixed (Gain 1/8,Integration Time = 100ms) and graph compared to the data sheet which showed similarity but although the datasheet graph used Log-log graph but we can see similar pattern. | ||
| Zeile 110: | Zeile 110: | ||
* What Lux Value should be measured in which combination (Gain/IT)? | * What Lux Value should be measured in which combination (Gain/IT)? | ||
* Measure the values and the reference to calibrate the characteristic curve for every combination (Gain/IT). | * Measure the values and the reference to calibrate the characteristic curve for every combination (Gain/IT). | ||
* use MATLAB | * use MATLAB <code>Curve Fitter</code> app to fit the curves. | ||
* compare the characteristic curve in the datasheet to the selfmade | * compare the characteristic curve in the datasheet to the selfmade | ||
* Write your new [[Ambient_Light_Lux_Sensor_VEML7700|article]]. | * Write your new [[Ambient_Light_Lux_Sensor_VEML7700|article]]. | ||
* '''Reference the Luxmeter LX-1108 in the Lab L3.1- | * '''Reference the Luxmeter LX-1108 in the Lab L3.1-E01-130.''' | ||
|| A || || | * Measure the raw sensor values without any calculation. | ||
|| A || In Progress || | |||
* Table or every combination has been created | |||
* Raw ALS for every combinations already done | |||
* The table saved in MATLAB | |||
* LX-1108 is already referenced with the lab Luxmeter | |||
* Raw sensor values are measured without any calculation | |||
|- | |||
| 9 || 12.05.26 || | |||
* Student was confuse by the tasks. | |||
* Tasks were discussed and minimized. | |||
* Please work on the tasks step by step. | |||
* Start with 1. | |||
# '''Reference the Luxmeter LX-1108 in the Lab L3.1-E01-130.''' | |||
# Devide the measurement range into 23 measurements e.g. <code>Ref = [0 300 600 900 1000 2000 3000 4000 5000 6000 7000 9000 10000 11000 12000 13000 14000 15000 16000 16000 18000 19000 20000]</code> Lux. | |||
# Tune the Lamp so the reference Sensor measures them. | |||
# Measure with the Luxmeter LX-1108 an write the results to a MATLAB array <code>LX = [0 .. 20k]</code> Lux | |||
# Save the arrays in <code>reference.mat</code>. | |||
# Plot the reference on x-axis and LX on y-Axis. | |||
# Discuss the results with Prof. Schneider. | |||
# Fit the data with a curve/regression (<code>Curve Fitter</code>). | |||
|| A || Done || | |||
* The Luxmeter has been referenced in the lab | |||
* The Measurement range divided into 21 measurements | |||
* Measured readings written to a MATLAB array | |||
* Arrays saved to reference.mat file | |||
* Plot already done | |||
* Regression used for the data | |||
|} | |} | ||
Aktuelle Version vom 13. Mai 2026, 10:18 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 |
|