Lectures :: ECE 445 - Senior Design Laboratory

Lectures

Spring 2023 Lecture Material:

 

Lecture #1:

(February 17, 2023)

 

 

Getting Started

  • Welcome to the class! (pptx, pdf)

 

 

Pre-Lecture #2:

(before February 24, 2023)

 

 

Beyond Ideation

 

 

Lecture #2:


(February 24, 2023)

 

 

Moving Forward

  • RFA, Proposal, High-Level Requirements, R&V Tables, and Block Diagram details (Slides)

 

Pre-Lecture #3:


(before March 3, 2023)

 

 

Design and Writing Tips

 

 

Lecture #3:


(March 3, 2023)

 

 

Last stop before the Proposal

  • Introduction (pptx)
  • Proposal Details (pptx)
  • Proposal Logistics (pptx)
  • Lab Notebooks (pptx)

 

Pre-Lecture #4:


(before March 10, 2023)

 

 

PCB Exercise Tips

  • Modular Design & Circuit Debugging (pdf)
  • Why PCB Exercise? (pptx)

 

Lecture #4:


(March 10, 2023)

 

 

Intellectual Property

  • Patents - Henry Wang, President IPwe
  • Weekly Meetings Info (pptx)
  • Proposal Q&A

Spring 2020 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)
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)

An Engineering Solution to Auto Chess Set

Yicheng Sun, Bincheng Wang, Bingqi Yang, Anbang Ye

Featured Project

# Problem

We are magic engineers. We found the Muggle world too boring! The wizard chess in *Harry Potter* where players move their pieces by vocal command, pieces move and attacks with cool sound effects, and pieces explode when they die must be a lot more fun! Those interesting properties have made wizard chess a favorite among fans of *Harry Potter* in the muggle world. *Harry Potter* fans and chess lovers would like to have a wizard chess set for its collection value and to bring a wonderful experience playing chess.

# Solution Overview

We will implement a chess set analog to the *Wizard's Chess* in *Harry Potter*, where chess pieces are controlled by voice and can move by themselves. Our system consist of an electronic controller, chess pieces and a chessboard with mechanics to move chesspieces.

# Solution Components

## Chessboard and pieces

Our system contains a two-axis Cartesian robot hidden inside the chessboard. It picks up chess pieces with a magnet to move them around. It will move away any blocking pieces when making a move and put them back later.

## Voice input

The voice input consists of an microphone. It accepts voice signals from players and send it to the control.

## Control

We control the mechannical system, track game states and process voice signals with a Raspberry Pi board. The board will be connected to Baidu Cloud voice service to process voice signal. It interprets voice input to generate player moves or use algorithms to make moves. Then it generate signals to control the robot system to move pieces.

# Criterion for Success

Our product should be able to complete chess games repeatedly with 0, 1 or 2 players without the need to move pieces manually. The system accept and interpret vocal commands correctly. The robot can accurately approach a piece and move it to desired location according to the command. It should move other pieces away to make path for a move.