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
- Host: GitHub
- URL: https://github.com/barbarbar338/sapa-project
- Owner: barbarbar338
- License: gpl-3.0
- Created: 2024-11-10T10:17:37.000Z (11 months ago)
- Default Branch: main-python
- Last Pushed: 2024-12-29T07:16:13.000Z (10 months ago)
- Last Synced: 2025-04-10T23:42:43.102Z (6 months ago)
- Topics: 3d, adc, agu, amplify, analog, arduino, audio, audio-processing, capsule, digital, dsp, electret, electret-microphones, opamp, opamps, processing, sapa, signal, signal-processing, stethoscope
- Language: Python
- Homepage:
- Size: 6.92 MB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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

## Gallery



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