Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 43: | Zeile 43: | ||
* 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). | ||
|| B || In progress || | || B || In progress || | ||
* Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. (Done) | |||
* The button has to be debounced in the ISR. (Done) | |||
* Please comment every source code line. (Done) | |||
* Add a [[Header_Beispiel_für_C|header]] to your source. (Done) | |||
* Use an recursive average filter for calculation of the weight. (Done) | |||
* Calculate the standard deviation to decide if the measurement is constant (threshold). (Done) | |||
*resused the simulink weighing scale model from Die_Bombe and interfaced it with my custom build LCD and now both model work together. | *resused the simulink weighing scale model from Die_Bombe and interfaced it with my custom build LCD and now both model work together. | ||
*Implemented Tare button in simulink, it is working but still testing the stability when the button is pressed. | *Implemented Tare button in simulink, it is working but still testing the stability when the button is pressed. | ||
* | * Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]]. ( In progress with it but not done yet) | ||
|} | |} | ||
Version vom 27. März 2026, 08:13 Uhr
| # | date | plan for this week | Priority | progress | Comment |
|---|---|---|---|---|---|
| 1 | 03.03.26 |
|
A | Done |
|
| 2 | 10.03.26 |
|
A | In progress |
|
| 3 | 17.03.26 |
|
A | In progress |
|
| 4 | 24.03.26 |
|
B | In progress |
|