Course Overview :: ECE 445 - Senior Design Laboratory

Course Overview

Welcome to ECE 445 / ME 470 Senior Design ZJUI Spring 2024!

Welcome to the class! If you've looked at the course Calendar, you've probably already noticed that this class is quite different from most other classes in the department. The class only meets as a whole for the first four weeks of the semester. During these lectures, you will meet the Course Staff, learn about specific requirements, resources, and project choices for the course, and have a chance to meet other students. These are some of the most important weeks for the class since the decisions you make during this time will determine what you'll get out of this class and, in many ways, how much you'll enjoy it.

In this course, you will form teams and propose projects that solve an engineering problem in a unique way. The projects generally involve a device that you will design, build, and demonstrate. We are excited to see what projects you create this semester! In the midst of an ever-changing learning environment, we want to encourage you to think, create, design, and build exemplary projects. We want to ensure that your experience in 445 demonstrates your potential as an engineer graduating from the University of Illinois.

This course is taught hybrid for ME and ECE students, and some projects are mentored by ZJUI faculty. Here are a few items that you will need to consider as we enter this semester.

Expectations and Requirements

We have high expectations for students participating in ECE/ME Senior Design. You are soon to be an alumnus of one of the top engineering schools in the world. Our alumni hold themselves to high technical and professional standards of conduct. In general, projects are expected to be safe, ethical, and have a level of design complexity commensurate with the rigour of the ECE/ME Illinois curriculum. Requirements for specific assignments due throughout the semester can be found by looking through the Grading Scheme for the course. Please read through this documentation well before each assignment is due. Specific due dates can be found on the course Calendar.

Below are a few words of wisdom to keep in mind throughout the semester to increase your enjoyment and success in the course:

 

A crowd-sourcing urban air quality monitoring system with bikes

Kaiwen Hong, Zhengxin Jiang, Haofan Lu, Haoqiang Zhu

Featured Project

**Problem**

For public bike users, someone may concern about the air quality in which they are currently riding, as well as the places they are going to. However, currently there is no such an air quality monitoring system which provides air quality information in specific areas inside a city such as Haining.

**Solution Overview**

The idea is to apply air quality monitoring devices on the public bike system. The public bike system in Haining is a perfect carrier for IoT (Internet of Things) devices and urban sensing since it has a large and stable user group and all bikes are managed by official organization which means unified modification on all bikes can be done. A monitoring device integrated on the bike can provide the real-time information that users want to know and share data with other users through a cloud server. A real-time air quality map can be created for users with the contribution from all running bikes.

**Solution Components**

Subsystem 1 – on-bike air quality monitoring device. The subsystem is a stm32 microcontroller based design, integrated with air contaminant sensor, speed meter and data transmission modules. Once connected to a smartphone, the subsystem will keep transmitting real-time data to the smartphone.

Subsystem 2 – Software include a user interface and a server. The user interface can be either an app or a website on smartphone. The user interface receives sensor data from the hardware subsystem, displays the real-time statistics, uploads sensor data to server and receives the air quality map from server. The server processes data from all running bikes, creates a real-time air quality map and returns it back to users.

**Criterion for Success**

1. Success of data collection: stable real-time statistic display on user interface, stable data collection on server.

2. Air quality visualization: The air quality map correctly reflects the air quality in Haining city. For example, the concentration of air contamination should be higher in heavy traffic than in intl campus.

3. Speed control: The on-bike device or smartphone should give an alert when the monitored speed exceeds the upper limit or the user set range. This is not the core function of our design, but we add it as we think the function makes sense for safety purpose.