People & Office Hours

Office Hours Schedule

Office hours are held weekly in the senior design lab. This sheet will be updated if any schedule changes. Make sure to double check the sheet before assuming there will be a TA present when you go!

Spring 2025 Instructors

Name Area
Prof. Mark Butala (Instructor)

butala@illinois.edu
Prof. Arne Fliflet (Instructor)
3056
afliflet@illinois.edu
microwave generation and applications
Prof. Aaron Geiger (Instructor)

ageiger2@illinois.edu
Prof. Zhefeng Guo (Instructor)

zhefengg@illinois.edu
Prof. Huan Hu (Instructor)

huanhu2@illinois.edu
Prof. Timothy Lee (Instructor)

lee527@illinois.edu
Prof. Craig Shultz (Instructor)
CSL 220
shultz88@illinois.edu
Haptics, Human Computer Interaction, Signals, Audio, HCI, Actuators
Fatemeh Cheraghi Pouria (TA)

fatemeh5@illinois.edu
Amritesh Dasari (TA)

mdasari2@illinois.edu
Lukas Dumasius (TA)

lukasd2@illinois.edu
Alma Furayi (TA)

afurayi@illinois.edu
Caitlin Jones (TA)

caitlinj@illinois.edu
Xiaoyue Li (TA)

xiaoyuel@illinois.edu
Image Processing, Deep Learning
Chunzeng Luo (TA)

cluo@illinois.edu
Muhammad Malik (TA)

mmalik@illinois.edu
Ian Meliala (TA)

imeliala@illinois.edu
Yiqun Niu (TA)

yiqunn2@illinois.edu
Qi Wang (TA)
ZJUI C318
qiw7@illinois.edu
Xinyi Xu (TA)

xinyixu@illinois.edu
Ronghui Zheng (TA)

ronghuiz@illinois.edu
Yuchuan Zhu (TA)

yuchuan5@illinois.edu
Yutao Zhuang (TA)

yutaoz@illinois.edu

Other Important People

Name Office Phone Email Area
Dean Biskup UIUC ECE Building   dbiskup2@illinois.edu UIUC TA

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.