Project

# Title Team Members TA Documents Sponsor
18 Wireless Fast Charging Autonomous Car
Yiquan Jin
Yizhi Li
Ziyue Guo
Zongyang Zhu
design_document1.pdf
proposal1.pdf
Chushan Li
# Problem

An autonomous car with wireless fast charging capability (Pin≥100W) is proposed. The car can automatically detect the place of wireless charging station and drive to the station with fast speed.

# Solution Overview

- An autonomous car with energy storage and fast speed

- The wireless charging power Pin ≥ 100W

- Car can automatically align to the charging coils

- Car can detect the place of wireless charging station.

- Obstacles can be avoided during the driving

- Car can fully utilize its mechanical structure and shock absorption system to work on various road condition

# Solution Components

## Hardware Components:

- Autonomous Driving Car Prototype: Developed a prototype of an autonomous driving car capable of autonomous navigation and driving functions, including sensors, control units, actuators, and designed the car's exterior and shock absorption structure.

- Wireless Charging System: Designed and implemented a wireless charging system capable of delivering over 100W of power, including hardware devices for the charger and car receiver end.

- Positioning and Navigation Equipment: Integrated high-precision positioning and navigation equipment to enable the car to navigate and plan routes in complex environments.

## Software Components:

- Autonomous Driving Software: Developed a comprehensive autonomous driving software system, including environment perception, path planning, control algorithms, etc., capable of achieving safe and stable autonomous driving functions.

- Charging Alignment Algorithm: Implemented precise charging alignment algorithms, capable of accurately identifying the position of charging stations and automatically aligning the car with the charging coils, ensuring charging efficiency and safety.

- Obstacle Detection and Avoidance Algorithms: Developed efficient obstacle detection and avoidance algorithms, capable of timely identifying obstacles on the road and taking appropriate measures to avoid collisions.

- Charging Station Position Detection Software: Implemented charging station position detection software, capable of accurately identifying the position of charging stations and planning the optimal route to reach the charging station.

# Criterion for Success

Our ultimate goal is to develop an autonomous vehicle with energy storage and high-speed capabilities, equipped with wireless fast charging (Pin ≥ 100W). It should automatically align with charging coils, detect the location of wireless charging stations, navigate around obstacles during driving, and fully utilize its mechanical structure and shock absorption system to adapt to various road conditions.

VoxBox Robo-Drummer

Featured Project

Our group proposes to create robot drummer which would respond to human voice "beatboxing" input, via conventional dynamic microphone, and translate the input into the corresponding drum hit performance. For example, if the human user issues a bass-kick voice sound, the robot will recognize it and strike the bass drum; and likewise for the hi-hat/snare and clap. Our design will minimally cover 3 different drum hit types (bass hit, snare hit, clap hit), and respond with minimal latency.

This would involve amplifying the analog signal (as dynamic mics drive fairly low gain signals), which would be sampled by a dsPIC33F DSP/MCU (or comparable chipset), and processed for trigger event recognition. This entails applying Short-Time Fourier Transform analysis to provide spectral content data to our event detection algorithm (i.e. recognizing the "control" signal from the human user). The MCU functionality of the dsPIC33F would be used for relaying the trigger commands to the actuator circuits controlling the robot.

The robot in question would be small; about the size of ventriloquist dummy. The "drum set" would be scaled accordingly (think pots and pans, like a child would play with). Actuators would likely be based on solenoids, as opposed to motors.

Beyond these minimal capabilities, we would add analog prefiltering of the input audio signal, and amplification of the drum hits, as bonus features if the development and implementation process goes better than expected.