Skip to content

trudiQ/engr101

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

ENGR 101: Data Visualization

Python Script Setup

  1. Download ZIP file "engr101-master.zip" from https://github.com/trudiQ/engr101/tree/master
  2. Install Anaconda: https://www.anaconda.com/products/individual
  3. Open Anaconda Prompt (WINDOWS); for Mac, just open the terminal
  4. Navigate to the "engr101-master", for example:

cd "./engr101-master"

  1. Create and activate a new virtual environment named "engr101" (this will install all the required python libraries):

conda env create -f environment.yml
conda activate engr101

  1. Open Lesson 29 using the Arduino IDE, check the port number: say'COMP7' (WINDOWS) (for Mac:'the whole string of the port', say '/dev/cu.usbmodem1423201')
  2. Open the python file and find the line "ser = serial.Serial('COM6', 9600)"
  3. Replace 'COM6' with your port number, save, and close the python file
  4. Run the python file:

python arduino-lesson29_livePlot.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages