An open API service indexing awesome lists of open source software.

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.

Awesome Lists containing this project

README

          

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

![alt screenshot-1](./screenshots/ss1.png)

# 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