Lectures :: ECE 445 - Senior Design Laboratory

Lectures

Spring 2026 Lecture Material:

 

Pre-Lecture #1:


(before the first lecture)

 

 

Brainstorming and Ideation

  • Brainstorming and Ideation slides (pptx)
  • Videos (watch before coming to class)

 

 

Lecture #1:


(Jan 20th )

 

Getting Started

  • Course Overview and Requests for Approval (slides)- Prof. Arne Fliflet
  • PCB (slides)- Jason Jung
  • Intellectual Property (slides)- Dr. Michelle Chitambar
  • How to write your Final Report (slides)- Aaron Greiger
  • Summer is coming ! (slides)- Prof. Arne Fliflet
  • Pitches
    • AdheraScent (slides)
    • Lab Escape [Quantum]  (slides) - Paul Kwait
    • Bat Sound detector   - Dr. Joy O' Keefe
    • Ant-weight, 3D Printed Battlebot Challenge (slides)- Prof. Viktor Gruev (vgruev@illinois.edu)
  • Brainstorming

 

Pre-Lecture #2:


(before the second lecture)

 

 

Beyond Ideation

 

 

Lecture #2:


(Jan 27)

 

 

Moving Forward

  • RFA tips - A. Fliflet (slides)
  • Conflict resolution workshop - Olga Mironenko
  • Machine shop - Greg
  • Lab Safety - Casey (slides)
  • Pitches
    • FADEX (slides) - Shrey Patel

 

Pre-Lecture #3:


(before the third lecture)

 

 

Design and Writing Tips

 

 

Lecture #3:

(Feb 3rd)

 

 

Last Stop Before Approval Deadline !

  • Ethics, Engineering standards and Societal obligations - A. Fliflet (slides)
  • Pitch : Hemispherical Imaging system for subterranean root detection - John Hart (slides)
  • Use of ChatGPT and LLMs in this course - Victor Gruev (slides)
  • PCB tips - Victor Gruev
  • Proposal and Design Document (slides)
  • Smart home (slides)

Spring 2023 Video Lectures:

Brainstorming

Finding a Problem (Video)
Generating Solutions (Video)
Diving Deeper (Video)
Voting (Video)
Reverse Brainstorming (Video)
Homework for Everyone (Video)

Important Information

Using the ECE 445 Website (Video)
Lab Notebook (Video , Slides)
Modular Design (Video, Slides)
Circuit Tips and Debugging (Video , Slides)
Eagle CAD Tutorial (Video)
Spring 2018 IEEE Eagle Workshop (Slides)
Spring 2018 IEEE Soldering Workshop (Slides)

Major Assignments and Milestones

Request for Approval (Video, Slides)
Project Proposal (Video, slides)
Design Document (Video, slides)
Design Review (Video, slides)
Writing Tips (Video, slides)

Prosthetic Control Board

Caleb Albers, Daniel Lee

Prosthetic Control Board

Featured Project

Psyonic is a local start-up that has been working on a prosthetic arm with an impressive set of features as well as being affordable. The current iteration of the main hand board is functional, but has limitations in computational power as well as scalability. In lieu of this, Psyonic wishes to switch to a production-ready chip that is an improvement on the current micro controller by utilizing a more modern architecture. During this change a few new features would be added that would improve safety, allow for easier debugging, and fix some issues present in the current implementation. The board is also slated to communicate with several other boards found in the hand. Additionally we are looking at the possibility of improving the longevity of the product with methods such as conformal coating and potting.

Core Functionality:

Replace microcontroller, change connectors, and code software to send control signals to the motor drivers

Tier 1 functions:

Add additional communication interfaces (I2C), and add temperature sensor.

Tier 2 functions:

Setup framework for communication between other boards, and improve board longevity.

Overview of proposed changes by affected area:

Microcontroller/Architecture Change:

Teensy -> Production-ready chip (most likely ARM based, i.e. STM32 family of processors)

Board:

support new microcontroller, adding additional communication interfaces (I2C), change to more robust connector. (will need to design pcb for both main control as well as finger sensors)

Sensor:

Addition of a temperature sensor to provide temperature feedback to the microcontroller.

Software:

change from Arduino IDE to new toolchain. (ARM has various base libraries such as mbed and can be configured for use with eclipse to act as IDE) Lay out framework to allow communication from other boards found in other parts of the arm.