Skip to content

Latest commit

 

History

9 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to use

Go to Vscode or other text editor, open desired folder

Step 1: Clone the Repository

git clone https://github.com/Roshang06/SPARCS.git
cd sparcs

Step 2: Install Python (if necessary)

If you don't have Python installed, download it from python.org and follow the installation instructions for your operating system.

Verify your installation:

python --version

Step 3: Create a Virtual Environment

Creating a virtual environment is recommended to keep your project dependencies isolated. Go to command prompt:

On Windows:

python -m venv venv
venv\Scripts\activate

On macOS/Linux:

python3 -m venv venv
source venv/bin/activate

Step 4: Install Required Packages

Install all required dependencies using pip:

pip install -r requirements.txt

Required packages:

  • pyserial - Serial communication with ESP32
  • numpy - Audio signal processing
  • pyaudio - Real-time audio playback and capture

If you prefer to install manually:

pip install pyserial numpy pyaudio

Arduino scripts are found in the ArduinoFiles Folder

About

Wireless, portable, digital stethoscope and ekg

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages