Project

# Title Team Members TA Documents Sponsor
39 ECEB Submetering System [Pitched Project]
Houji Zhou
Sophia Marhoul
Vincent Nguyen
Tianxiang Zheng design_document1.pdf
final_paper1.pdf
photo1.HEIC
photo2.HEIC
presentation1.pptx
proposal1.pdf
video
Team Members:
- Sophia Marhoul (marhoul2)
- Houji Zhou (houjiz2)
- Vincent Nguyen (vbn3)

Our RFA is based on Prof. Schuh’s proposal for a 3-phase, 208V, 60Hz power meters that can be placed inside individual rooms for detailed power monitoring.

# Problem
The ECEB is a Platinum LEED certified building, powered by rooftop solar panels. In order to continually improve energy efficiency, it is necessary to further optimize power consumption. This can be done if building management has detailed power data, tracked over significant periods of time, to analyze trends in usage and opportunities to reduce idle consumption.

# Solution
Our solution is to create power meters that can accurately measure power, voltage, and current of individual rooms within ECEB and upload this data to a server for future analysis and monitoring.

# Solution Component

## 3-Phase Metering

- We will use a hall effect sensor as a current transformer/ current sensor, such that we can calculate the continuous current. The Tamura 400A Hall Effect Open Loop Bidirectional Module (Digikey MT7178-ND) is one example of a suitable sensor.

- The system voltage can either be calculated with a contact method, such as a high-resistance voltage divider, or by a non-contact sensor, depending on the project sponsor’s preference. Noncontact methods are significantly more expensive, but will make the device easier to install and move.

- Instantaneous power will be calculated by multiplying instantaneous voltage and current from each phase in the microcontroller.

## Power Supply

We will use a battery that can supply our meter for a minimum of 1 week without needing to be recharged.

## ESP32 Microcontroller

- The ESP32 will be responsible for onboard computing, and streaming our data to a web server with their respective time stamp via WiFi, and transferring data into an SD card that will store at least 96 hours of data.

- An SD card will store up to 96 hours of data onboard the PCB. We expect the SD card to be roughly 100 MB assuming that 4 data points (time, power, voltage, and current) must be taken every 0.1 seconds and stored for 96 hours.

## Web Server
- The web server stores the data uploaded by the ESP32 and will process any required computing for analysis.

- users will be able access a website that displays the data from the webserver and be able to download csv data.

# Criterion For Success

- The 3-phase meter can measure power, voltage, and current 10 times per second.
- For our demonstration, we will show that we can accurately measure the power, voltage, and current of the output of the power bench.

- The device will store the data into a SD card on board (up to 96 hours).

- The ESP32 will then upload the data to a web server, where it communicates with the web server 4 times a hour through WiFi.

- Users will be able to access a website and view the data and be able to download it into csv.
The web server will interface with the meter functionally. And it can send requests to the board that pulls the data within a certain time to the web server (up to 96 hours).

The Marching Band Assistant

Wynter Chen, Alyssa Louise Licudine, Prashant Shankar

The Marching Band Assistant

Featured Project

NetID/Names

wynterc2 (Wynter Chen), alyssal3 (Alyssa Licudine), shankar7 (Prashant Shankar)

Problem

Drum majors lead and conduct marching bands. One of their main jobs is to maintain tempo for the musicians by moving their hands in specific patterns. However, many drum majors, especially high school students, need to learn how to conduct specific tempos off the top of their head and maintain a consistent tempo without assistance for performances. Even those with musical experience have difficulty knowing for certain what tempo they're conducting without a metronome.

Solution Overview

Our project consists of an arm attachment that aids drum major conducting. The attachment contains an accelerometer that helps determine the tempo in beats per minute via hand movement. A display shows the beats per minute, which allows the drum major to adjust their speed as necessary in real time. The microcontroller data is wirelessly transmitted, and a program can be downloaded that not only visualizes the data in real-time, but provides an option to save recorded data for later. There is also a convenient charging port for the device.

This project is a unique invention that aims to help marching bands. There have been previous projects and inventions that have also digitized the conducting experience, such as the Digital Conducting Baton from Spring 2015. However, these have been in the form of a baton rather than a glove, and are used to alter music files as opposed to providing feedback. Additionally, orchestra conductors use very delicate motions with a baton, while drum majors create large, sharper motions with their arms; thus, we believed that an arm attachment was better suited for marching band usage. Unlike other applications that only integrate digital instruments, this project seeks to assist live performers.

Link to RFA: https://courses.grainger.illinois.edu/ece445/pace/view-topic.asp?id=37939

Project Videos