final-project-ohm-sweet-ohm

Review Assignment Due Date

final-project-skeleton

* Team Name: ohm-sweet-ohm
* Team Members: Venkatesh Komalika & Jyotiraditya
* Github Repository URL:[https://github.com/upenn-embedded/final-project-ohm-sweet-ohm]() 
* Github Pages Website URL:[ https://upenn-embedded.github.io/final-project-ohm-sweet-ohm/]()
* Description of hardware: The aim of our project is to create a smart shoe dryer especially for the winter season so that users can dry their wet shoes quickly.  In the hardware implemenatation, we have used a temperature and humidity sensor, load cell, heater, relay and fans for implementing our electrical components of our project and we have used MDF, acrylic for the outer frame by laser cutting out the required design and 3D printing was done for designing the platform for the load cell.

Final Project Report

1. Video

Link to the video - https://drive.google.com/file/d/1IilFWwbBmbQqKNDm-Jm01vqyb_RhfAGt/view?usp=sharing

2. Images

Final image

3. Results

3.1 Software Requirements Specification (SRS) Results

(posted with the hardware)

3.2 Hardware Requirements Specification (HRS) Results

We measure the readings every 30 secs but we compare them every 15 mins. After the two/ three consecutive readings are the same, the shoe gets dried and we turn off the heater and the fans.

Proof [To be noted that that the box wasnt covered so the readings for the temperature and humidity are not that different. Also to be noted that the upper limit for the temp sensor was set to be 40 degrees C]

  1. I2C with weight sensor
  2. I2C with Humidity and temperature sensor
  3. Power management
  4. Interrupts
  5. Timers

Input devices

  1. humidity and temperature sebnsor
  2. weight sensor

    Output devices

  3. LCD
  4. Heated chamber
  5. fans
  6. mobaexterm

4. Conclusion

Reflect on your project. Some questions to consider: What did you learn from it? What went well? What accomplishments are you proud of? What did you learn/gain from this experience? Did you have to change your approach? What could have been done differently? Did you encounter obstacles that you didn’t anticipate? What could be a next step for this project?

  1. Before finalising the components, read the datasheet, maybe check if its actually clear and helpful.
  2. The Logic analyzer is your friend.
  3. How to reverse engineer the code based on the Logic analyzer readings if the datasheet is not helpful.
  4. How to write I2C drivers, although it took a lot of time.
  5. We learnt about Finite State Machines for assembling the code together.
  6. Some new skills that were explored and learnt - Lazer cutting, 3-D printing.
  7. We used two different sensors on the same atmega board.
  8. We learnt how to wrok as a team
  9. How to divide tasks amongst the team
  10. How to study concepts together.
  11. How to remain calm and positive when everything else suggests that we shouldn’t.
  12. How to frame your code in a proper way.

MVP Demo

What do you plan to accomplish by the MVP Demo?

Sprint review #2

Current state of project

Last week’s progress

Next week’s plan

Estimated time team efforts

Sprint review #1

Current state of project

Last week’s progress

Week 2 Meeting Reviews

1733893447656

We had worked on implmenting the functional flow chart to review the logical execution of the entire code.

Week 2 work implemenation

Image 1 Image 2 Image 3 Components Image 4 Image 5

Next week’s plan

Estimated time
Name Planned Tasks Allotted time (Hrs)
Komalika datasheet reading, Coding logic and pseudocode 6
Venkatesh datasheet reading, Coding logic and pseudocode 6
Aditya datasheet reading, CAD design 6

Sprint review trial

Current state of project

Flow Chart

Flow chart

BOM and materials have been ordered
Updated design

Updated Design

Code execution Flowchart

Code format1 Code format2

Last week’s progress

Week 1 Meeting Reviews

meet 1 meet 2 meet 3

Next week’s plan

Estimated time
Name Planned Tasks Allotted time (Hrs)
Komalika datasheet reading, Coding logic and pseudocode 6
Venkatesh datasheet reading, Coding logic and pseudocode 6
Aditya datasheet reading, CAD design 6

Final Project Proposal

1. Abstract

In a few sentences, describe your final project. This abstract will be used as the description in the evaluation survey forms.

SoleDry SoleDry is a sustainable solution designed to dry wet shoes, prevent bad odors, and extend shoe lifespan, especially during the monsoon season. The system uses humidity and temperature control to efficiently dry shoes overnight without causing damage. A display provides real-time updates on weight, temperature, and humidity, allowing users to monitor the drying process effectively. This prototype demonstrates the feasibility of maintaining shoe freshness and durability through automated environmental control.

2. Motivation

What is the problem that you are trying to solve? Why is this project interesting? What is the intended purpose?

Problem: Wet shoes, especially in countries with long rainy seasons, lead to bad odors, bacterial growth, and a shorter shoe lifespan. Traditional drying methods are often inefficient and can damage shoes due to improper temperature control or excessive moisture retention, making it difficult to maintain shoe quality and hygiene.

Interesting Because: SoleDry provides an innovative, automated solution to a common problem by using real-time humidity and temperature control to efficiently dry shoes without compromising their quality. It’s particularly useful in humid climates, offering a sustainable way to extend shoe lifespan and improve hygiene.

Intended Purpose: The goal is to create an efficient, user-friendly system that dries shoes overnight, prevents odor, and maintains the structural integrity of shoes. It ensures shoes remain fresh and usable, making it a convenient and sustainable tool for everyday life, especially during wet seasons.

3. Goals

These are to help guide and direct your progress.

  1. Maintaining Air Flow: Ensure proper air circulation through vents, exhausts, and fans to promote efficient and uniform drying of shoes.
  2. Humidity Control: Use sensors and controlled air flow to regulate and maintain optimal humidity levels, preventing excess moisture or drying too fast.
  3. Temperature Control: Incorporate a reliable heating system to control the temperature inside the box, ensuring shoes dry efficiently without overheating.
  4. Weight Monitoring: Utilize a weight sensor to track the reduction in shoe weight, enabling precise monitoring of moisture loss during drying.
  5. LED Display: Show real-time values for humidity, temperature, and weight, along with a calculated percentage indicating how much the shoes have dried based on initial and dry weights.
  6. Buzzer Notification: Include an alert system (buzzer) to notify the user when the desired dry weight is achieved, signaling that the shoes are fully dry.

4. System Block Diagram

Block Diagram

5. Design Sketches

Design Sketches

6. Software Requirements Specification (SRS)

6.1 Overview

SoleDry, is a system designed to automate the process of drying wet shoes. The software controls various input devices such as humidity, temperature, and weight sensors, as well as output devices like relays, fans, and heaters. The system processes sensor data, makes decisions based on pre-set thresholds, and displays real-time data to the user on an integrated display and through IoT (Blynk) connectivity for remote monitoring and control.

6.2 Users

6.3 Definitions, Abbreviations

6.4 Functionality

SRS 01 – Humidity and temperature sensors will continuously monitor the environment, sending data to the ATmega328pb every second and send heater temperature every second as well and its getting compared every 30 seconds.

SRS 02 – The weight sensor will measure and update the shoe weight with a precision of 20 grams, and values will be logged every 30 seconds.

SRS 03 – Relay switches will control the heater and fans based on pre-set temperature thresholds at 30°C , observed every 30 second.

SRS 04 – The display will update every second to show the current temperature, humidity, and weight, as well as the percentage of drying progress.

SRS 05 – The user can adjust the mode (Automatic, Manual, and Profile mode) via the buttons, with input processing every 30 seconds. (However for the scope for the final demonstration we are focussing of the automatic mode only.)

7. Hardware Requirements Specification (HRS)

7.1 Overview

System detects the weight of wet shoes placed inside a box and turns on the heating mechanism based on the weight, temperature, and humidity inside the box. The system uses a heating coil for drying, with fans circulating hot, dry air. Sensors continuously monitor the coil’s temperature to prevent overheating. A display shows the weight of the wet shoes and calculates the estimated time to dry the shoes completely, providing real-time feedback.

7.2 Definitions, Abbreviations

7.3 Functionality

8. Components

What major components do you need and why? Try to be as specific as possible. Your Hardware & Software Requirements Specifications should inform your component choices. Add links to components.

ATatemga328pb https://www.digikey.com/en/products/detail/microchip-technology/ATMEGA328PB-XMINI/5338500

Serves as the main controller for the smart shoe dryer, managing core device functions like sensor readings, relay control for the heating element and fan, and display output.

ESP32 https://www.adafruit.com/product/5000

Provides Wi-Fi connectivity and enables remote control and monitoring through the Blynk IoT platform, allowing users to check and manage the dryer remotely.

1.8” LCD Display https://www.adafruit.com/product/358

Used for user interface and interaction. Displays current humidity, temperature and allows for manaual control.

Heater https://www.amazon.com/Amazon-Basics-Portable-Protection-Lightweight/dp/B074MXC3PN?source=ps-sl-shoppingads-lpcontext&ref_=fplfs&smid=ATVPDKIKX0DER&th=1

The main source of heat for the entire system, provides heat and warms up the incoming air.

Fans https://www.digikey.com/en/products/detail/same-sky-formerly-cui-devices/CFM-A225C-015-287-20/14557939

There are 2 fans, one for inlet and other as an exhaust. Both used strategically to control the inside humidity and temperature i.e improve ventilation.

Load sensor https://www.adafruit.com/product/4541

Detects whether the shoes are kept in the rack or not and also measures the weight that is then considered as to how long will it take for the footwear to dry completely.

24-bit ADC for Load Cells / Strain Gauges

https://www.adafruit.com/product/5974

It provides a 24-bit differential ADC, which means it can detect very small changes in resistance, making it perfect for precise measurements

Temperature and humidity sensor

https://www.adafruit.com/product/5989

Detects the inside as well as outside temperature and humidity and helps determine how hot the heater must get and how fast the fans must spin to better dry the footwear quickly.

Joystick and button https://www.adafruit.com/product/444 https://www.adafruit.com/product/1505

Used as means of input devices for the display.

STEMMA QT / Qwiic JST SH 4-Pin Cable

https://www.adafruit.com/product/5385

It is a versatile cable used primarily for connecting sensors and modules in a simple and efficient manner.It supports I2C communication, which is a common protocol for connecting multiple devices using just two wires (SDA for data and SCL for clock)

9. Final Demo

What do you expect to achieve by the final demonstration or after milestone 1?

  1. Have a finalized component list.
  2. Place orders for all required parts (sensors, relays, microcontrollers, etc.).
  3. Begin working on setting up basic components such as switches, clock settings, and initial coding for the microcontroller.
  1. Have a fully functional prototype.
  2. Complete several successful test runs to demonstrate the system’s ability to dry shoes efficiently using humidity, temperature, and weight control.
  3. Showcase the system’s display, user interface, and Blynk IoT integration for remote monitoring and control.

10. Methodology

What is your approach to the problem? Our approach to designing a smart shoe dryer tackles the problem of wet and odorous shoes by combining efficient drying with hygiene management and user-friendly controls. Here’s the breakdown:

Core Functionality:

Automation & Safety:

User Experience & Remote Control:

Design and Maintenance:

11. Evaluation

12. Proposal Presentation

Add your slides to the Final Project Proposal slide deck in the Google Drive.

https://docs.google.com/presentation/d/1UlWTaDfhGs1sIeoClrVQAtH8inhLJokr/edit?usp=sharing&ouid=103026498329444088626&rtpof=true&sd=true