Diskussion:Sensorinbetriebnahme mit Arduino und Simulink: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 1: | Zeile 1: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
! # | ! # !! date !! plan for this week !! Priority !! progress !! Comment | ||
|- | |- | ||
| 1 | | 1 || 03.03.26 || | ||
* Send the signed contract to administration. | * Send the signed contract to administration. | ||
* Safety briefing | * Safety briefing | ||
| Zeile 13: | Zeile 12: | ||
* Transponder issuance | * Transponder issuance | ||
* Measure Weight with Simulink | * Measure Weight with Simulink | ||
|| | || A || Done || | ||
* | *Mass measurement using HX711 implemented in Arduino and Simulink. | ||
|- | |- | ||
| 2 | | 2 || 10.03.26 || | ||
* Save Simulink model to SVN. | * Save Simulink model to SVN. | ||
* Document Simulink model according to this [[Regeln_für_Simulink-Modelle|article]]. | * Document Simulink model according to this [[Regeln_für_Simulink-Modelle|article]]. | ||
* Add button like a real Weighing Scale. See chapter [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]]. | * Add button like a real Weighing Scale. See chapter [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]]. | ||
* Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]]. | * Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]]. | ||
|| | || A || In progress || | ||
* | *On/Off button logic implemented (Arduino complete, Simulink partial). Tare functionality introduced. Simulink model structured and saved. | ||
|- | |- | ||
| 3 | | 3 || 17.03.26 || | ||
* Document your progresse here (A). | * Document your progresse here (A). | ||
* Document Simulink model according to this [[Regeln_für_Simulink-Modelle|article]] (A). | * Document Simulink model according to this [[Regeln_für_Simulink-Modelle|article]] (A). | ||
| Zeile 35: | Zeile 30: | ||
* Use the LCD-Display and order an I2C-Segment-Display (A). | * Use the LCD-Display and order an I2C-Segment-Display (A). | ||
* Meet all the [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]] (B). | * Meet all the [[DMS_load_cell_with_measuring_amplifier_HX711AD#Requirements|requirements]] (B). | ||
|| | || A || In progress || | ||
* | *LCD display implemented in Arduino. Tare button fully working (Arduino + Simulink). Partial requirement coverage achieved. | ||
|- | |- | ||
| 4 | | 4 || 24.03.26 || | ||
* Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. | * Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. | ||
* The button has to be debounced in the ISR. | * The button has to be debounced in the ISR. | ||
| Zeile 49: | Zeile 42: | ||
* Use the software of [[Escape_Game:_Die_Bombe|this project]] as a starting point. Weight cell and LCD-Display are working fine. | * 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). | * Document progress within your [[DMS_load_cell_with_measuring_amplifier_HX711AD|article]] (A). | ||
|| | || B || In progress || | ||
* | *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. | ||
* | *Moving average filter implemented in Simulink. HX711 fully integrated and stable. | ||
*Measuring range, standard deviation and buzzer not yet implemented. | |||
|} | |} | ||
Version vom 26. März 2026, 14:37 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 |
|