Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| (2 dazwischenliegende Versionen von 2 Benutzern werden nicht angezeigt) | |||
| Zeile 14: | Zeile 14: | ||
* Measure Weight with Simulink | * Measure Weight with Simulink | ||
|| | || | ||
* | * hello world | ||
* b | * b | ||
* c | * c | ||
| Zeile 33: | Zeile 33: | ||
* Add button like a real Weighing Scale. See chapter [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]] (A). | * Add button like a real Weighing Scale. See chapter [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]] (A). | ||
* Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]] (A). | * Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]] (A). | ||
* Use the LCD-Display and order an I2C-Segment-Display. | * Use the LCD-Display and order an I2C-Segment-Display (A). | ||
* Meet the [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]]. | * Meet all the [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]] (B). | ||
|| | |||
* a | |||
* b | |||
* c | |||
|- | |||
| 4 || 24.03.26 || | |||
* Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. | |||
* The button has to be debounced in the ISR. | |||
* Please comment every source code line. | |||
* Add a [[Header_Beispiel_für_C|header]] to your source. | |||
* Use an recursive average filter for calculation of the weight. | |||
* Calculate the standard deviation to decide if the measurement is constant (threshold). | |||
* Use the software of [[Escape_Game:_Die_Bombe|this project]] as a starting point. Weight cell and LCD-Display are working fine. | |||
* Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]] (A). | |||
|| | || | ||
* a | * a | ||
Aktuelle Version vom 24. März 2026, 10:26 Uhr
| # | date | plan for this week | progress |
|---|---|---|---|
| 1 | 03.03.26 |
|
|
| 2 | 10.03.26 |
|
|
| 3 | 17.03.26 |
|
|
| 4 | 24.03.26 |
|
|