Grading Scheme :: ECE 445 - Senior Design Laboratory

Grading Scheme

 

The grading scheme for the course, as well as links to specific requirements for each assignment/deliverable and evaluation sheets, are given in the table below. Due dates for each assignment/deliverable can be found on the course Calendar. Please note:

Below is the points breakdown for all assignments/deliverables for the course, sorted chronologically:

Item Team / Individual Score Points Evaluation Sheet**
Project Selection Form Individual 5 None
Lab Notebook Individual 50 PDF
Weekly TA Meetings Team N/A None
Weekly Team Update Meeting Team 3/session None
Team Contract Team 5  
Project Proposal Team 25 PDF
PCB Design Exercise Individual 10 PDF
Soldering Exercise Individual 10 PDF
Design Document
Requirements and Verification
Team 40 PDF
Individual Progress Report Individual 25 PDF
Mock Demo Individual 5 None
Final Demo * Team 150 PDF
Final Presentation * Individual 50 PDF
Final Report: Technical Team 30 PDF
Final Report: English/Format Team 20 PDF
Peer Reviews (2 total) Individual 40 (total) None
Teamwork & Participation Individual 20 None

* Grades for these will be the average of the TA and Instructor grades; peer review grades will be used to provide feedback.
** Evaluation Sheets are subject to minor changes.

Seat U: Sensing System for Real-time Library Seat Occupation Detection

Jiayuan Huang, Hangzheng Lin, Jiaqi Lou, Hanyin Shao

Featured Project

# Problem

During the exam week, it is very difficult to find a seat in the library. Sometimes students cannot find a satisfying seat even if they walk through the library all around. Some students complain about unknown traffic in the library. For more convenient library seats seeking, students would like to know which other seats are empty ahead of time in order to decide whether they will go to the library and where to find available seats.

# Solution Overview

We will design a sensor-based device for each table to detect occupancy. The occupancy data will be uploaded through wifi to the cloud. There will be three states for each seat: occupied by people, occupied by items, or unoccupied. Then we will design an APP to visualize these data.

# Components

## The sensing subsystem:

• Data preprocessing and WiFi module to transfer data (ESP32)

• Multi-kinds of sensors to detect objects and collect data

• Wired power supply to support long-term real-time detection

## Human-computer interaction subsystem:

• Database server to store the collected data

• APP on the phone that allows clients to check the status of library seats

• It can indicate whether the seat is occupied with people (reserved by personal items), occupied without people, or available

# Criteria of Success

• Classify three different states of seats (occupied by people, occupied by items, or unoccupied)

• The accuracy of detecting whether a seat is reserved by items is above 90%

• The accuracy of detecting whether a seat is occupied by people is above 95%

• The sensor-based device APP is user-friendly and accurately visualizes the seat occupation

• The states of the seats get updated every 1 minute in the APP

• Adaptive to different kinds of table in the library (flexibility)

• Implement the database server bidirectionally: upload data from the device and download data to the APP