Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| report:dvp [2026/05/26 16:13] – [Structure] team3 | report:dvp [2026/06/01 15:19] (current) – [Structure] team3 | ||
|---|---|---|---|
| Line 47: | Line 47: | ||
| </ | </ | ||
| </ | </ | ||
| + | {{: | ||
| === Choice of the subject === | === Choice of the subject === | ||
| Immediately following the initial presentation, | Immediately following the initial presentation, | ||
| Line 112: | Line 113: | ||
| ==== Design ==== | ==== Design ==== | ||
| - | MATERIAL SELECTION : "The materials for each component of the smart water bottle were selected based on both functional requirements and aesthetic considerations, | + | === Material selection === |
| + | |||
| + | The materials for each component of the smart water bottle were selected based on both functional requirements and aesthetic considerations, | ||
| Polypropylene (PP) is used for the cap due to its durability and ability to withstand repeated use, while also providing a clean and smooth finish that contributes to a modern appearance. | Polypropylene (PP) is used for the cap due to its durability and ability to withstand repeated use, while also providing a clean and smooth finish that contributes to a modern appearance. | ||
| The bottle body is made from polished aluminum, chosen not only for its lightweight structure and corrosion resistance, but also for its sleek, reflective surface, which enhances the overall aesthetic and gives the product a premium look. | The bottle body is made from polished aluminum, chosen not only for its lightweight structure and corrosion resistance, but also for its sleek, reflective surface, which enhances the overall aesthetic and gives the product a premium look. | ||
| For the compartment containing the electronic components, a plastic material such as polycarbonate is used. This ensures proper electrical insulation and waterproof protection, while also allowing for a precise and refined design that integrates seamlessly with the rest of the bottle. | For the compartment containing the electronic components, a plastic material such as polycarbonate is used. This ensures proper electrical insulation and waterproof protection, while also allowing for a precise and refined design that integrates seamlessly with the rest of the bottle. | ||
| - | Overall, the combination of these materials supports a design that is durable, safe, and visually appealing for everyday use." | + | Overall, the combination of these materials supports a design that is durable, safe, and visually appealing for everyday use. |
| === Structure === | === Structure === | ||
| Line 215: | Line 218: | ||
| </ | </ | ||
| </ | </ | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | <figure fig: | ||
| + | {{ : | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | <figure fig: | ||
| + | {{ : | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | Finite Element Analysis (FEA) was carried out in SolidWorks to evaluate the bottle' | ||
| + | |||
| + | Next, a 1.5-meter drop test was simulated. In this dynamic scenario, the maximum stress peaked at 133.7 MPa, with the impact forces heavily concentrated along the bottom edge of the bottle. To properly protect the internal electronics, | ||
| <color # | <color # | ||
| Line 465: | Line 486: | ||
| Refer main changes in relation to the designed solution. | Refer main changes in relation to the designed solution. | ||
| + | |||
| + | ===Structure=== | ||
| During the prototype phase, several modifications were made compared to the original design in order to simplify the construction process, reduce complexity, and make the product more practical for testing and development. The initial concept was based on a custom ergonomic bottle design, but for the prototype we instead used a Stanley Cup–style gym flask. This differed from the original idea because it provided a ready-made and durable structure that could easily house the components without the need to manufacture a completely custom bottle body. Using an existing flask also reduced production time and allowed the team to focus more on testing the electronic functions of the system. | During the prototype phase, several modifications were made compared to the original design in order to simplify the construction process, reduce complexity, and make the product more practical for testing and development. The initial concept was based on a custom ergonomic bottle design, but for the prototype we instead used a Stanley Cup–style gym flask. This differed from the original idea because it provided a ready-made and durable structure that could easily house the components without the need to manufacture a completely custom bottle body. Using an existing flask also reduced production time and allowed the team to focus more on testing the electronic functions of the system. | ||
| Line 471: | Line 494: | ||
| An additional modification was the inclusion of an OLED display. The original design did not include a display screen, but during development an OLED module was added because it was supplied as an extra component by the manufacturer. The display improved the functionality of the prototype by allowing real-time system information and sensor readings to be shown directly to the user. Compared to the initial design, this provided a more interactive and user-friendly experience while also making testing and debugging easier during development. | An additional modification was the inclusion of an OLED display. The original design did not include a display screen, but during development an OLED module was added because it was supplied as an extra component by the manufacturer. The display improved the functionality of the prototype by allowing real-time system information and sensor readings to be shown directly to the user. Compared to the initial design, this provided a more interactive and user-friendly experience while also making testing and debugging easier during development. | ||
| + | ===Hardware=== | ||
| + | |||
| + | |||
| + | During the prototype development, | ||
| + | |||
| + | The main issue concerned the battery system. The original design specified a 3S lithium-ion battery pack with a matching 3S BMS. However, 4 18650 batteries and a 4S BMS were received instead. This created a compatibility problem, since a 4S BMS is designed to monitor and balance four cells and cannot be properly used with a 3-cell configuration. It would also result in incorrect voltage levels compared to the intended system design. | ||
| + | |||
| + | After evaluating the available options, the decision was made to use all 4 batteries in series together with the 4S BMS, effectively changing the system to a 4S configuration. Due to this change, the original charging setup was no longer compatible with the new voltage system, and the charging function was therefore omitted from the prototype implementation. | ||
| + | |||
| + | Another modification involved the system fuse. The original design specified a 5A fuse to handle normal operating current and short peaks from components such as the ESP32, sensors, and UV-C LED module. However, a 3A fuse was used instead due to availability. This lowers the maximum current threshold and increases the sensitivity of the protection system, meaning the fuse is more likely to blow during peak load conditions. | ||
| + | |||
| + | Overall, these changes were necessary to adapt to available components, but they also introduced deviations from the original electrical design, particularly in terms of voltage configuration and power system robustness. | ||
| + | |||
| + | <WRAP centeralign> | ||
| + | <figure fig: | ||
| + | {{: | ||
| + | < | ||
| + | </ | ||
| + | </ | ||
| + | |||
| + | |||
| + | |||
| + | |||
| + | === Functional Testing Results === | ||
| + | |||
| + | To verify the reliability and functionality of the TRAQUA smart bottle prototype, all major electronic and sensing components were tested individually and as part of the integrated system. The table below summarizes the performed tests, expected behavior, obtained results, and final status of each subsystem. | ||
| + | |||
| + | ^ Component / System ^ Function Tested ^ Expected Result ^ Actual Result ^ Status ^ | ||
| + | | TDS Water Quality Sensor | Water quality measurement | Detect changes in TDS values accurately | Stable ppm measurements for different water samples | PASS | | ||
| + | | Accelerometer (LIS3DHTR) | Motion and orientation detection | Correctly detect bottle tilt and movement | Accurate orientation measurements with stable readings | PASS | | ||
| + | | Battery Pack (4S Li-ion) | Power delivery | Supply stable voltage to system | Stable voltage supplied during operation | PASS | | ||
| + | | BMS Protection Module | Voltage regulation and protection | Stable input/ | ||
| + | | Buck Converter (16 V → 5 V) | Voltage step-down conversion | Regulated 5 V output | Stable 5.01 V output achieved | PASS | | ||
| + | | Charger System | Battery charging | Proper charging of 4S battery pack | Charging failed due to configuration mismatch | FAIL | | ||
| + | | UV-C Sterilization Module | UV-C activation and control | Safe activation/ | ||
| + | | Temperature & Humidity Sensor | Environmental monitoring | Stable temperature and humidity readings | Accurate and stable measurements obtained | PASS | | ||
| + | | Force Sensitive Resistor (FSR) | Water level estimation | Detect weight and fill level changes | Sensor values increased correctly with weight | PASS | | ||
| + | | ESP32 DevKit V1 | System control and communication | Stable operation and Wi-Fi communication | Reliable communication and stable operation | PASS | | ||
| + | |||
| + | == Review and Validation Process == | ||
| + | |||
| + | Each subsystem of the TRAQUA prototype was tested under practical operating conditions using serial monitoring, voltage measurements, | ||
| + | |||
| + | The obtained results were compared against the expected functionality of each subsystem. Stable measurements, | ||
| + | |||
| + | == Overall Conclusion == | ||
| - | === Hardware === | + | The functional testing confirmed that the TRAQUA smart bottle prototype operates reliably and that all major subsystems function as intended. The sensors, ESP32 microcontroller, |
| - | Detail and explain any change made in relation to the designed solution. | + | |
| - | In case there are changes regarding the hardware, present the detailed schematics of the prototype. | + | |
| + | The only major issue identified during testing was the incompatibility between the charger and the selected 4S battery configuration, | ||
| === Software === | === Software === | ||
| ** Implementation Changes and Prototype Code** | ** Implementation Changes and Prototype Code** | ||