Project

# Title Team Members TA Documents Sponsor
22 V2V Based Network Cooperative Control System
Jiazhen Xu
Xinwen Zhu
Yuxuan Jiang
Zihao Li
Xuyang Bai design_document1.pdf
final_paper1.pdf
proposal1.pdf
Simon Hu
## Team Members
- Xinwen Zhu: xinwenz3
- Jiazhen Xu: jiazhen6
- Yuxuan Jiang: yuxuanj9
- Zihao Li: zihaoli5

## Problem
Nowadays, autonomous vehicles are being applied in more and more scenarios. Thr current systems rely on the vehicles themselves and a cloud server. While using the computational power of the cloud server, the vehicles remain their own ability of quick deciding through sensors under emergencies.

However, such vehicle-cloud systems have certain limitations. Recently, some scholars became interested in V2V(vehicle to vehicle) communication. Compared to the vehicle-server solution, V2V technologies

- allows for real-time communication between vehicles, allowing for faster decision-making and response times.
- allows for more localized processing of data, reducing the amount of data that needs to be transmitted to the cloud.
is more secure than sending all car data to the cloud.
- is more reliable than relying on the cloud for all processing. Cloud-based systems are prone to downtime and network failures, which can lead to a loss of service.
- is more scalable than relying on cloud-based processing.

Classical vehicle-server systems are naturally have shortcomings when making urgent mixed traffic decisions, because the communication time and server processing time might be too long and the information of a single vehicle is limited.

## Solution Overview
In this senior design project, we want to solve this problem by designing a novel system consisting of vehicle sensing, vehicle-server communication and vehicle-vehicle communication.

## Solution Components
### **Subsystem #1**

The communication system (5G) between vehicles and a powerful server. Since equipping each vehicle with strong processor is expensive and too energy consuming, uploading the data collected by the vehicle to the server and sending the commands back will be more efficient. V2V communication is not a replacement of V2S(vehicle to server), but an improvement. V2S is still important in our system.

### **Subsystem #2**

The controlling system on the vehicle that can be run on simple on-board chip. This on-vehicle system mainly controls the movement of vehicle and decode the commands from the server. The vehicle also needs to check its battery level and be able to return to charging site when detecting low battery level.

### **Subsystem #3**

Simple AI logic for the vehicle to drive by itself when it’s disconnected from the ITS server. The vehicle should be equipped with a GPS chip and at least find a way back to the nearest charging site by itself.

## Criterion for Success

- efficient communication protocol between vehicles.
- getting the relative position of another vehicle and using the information to avoid obstacle.
- design efficient routing and obstacle avoiding algorithm for on-vehicle chip set. (in case cloud server is down)

## Distribution of Work

- Xinwen Zhu:
Design the mechanism of the vehicle, and install required sensors to the vehicle. Mainly responsible for writing the report.
- Yuxuan Jiang:
Design or refine a V2V communication protocol, which should make vehicles communicate in low latency and high privacy.
- Zihao Li:
Design an AI routing algorithm to enable the automatic drive of the vehicles given the information from V2V, V2S comunication, and its own sensor. The vehicle should make a rational decision on avoiding obstacles and coordinating with other cars to alleviate traffic congestion.
- Jiazhen Xu:
Implement a embedded Real-Time Operating System with following functionalities: 1) Synchronize information form the sensor, other vehicles, and the server. 2) Sending information to other vehicles and the server at set intervals. 3) Run a routing algorithm to navigate the vehicle 4) Control the mechanisms of the vehicle to veer, accelerate, and so forth.

Digital Controlled LED Rotating Display System

Guanshujie Fu, Yichi Jin, Keyi Shen, Chentai Yuan

Featured Project

# TEAM MEMBERS

Chentai Yuan (chentai2)

Guanshujie Fu (gf9)

Keyi Shen (keyis2)

Yichi Jin (yichij2)

# TITLE OF THE PROJECT

Digital Controlled LED Rotating Display System

# PROBLEM

By visual persistence phenomenon, we can display any images and strings with a rotating LED array. Many devices based on this idea have been developed. However, there are some common issues to be solved. First, the images or strings to be displayed are pre-defined and cannot be changed in a real-time way. Second, the wired connection between some components may limit the rotation behavior, and harm the quality of display. Some economical wireless communication technologies and new ways to connect components can be applied to achieve a better display and real-time image update.

# SOLUTION OVERVIEW

We aim at developing a digital controlled LED rotating display system. A servo motor is controlled to drive the stick with one row of LED to do circular rotation. The connection between LEDs, control circuit, motor and other components should be simple but firm enough to suppose good display and high-speed rotation. Moreover, there is another part to handle users’ input and communicate with the display part via Bluetooth to update images in a real-time and wireless way.

# SOLUTION COMPONENTS

## Subsystem1: Display Subsystem

- LED Array that can display specific patterns.

- Controller and other components that can timely turn the status of LEDs to form aimed patterns.

## Subsystem2: Drive Subsystem

- Servo motor that drive of the LED array to do circular rotation.

- Controller that communicates with the motor to achieve precise rotation and position control.

- An outer shell that has mechanisms to fix the motor and LED array.

## Subsystem3: Logic and Interface Subsystem

- Input peripherals like keyboard to receive users’ input.

- A FPGA board for high-level logics to handle input, give output and communicate with other subsystems.

- Wireless communication protocol like Bluetooth used in communication.

- VGA display hardware offering Graphical User Interface.

# CRITERION OF SUCCESS

- Users can successfully recognize the real-time patterns to be displayed.

- It achieves the precise rotation and position control of motor.

- The motor can drive the LED array and any necessary components to rotate stably and safely.

- The LED array is under real-time control and responds rapidly.

- The communication between components has low latency and enough bandwidth.

# DISTRIBUTION OF WORK

- Chentai Yuan(ME): Mechanisms and servo motor control.

- Guanshujie Fu(CompE): Logic and Interface design and keyboard & VGA display implementation.

- Keyi Shen(EE): Wireless communication and servo motor control.

- Yichi Jin(EE): Circuit design, keyboard & VGA display implementation.