Skip to content

⚡ An oscilloscope app with python based on serial communication. Ideal for working with arduino.

Notifications You must be signed in to change notification settings

jsonfm/oscilloscope-python-arduino

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Oscilloscope

An oscilloscope program to use with arduino, based on PyQt5 and Serial.

alt screenshot-1

Install

First you probabily want to create a virtual env:

python3 -m venv venv

After you must to install the dependencies:

# Load virtual env
source venv/bin/activate

# Install dependencies
pip install -r requirements.txt

Run

To run the program you must execute the following command:

python3 run.py

License

MIT

About

⚡ An oscilloscope app with python based on serial communication. Ideal for working with arduino.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published