Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen von einem anderen Benutzer werden nicht angezeigt) | |||
| 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]]. | ||
| Zeile 121: | Zeile 121: | ||
* LX-1108 is already referenced with the lab Luxmeter | * LX-1108 is already referenced with the lab Luxmeter | ||
* Raw sensor values are measured without any calculation | * 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 |
|