Project

# Title Team Members TA Documents Sponsor
74 Bike Theft Lock & Chain Detector
Jonathan Lee
Natasha Sherlock
Zhuoyuan Li
Tianxiang Zheng design_document2.pdf
final_paper1.pdf
photo1.jpg
photo2.jpg
photo3.jpg
presentation1.pdf
presentation2.pdf
proposal2.docx
proposal1.pdf
# BIKE THEFT LOCK & CHAIN DETECTOR (UPDATED)

Team Members:

- Natasha Sherlock (NNS5)

- Jonathan Lee (JCL4)

- Open Slot

# PROBLEM
In the Champaign-Urbana area, it is estimated that around 856-1070 bikes are stolen each year (bikelab.com), with most perpetrators going unapprehended and missing bikes seldom recovered. Bike theft often goes unnoticed, especially if the crime occurs at night or with few witnesses.

# SOLUTION

The proposed solution is a cable bike lock that detects when the cable is cut by passing current through the cable and building a sensor to detect an open circuit. When the cable is cut, our cameras positioned on the cable and bike will record images that may potentially identify the criminal. The cable will also send out a signal to an alarm, as well as relay all this information to the user via bluetooth/Wifi connection.

# SOLUTION COMPONENTS

## SUBSYSTEM 1: OPEN CIRCUIT DETECTION

This system will pass a small current through the cable, using the cable and analog components to create a circuit. When the cable gets cut, the circuit would open and this would send a signal to the microcontroller indicating that theft is taking place.

## SUBSYSTEM 2: IMAGE CAPTURING VIA CAMERA

Once the microcontroller detects the open circuit, the camera modules connected to the microcontroller will take an image that the user will be able to receive via bluetooth connection, potentially providing key evidence to identify the perpetrator.

## SUBSYSTEM 3: SOUND ALARM

When the inductance is changed, the microcontroller should send out a signal to electronic alarm devices to alert the user or anyone nearby to someone trying to cut through the cable. The user will then receive a notification on their phone with an option to turn off the alarm, or the alarm will sound for a set amount of time.

# CRITERION FOR SUCCESS

Our device will be able to:

- Detect when the cable is cut
- Send a signal to sound an alarm when the cable is cut
- Take a picture as the theft is being attempted
- Relay the images and alarm sounding to the user's phone

Electronic Replacement for COVID-19 Building Monitors @ UIUC

Patrick McBrayer, Zewen Rao, Yijie Zhang

Featured Project

Team Members: Patrick McBrayer, Yijie Zhang, Zewen Rao

Problem Statement:

Students who volunteer to monitor buildings at UIUC are at increased risk of contracting COVID-19 itself, and passing it on to others before they are aware of the infection. Due to this, I propose a project that would create a technological solution to this issue using physical 2-factor authentication through the “airlock” style doorways we have at ECEB and across campus.

Solution Overview:

As we do not have access to the backend of the Safer Illinois application, or the ability to use campus buildings as a workspace for our project, we will be designing a proof of concept 2FA system for UIUC building access. Our solution would be composed of two main subsystems, one that allows initial entry into the “airlock” portion of the building using a scannable QR code, and the other that detects the number of people that entered the space, to determine whether or not the user will be granted access to the interior of the building.

Solution Components:

Subsystem #1: Initial Detection of Building Access

- QR/barcode scanner capable of reading the code presented by the user, that tells the system whether that person has been granted or denied building access. (An example of this type of sensor: (https://www.amazon.com/Barcode-Reading-Scanner-Electronic-Connector/dp/B082B8SVB2/ref=sr_1_11?dchild=1&keywords=gm65+scanner&qid=1595651995&sr=8-11)

- QR code generator using C++/Python to support the QR code scanner.

- Microcontroller to receive the information from the QR code reader and decode the information, then decide whether to unlock the door, or keep it shut. (The microcontroller would also need an internal timer, as we plan on encoding a lifespan into the QR code, therefore making them unusable after 4 days).

- LED Light to indicate to the user whether or not access was granted.

- Electronic locking mechanism to open both sets of doors.

Subsystem #2: Airlock Authentication of a Single User

- 2 aligned sensors ( one tx and other is rx) on the bottom of the door that counts the number of people crossing a certain line. (possibly considering two sets of these, so the person could not jump over, or move under the sensors. Most likely having the second set around the middle of the door frame.

- Microcontroller to decode the information provided by the door sensors, and then determine the number of people who have entered the space. Based on this information we can either grant or deny access to the interior building.

- LED Light to indicate to the user if they have been granted access.

- Possibly a speaker at this stage as well, to tell the user the reason they have not been granted access, and letting them know the

incident has been reported if they attempted to let someone into the building.

Criterion of Success:

- Our system generates valid QR codes that can be read by our scanner, and the data encoded such as lifespan of the code and building access is transmitted to the microcontroller.

- Our 2FA detection of multiple entries into the space works across a wide range of users. This includes users bound to wheelchairs, and a wide range of heights and body sizes.