An open API service indexing awesome lists of open source software.

https://github.com/barbarbar338/sapa-project

AGU EEE SAPA Capsule Final Project
https://github.com/barbarbar338/sapa-project

3d adc agu amplify analog arduino audio audio-processing capsule digital dsp electret electret-microphones opamp opamps processing sapa signal signal-processing stethoscope

Last synced: 6 months ago
JSON representation

AGU EEE SAPA Capsule Final Project

Awesome Lists containing this project

README

          

# Electric Stethoscope

This project is a simple electric stethoscope that can be used to listen to the body sounds of a patient. Prepared for AGU SAPA capsule final project.

## Pre-requisites

### Hardware

- Arduino Uno
- 2 wire electret microphone
- Doctor's stethoscope
- Resistors
- 1 x 1kΩ
- 1 x 4.7kΩ
- 2 x 10kΩ
- 1 x 22kΩ
- 1 x 100kΩ
- Capacitors
- 2 x 10nF (Connected in series for 5nF)
- 1 x 47nF
- 1 x 1uF
- 1 x Low-Noise Operational Amplifier (NE5532, TL072, etc.)
- Breadboard
- Jumper wires
- Optional:
- Soldering iron and its accessories
- Pertinax board to solder the circuit (or you can simply buy a PCB)
- 3D printer to print the box for the circuit

### Software

- Arduino IDE
- LTspice
- Python 3.6 or higher

## Running the project

- Clone the repository
- Connect Arduino Uno to your computer
- Build the circuit following the [circuit diagram](https://crcit.net/c/c403772aff41427b846746d022f3cfba)
- Connect circuit to Arduino Uno
- Open the Arduino IDE and upload the `arduino/arduino.ino` file to the Arduino Uno
- Run Python server by running the following commands:

```bash
cd app
pip install -r requirements.txt
python main.py
```

- Enjoy!

## Circuit Diagram

![Circuit Diagram](images/circuit_diagram.png)

## Gallery

![Circuit Front](images/circuit-front.jpg)
![Circuit Back](images/circuit-back.jpg)
![Circuit in Box](images/circuit-in-box.jpg)
![Closed Box](images/closed-box.jpg)

## Authors

- [Barış DEMİRCİ](https://338.rocks)
- Selin Nisa AKGÖL
- Nuri İNCEÖZ