Diskussion:DMS load cell with measuring amplifier HX711AD: Unterschied zwischen den Versionen
Zur Navigation springen
Zur Suche springen
Keine Bearbeitungszusammenfassung |
Keine Bearbeitungszusammenfassung |
||
| Zeile 13: | Zeile 13: | ||
* Transponder issuance | * Transponder issuance | ||
* Measure Weight with Simulink | * Measure Weight with Simulink | ||
| A || | | A || 100% || | ||
| Zeile 23: | Zeile 23: | ||
* 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 || | || A || 100% || | ||
*On/Off button logic implemented (Arduino complete, Simulink partial). | *On/Off button logic implemented (Arduino complete, Simulink partial). | ||
* Simulink model saved to SVN. | * Simulink model saved to SVN. | ||
| Zeile 35: | Zeile 35: | ||
* 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 || | || A || 100% || | ||
*LCD display implemented in Arduino and in simulink. | *LCD display implemented in Arduino and in simulink. | ||
*Button added both for Tare and power button | *Button added both for Tare and power button | ||
| Zeile 49: | Zeile 49: | ||
* 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 || | || B || 100% || | ||
* Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. (Done) | * Each button has to be connected to an [[Arduino:_Interrupts|interrupt]]. (Done) | ||
* The button has to be debounced in the ISR. (Done) | * The button has to be debounced in the ISR. (Done) | ||
| Zeile 66: | Zeile 66: | ||
* Finish this task ASAP so you can work with the next sensor. | * Finish this task ASAP so you can work with the next sensor. | ||
|| A || | || A || 100% || | ||
* Done. This is the function that was casuing the slowness (get_units(15)) The sample amount was reduced and the system responded better but i will now implement the next task on the codes which should make the system even more responsive. | * Done. This is the function that was casuing the slowness (get_units(15)) The sample amount was reduced and the system responded better but i will now implement the next task on the codes which should make the system even more responsive. | ||
* All tasks have been implemented today and the system is very responsive but fully in arduino. | * All tasks have been implemented today and the system is very responsive but fully in arduino. | ||
| Zeile 74: | Zeile 74: | ||
* stable: ist calculatet late | * stable: ist calculatet late | ||
* save data to .mat file (time in s, weigth in g, real weight in g) for further analysis | * save data to .mat file (time in s, weigth in g, real weight in g) for further analysis | ||
|| A || | || A || 100% || The .mat file has been saved in the project workspace and versioned in SVN for further analysis | ||
Version vom 8. Juni 2026, 17:04 Uhr
| # | date | plan for this week | Priority | progress | Comment |
|---|---|---|---|---|---|
| 1 | 03.03.26 |
|
A | 100% |
|
| 2 | 10.03.26 |
|
A | 100% |
|
| 3 | 17.03.26 |
|
A | 100% |
|
| 4 | 24.03.26 |
|
B | 100% |
|
| 5 | 31.03.26 |
|
A | 100% |
|
| 6 | 14.04.26 |
|
A | 100% | The .mat file has been saved in the project workspace and versioned in SVN for further analysis
|