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!

Fall 2026 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. Yu Lin (Instructor)

yl88@illinois.edu
Prof. Craig Shultz (Instructor)
CSL 220
shultz88@illinois.edu
Haptics, Human Computer Interaction, Signals, Audio, HCI, Actuators, Wearables, Interaction
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

ML-based Weather Forecast on Raspberry Pi

Xuanyu Chen, Zheyu Fu, Zhenting Qi, Chenzhi Yuan

Featured Project

#Team Members

Zheyu Fu (zheyufu2@illinois.edu 3190110355)

Xuanyu Chen (xuanyuc2@illinois.edu 3190112156)

Chenzhi Yuan (chenzhi2@illinois.edu 3190110852)

Zhenting Qi (qi11@illinois.edu 3190112155)

#Problem

Weather forecasting is crucial in our daily lives. It allows us to make proper plans and get prepared for extreme conditions in advance. However, meteorologists always get it wrong half of the time and still keep their job :) To overcome the limitations of traditional weather forecasting, machine learning models have become increasingly important in weather forecasting. Building our own weather forecast ML system is a perfect idea for us to analyze vast amounts of area data and generate more accurate and timely weather predictions on the go in our surrounding areas.

#Solution Overview

A weather forecast system can be created by using a few different hardware components and software tools. Our solution mainly consists of two parts. For weather measurement and data collection, temperature, humidity, and barometric pressure sensors are considered the main components. A machine learning-based algorithm is to be applied for data analysis and weather predictions.

#Solution Components

##Hardware Subsystem

Due to the complexity of weather conditions, our system incorporates the following weather indicators and their corresponding collectors:

-a barometric pressure sensor, a temperature sensor, and a humidity sensor

-a digital thermal probe for heat distribution

-an anemometer for wind speed, wind vane for wind direction, and rain gauge for precipitation

The aforementioned equipment would be integrated into a single device, and weatherproof enclosures are needed to protect it. Plus, a Raspberry Pi, either with built-in wireless connectivity or a WiFi dongle, is required for conducting computations.

##Software Subsystem

A practically usable weather forecast system is supposed to make reliable predictions for real-world multi-variable weather conditions. We apply Machine Learning techniques to suffice such generalization to unseen data. To this end, a high-quality dataset for training and evaluating the Machine Learning model is required, and a specially designed Machine Learning model would be developed on such a dataset. Once a well-trained system is obtained, we deploy the such model on portable devices with easy-to-use APIs.

#Criterion for Success

1. The weather measurement prototype with sensors should be able to accurately collect the temperature, humidity, and barometric pressure. etc.

2. A machine learning algorithm should be successfully trained to make predictions on the weather conditions: rainy, sunny, thunderstorm, etc.

3. Our system can forecast the weather in Haining, in real-time, and/or longer-period forecast.

4. The forecasted weather information could be demonstrated elegantly through some UI interface. A display screen would be a baseline, and an application on phones would be extra credit if time permitted.

5. Extra: Make our own weather dataset for Haining. If good, make it open-source.

#Work Distribution

**EE Student Zheyu Fu**:

-Design the sensor module circuit

-Development of visualization interface

**ECE Students Xuanyu Chen & Zhenting Qi**:

-Weather data collection and analysis

-Build and test Machine Learning model on Raspberry Pi

**ME Student Chenzhi Yuan**:

-Physical structure hardware design

-Proper distribution of the sensors to collect accurate data on temperature, humidity, barometric pressure, etc.