Using the Website

Project Page

The Project Pages were created in an effort to help promote student projects. The Project Pages provide a showcase where employers, other students, and friends can see what UIUC students are capable of. Many employers, in particular, consider a good Senior Design Project to be just as valuable as internship experience. The Project Pages will develop over time into a valuable library of practical engineering knowledge. Some of the best projects will be identified each semester and placed in the Senior Design "Hall of Fame," while the rest will be accessible by semester and search engine.

Updating Project Information

Once your project has been approved on the discussion board by the Instructor, you should promptly update your project information. In order to do so, find your project on the Project page, and click its title. When a frame expands, click on "Edit." Next, enter your UIUC netid and password. The system will lookup your project and prompt you for information such as your project's title. Please fill in the information that you wish to have appear for your project, and then click on the submit button. The required fields are marked so. You can update this information at any time. We strongly urge you to keep a backup of all of the information, and we would like to caution you of one scenario in particular. If multiple people attempt to edit this information at the same time, the second person to submit the changes will overwrite the first person's changes. Also, be sure to logout when you are done by closing the web browser. It is important that you provide a project desciption. It should be a brief overview of your project and explanation of why it is worth doing. Please provide this information as soon as possible and try to limit the length to about 250 words.

Submit Schedule

After updating your project information, you should proceed to the Submit Schedule page. Here each student should submit his/her schedule so that your TA can schedule a weekly meeting time. We know that there are a lot of boxes to check, but we need this detailed information because of how difficult it is to match schedules. The information is displayed in a convenient way for TAs when it is time for them to schedule meeting times. The system is very intuitive so instructions are not needed. NOTE: Please be sure that the schedule you submit is as accurate as possible, since you won't be able to edit it later!

After submitting your schedule, you should familiarize yourself with the "Upload Files" page.

Uploading Files

This area is used to upload files such as the Proposal, the Final Paper, Images, and additional files. When a file is uploaded, it is renamed and limited to a specified size. Special documents such as Proposals and Final Papers should be uploaded into the appropriate slot and will automatically be added to your Project Page. Images and other files can be uploaded into any other slot such as "file1." To upload a file, simply select which slot to place it in, and then select the file from your computer using the "Browse" button.

Illini Voyager

Cameron Jones, Christopher Xu

Featured Project

# Illini Voyager

Team Members:

- Christopher Xu (cyx3)

- Cameron Jones (ccj4)

# Problem

Weather balloons are commonly used to collect meteorological data, such as temperature, pressure, humidity, and wind velocity at different layers of the atmosphere. These data are key components of today’s best predictive weather models, and we rely on the constant launch of radiosondes to meet this need. Most weather balloons cannot control their altitude and direction of travel, but if they could, we would be able to collect data from specific regions of the atmosphere, avoid commercial airspaces, increase range and duration of flights by optimizing position relative to weather forecasts, and avoid pollution from constant launches. A long endurance balloon platform also uniquely enables the performance of interesting payloads, such as the detection of high energy particles over the Antarctic, in situ measurements of high-altitude weather phenomena in remote locations, and radiation testing of electronic components. Since nearly all weather balloons flown today lack the control capability to make this possible, we are presented with an interesting engineering challenge with a significant payoff.

# Solution

We aim to solve this problem through the use of an automated venting and ballast system, which can modulate the balloon’s buoyancy to achieve a target altitude. Given accurate GPS positioning and modeling of the jetstream, we can fly at certain altitudes to navigate the winds of the upper atmosphere. The venting will be performed by an actuator fixed to the neck of the balloon, and the ballast drops will consist of small, biodegradable BBs, which pose no threat to anything below the balloon. Similar existing solutions, particularly the Stanford Valbal project, have had significant success with their long endurance launches. We are seeking to improve upon their endurance by increasing longevity from a power consumption and recharging standpoint, implementing a more capable altitude control algorithm which minimizes helium and ballast expenditures, and optimizing mechanisms to increase ballast capacity. With altitude control, the balloon has access to winds going in different directions at different layers in the atmosphere, making it possible to roughly adjust its horizontal trajectory and collect data from multiple regions in one flight.

# Solution Components

## Vent Valve and Cut-down (Mechanical)

A servo actuates a valve that allows helium to exit the balloon, decreasing the lift. The valve must allow enough flow when open to slow the initial ascent of the balloon at the cruising altitude, yet create a tight seal when closed. The same servo will also be able to detach or cut down the balloon in case we need to end the flight early. A parachute will deploy under free fall.

## Ballast Dropper (Mechanical)

A small DC motor spins a wheel to drop [biodegradable BBs](https://www.amazon.com/Force-Premium-Biodegradable-Airsoft-Ammo-20/dp/B08SHJ7LWC/). As the total weight of the system decreases, the balloon will gain altitude. This mechanism must drop BBs at a consistent weight and operate for long durations without jamming or have a method of detecting the jams and running an unjamming sequence.

## Power Subsystem (Electrical)

The entire system will be powered by a few lightweight rechargeable batteries (such as 18650). A battery protection system (such as BQ294x) will have an undervoltage and overvoltage cutoff to ensure safe voltages on the cells during charge and discharge.

## Control Subsystem (Electrical)

An STM32 microcontroller will serve as our flight computer and has the responsibility for commanding actuators, collecting data, and managing communications back to our ground console. We’ll likely use an internal watchdog timer to recover from system faults. On the same board, we’ll have GPS, pressure, temperature, and humidity sensors to determine how to actuate the vent valve or ballast.

## Communication Subsystem (Electrical)

The microcontroller will communicate via serial to the satellite modem (Iridium 9603N), sending small packets back to us on the ground with a minimum frequency of once per hour. There will also be a LED beacon visible up to 5 miles at night to meet regulations. We have read through the FAA part 101 regulations and believe our system meets all requirements to enable a safe, legal, and ethical balloon flight.

## Ground Subsystem (Software)

We will maintain a web server which will receive location reports and other data packets from our balloon while it is in flight. This piece of software will also allow us to schedule commands, respond to error conditions, and adjust the control algorithm while in flight.

# Criterion For Success

We aim to launch the balloon a week before the demo date. At the demo, we will present any data collected from the launch, as well as an identical version of the avionics board showing its functionality. A quantitative goal for the balloon is to survive 24 hours in the air, collect data for that whole period, and report it back via the satellite modem.

![Block diagram](https://i.imgur.com/0yazJTu.png)