Skip to content

jeanette-qi/Milk_Biosensor_Analysis

Repository files navigation

Set up

Download these files from Github:

  1. Read_serial_data.py
  2. Plot_data.py
  3. Requirements.txt

Setup Environment

  1. Download VS Code
  2. Download latest Python 3.XXX
  3. Create python virtual environment using the terminal in VSCode IDE a) Command to execute in the terminal: python3 -m venv venv b) Activate virtual environment c) Command to execute in the terminal: source venv/bin/activate d) Install requirements from requirements.txt file e) Command to execute in the terminal: pip3 install -r requirements.txt f) Open the given Python code and adjust the COM port in the script to correspond with the COM port selected in the Arduino IDE
  4. Make any changes in the Python code if necessary
  5. Update port based on the Arduino port
  6. Update baud rate based on the Arduino baud rate

Setup Calibration (TBD)...

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published