Project

# Title Team Members TA Documents Sponsor
8 Isolated Guitar Pedal Power Supply
Abigail Kokal
Connie Yun
Dearborn Plys
Jialiang Zhang design_document1.pdf
final_paper1.pdf
proposal1.pdf
proposal2.pdf
video
# **Isolated guitar pedal power supply**

Team members:
- Connie Yun (csyun2)
- Abigail Kokal (arkokal2)
- Dearborn Plys (dplys2)


**Problem**

Guitar players and other instrumentalists often use audio effect boxes, usually referred to just as guitar pedals. These pedals require supply generally at 9V, 12V, or 15V with current ratings usually from 100mA up to 1000mA (in the case of some digital effects units). "Clean power" is the major requirement in these supplies, this means decoupling from AC sources and minimization of noise. Supplies for these pedals also need to have many outputs, as many pedal boards (collections of pedals used in series for one audio signal), have a number of individual units all requiring their own power. Most pedal power supplies on the market are quite expensive, don't always supply the exact combination of required output voltages, and don't have options to vary the output voltages for stylistic purposes. Stylistic variation in supply voltage refers to underpowering, and is used often by effects units to vary normal operation of external effect units. This power “sag” function mimics supply from a dying 9V battery.


**Solution**

The isolated power supply would plug into the wall, which would mean that we would have to work with AC/DC conversion, as well as output 9, 12 and 15 V on different ports, which would involve DC/DC conversion. The microcontroller would be used to control switches in the DC/DC converter, and while this kind of item exists online, we would want to make it more precise in terms of ripple, and with the option of purposeful undersupplying voltage for stylistic purposes. Isolation in this case would involve both isolation from noise, which is where ripple precision comes in, and of power, where we would potentially implement a transformer. While we also have the idea to make this have the option of being battery powered as well, this would likely be more of a stretch goal than anything else.

# **Solution Components**

**Subsystem 1**
AC/DC converter. The AC/DC converter would be based on a bridge rectifier, adjusting the overall schematic as needed. This would include a transformer, diodes, and then some filtering components. This would bring us from an outlet to the DC power that we work with for the power output. This would go from the AC voltage of 120V from the wall down to 3V.

**Subsystem 2**
Isolated DC/DC converter. The goal is to essentially create two three-winding transformers, with the outputs equating to as close to 9V & 12V, and 15V & 18V as possible. In this case we will be stepping up from the 3V output from the AC/DC converter. The schematic would be based on a flyback converter, with necessary changes added as they come up. The microcontroller in this subsystem would be used for controlling the switches needed to run the converter.
For this subsystem we would likely only need items that can be found in the electronics shop available to the students, such as copper wire, a core, capacitors, resistors, diodes, inductors, as well as switches. Further specifications will be calculated once the shop is visited and available stock is observed. Proposed switch: IRFP450

**Subsystem 3**
Undersupply of voltage. Mimics a dying 9V battery for stylistic purposes. This would be an option for the 9V output, where we can use the microcontroller to control the level of undersupplying happening. We can implement some sort of nob or slider to control the corresponding voltage level. This would likely involve a transformer in combination with a controlled variable resistor.

**(Stretch Goal) Subsystem 4**
This is something that we would look into further, if we think we have time for it down the line, but essentially the idea would be that you could disconnect the AC/DC converter from the rest of the system and attach the battery.


# **Criterion For Success**
- Output ports supply at DC with under 5% output ripple
- Undersupply “sag” output responds to user choice between 2V and 9V
- Have 4 working ports for output voltage at 9V (with sag option), 12V, 15V, 18V
- Stretch goal: Option to have it run on battery [optional]

Recovery-Monitoring Knee Brace

Dong Hyun Lee, Jong Yoon Lee, Dennis Ryu

Featured Project

Problem:

Thanks to modern technology, it is easy to encounter a wide variety of wearable fitness devices such as Fitbit and Apple Watch in the market. Such devices are designed for average consumers who wish to track their lifestyle by counting steps or measuring heartbeats. However, it is rare to find a product for the actual patients who require both the real-time monitoring of a wearable device and the hard protection of a brace.

Personally, one of our teammates ruptured his front knee ACL and received reconstruction surgery a few years ago. After ACL surgery, it is common to wear a knee brace for about two to three months for protection from outside impacts, fast recovery, and restriction of movement. For a patient who is situated in rehabilitation after surgery, knee protection is an imperative recovery stage, but is often overlooked. One cannot deny that such a brace is also cumbersome to put on in the first place.

--------

Solution:

Our group aims to make a wearable device for people who require a knee brace by adding a health monitoring system onto an existing knee brace. The fundamental purpose is to protect the knee, but by adding a monitoring system we want to provide data and a platform for both doctor and patients so they can easily check the current status/progress of the injury.

---------

Audience:

1) Average person with leg problems

2) Athletes with leg injuries

3) Elderly people with discomforts

-----------

Equipment:

Temperature sensors : perhaps in the form of electrodes, they will be used to measure the temperature of the swelling of the knee, which will indicate if recovery is going smoothly.

Pressure sensors : they will be calibrated such that a certain threshold of force must be applied by the brace to the leg. A snug fit is required for the brace to fulfill its job.

EMG circuit : we plan on constructing an EMG circuit based on op-amps, resistors, and capacitors. This will be the circuit that is intended for doctors, as it will detect muscle movement.

Development board: our main board will transmit the data from each of the sensors to a mobile interface via. Bluetooth. The user will be notified when the pressure sensors are not tight enough. For our purposes, the battery on the development will suffice, and we will not need additional dry cells.

The data will be transmitted to a mobile system, where it would also remind the user to wear the brace if taken off. To make sure the brace has a secure enough fit, pressure sensors will be calibrated to determine accordingly. We want to emphasize the hardware circuits that will be supplemented onto the leg brace.

We want to emphasize on the hardware circuit portion this brace contains. We have tested the temperature and pressure resistors on a breadboard by soldering them to resistors, and confirmed they work as intended by checking with a multimeter.

Project Videos