Project

# Title Team Members TA Documents Sponsor
45 Continuous Arteriovenous Fistula (AVF) Monitoring Device [PITCHED PROJECT]
Aryan Parikh
Rishab Rao Veldur
Satyansh Yeluri
Surya Vasanth design_document1.pdf
design_document2.pdf
final_paper1.pdf
other1.pdf
proposal1.pdf
# Continuous Arteriovenous Fistula (AVF) Monitoring Device

Team Members:
- Aryan Parikh (aparik31)
- Rishab Rao (rveldur2)
- Satyansh Yeluri (syeluri2)

# Problem

Arteriovenous Fistulas/Grafts (AVFs/AVGs) are crucial to patients with end-stage kidney disease. They allow for hemodialysis, which has significant mortality and quality of life benefits in younger patients. Between 2000 and 2020, the prevalent count of individuals receiving HD nearly doubled to $480,516. In older patients, it’s often considered a lifeline. However, AVFs are known to “go down”. They are susceptible to stenosis, and thrombosis, and enlargement over time, leading to high-output cardiac failure. Currently there is no format for continuous monitoring of these grafts, and when they thrombose in the acute setting, often go undetected for days, if not weeks. The cost range to create an AV fistula is also between $3,401-$5,189. Several studies have pointed out that early graft intervention can improve the salvage of these fistulas, prolonging their use and minimizing the number of additional surgeries required. Finally, studies have found that if grafts are not intervened within 7 days, there are significant long term mortality risks and poor patient outcomes.

https://usrds-adr.niddk.nih.gov/2022/end-stage-renal-disease/1-incidence-prevalence-patient-characteristics-and-treatment-modalities

The basic tenet for vascular access monitoring and surveillance is that stenosis develop over variable intervals in the great majority of vascular accesses and, if detected and corrected, under dialysis can be minimized or avoided (dialysis dose protection) and the rate of thrombosis can be reduced.

https://www.ajkd.org/article/S0272-6386(06)00646-9/fulltext#relatedArticles

Problem Statement: Graft stenosis and thrombosis are the leading causes of loss of vascular access patency, with delay in treatment leading to loss of vascular access and increased mortality rates and decreased quality of life in patients with end-stage renal disease.

# Solution

AVFs are often embedded in the arm, where the radial artery and adjacent veins are involved in their creation. What clinicians use to determine fistula viability is palpation, where the palpable trill (or vibration) of the graft can be felt. In the context of vascular access for hemodialysis, a trill is often associated with the feeling of blood flow or the movement of blood through the graft. A strong, palpable trill suggests good blood flow through the access site, indicating that the fistula is functioning well.

The idea is to develop a device that can be attached as a patch adjacent to the fistula to sample this venous trill using auditory input and machine learning to gauge deviations from an initial baseline. The device would be placed initially and cross-referenced with the current gold standard of duplex ultrasound to establish a baseline. As the device lives with the patient, it will learn progressive changes in venous hum pattern (stenosis) that can provide information to clinicians on optimal follow-up. Otherwise, if it detects the absence of a hum (thrombosis) it will immediately alert the patient and provider for attention. Pitch should correspond with an increase in percentage of stenosis and be interpreted as more frequent oscillations in a pressure waveform over time.

# Solution Components

## Microphone

This subsystem would take in sound input from a small microphone to capture a signal underneath the skin and feed into a microprocessor input.

https://ieeexplore.ieee.org/document/7438386

TDK InvenSense T4076 & T4078 MEMS Microphones

## Microprocessor Unit

We will use an Attiny85 and supporting components on our PCB. We will have to add a micro usb programmer for the Attiny85 and then add bluetooth capabilities on top of that. The microcontroller will receive input from the Microphone Module which captures acoustic signals related to venous hum patterns. These signals are essentially sound waves produced by blood flow in veins. We will use an algorithm on the acquired data to help analyze the different frequency components present in the venous hum patterns. Then the microcontroller can analyze the frequency spectrum of the venous hum patterns. The microcontroller can then help us compare the identified patterns with predefined patterns associated with normal and abnormal venous conditions. Based on the comparison, the system can detect differences in the venous hum patterns. Depending on the detected differences, the microcontroller will generate an alert if needed.

## Power Subsystem

It will be a 5 V lithium ion battery. We will have to step down the voltage to 3.3 V. We have no need for battery recharging. We will also have supporting components for the battery.

# Criterion For Success

- Transmit audio to app
- Accuracy: Device is able to distinguish changes in fistula stenosis
- Achieve real time data transmission

Amphibious Spherical Explorer

Kaiwen Chen, Junhao Su, Zhong Tan

Amphibious Spherical Explorer

Featured Project

The amphibious spherical explorer (ASE) is a spherical robot for home monitoring, outdoor adventure or hazardous environment surveillance. Due to the unique shape of the robot, ASE can travel across land, dessert, swamp or even water by itself, or be casted by other devices (e.g. slingshot) to the mission area. ASE has a motion-sensing system based on Inertial Measurement Unit (IMU) and rotary magnetic encoder, which allows the internal controller to adjust its speed and attitude properly. The well-designed control system makes the robot free of visible wobbliness when it is taking actions like acceleration, deceleration, turning and rest. ASE is also a platform for research on control system design. The parameters of the internal controller can be assigned by an external control panel in computer based on MATLAB Graphic User Interface (GUI) which communicates with the robot via a WiFi network generated by the robot. The response of the robot can be recorded and sent back to the control panel for further analysis. This project is completely open-sourced. People who are interested in the robot can continue this project for more interesting features, such as adding camera for real-time surveillance, or controller design based on machine learning.

Project Videos