https://github.com/jsonfm/oscilloscope-python-arduino
⚡ An oscilloscope app with python based on serial communication. Ideal for working with arduino.
https://github.com/jsonfm/oscilloscope-python-arduino
arduino oscilloscope pyqt5 python serial signals
Last synced: about 2 months ago
JSON representation
⚡ An oscilloscope app with python based on serial communication. Ideal for working with arduino.
- Host: GitHub
- URL: https://github.com/jsonfm/oscilloscope-python-arduino
- Owner: jsonfm
- Created: 2021-11-23T18:23:25.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-12-27T13:55:05.000Z (over 2 years ago)
- Last Synced: 2025-03-25T13:47:10.237Z (over 1 year ago)
- Topics: arduino, oscilloscope, pyqt5, python, serial, signals
- Language: Python
- Homepage:
- Size: 210 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Oscilloscope
An oscilloscope program to use with arduino, based on PyQt5 and Serial.

# 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