Laridium version 49
Go to file
2025-03-27 18:37:44 +05:30
Core V51 2025-03-27 18:37:44 +05:30
Drivers v49 2025-03-20 17:51:34 +05:30
MDK-ARM V51 2025-03-27 18:37:44 +05:30
Middlewares/ST V51 2025-03-27 18:37:44 +05:30
TouchGFX V51 2025-03-27 18:37:44 +05:30
.gitignore Initial Commit 2024-10-09 23:15:27 +05:30
.mxproject v49 2025-03-20 17:51:34 +05:30
backup_Washer_Firmware_407.ioc V51 2025-03-27 18:37:44 +05:30
README.md V51 2025-03-27 18:37:44 +05:30
Washer_Firmware_407.ioc V51 2025-03-27 18:37:44 +05:30

Laridium-V51

Issues Found from V49

  1. Buzzer Sound - When the buzzer is enabled, for each encoder tick the buzzer will beep. But the beep sound is not consistent. Sometimes beep duration is short and sometimes the beep duration is long.

  2. Start Page Glitch: For each encoder tick, each button gets highlighted. Expected flow: Start → Reset → Volume → LED [back to start] Current flow: Start → Reset → no highlight → no highlight → Volume → LED [back to start] Here when we click the encoder button when there's no highlight, the screen freezes.

  3. Wash 3 Page: In wash 3 page, the following issues have been found. ● Presoak option → only decrement is working. Increment is not working. ● Max Speed → only increment is working. Decrement is not working.

  4. Total Time: If the total time exceeds 100 min, the value displayed will be different. [ex: wash time is 60 & presoak is 60, instead of sowing from 120 it's showing 12], But once the time reaches below 100, the actual time will be shown.

  5. Wakeup Screen: When typing to wake up the screen after sleep mode, the following changes have been noticed. If the display goes to sleep mode when we are in AW,1,2 or 3, after waking the screen it's showing only the last selected value. [below image for reference] Ex: if encoder selection is last pointed to presoak, when waking it up it shows only that value [image for reference]. Only after rotating the encoder, each value shows up.

  6. LED & Volume Status: LED status on the screen is not updating, when it's in AW,1,2 or 3. Ex: If the led is set to ON, the led turns on & the screen is updated to “LED ON” image.But once we navigate to AW,1,2 or 3 , inside this page the LED symbol in display is showing OFF. But this is not affecting the hardware. The LED status is updated [to ON] only when we rotate the encoder. Note: Same issue for volume too.

  7. Spin Time Value Alignment: The Spin time value in the Start screen, the value is not aligned and the text is smaller.

Fixed Issues

  1. Wash 3 Page
  2. Total Time
  3. LED & Volume Status
  4. Spin Time Value Alignment