kasbert / Peryscope

Perytech DSO USB Oscilloscope

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Peryscope

Perytech PC USB Oscilloscope. This one

This is still in a demo level.

Screenshot

Add udev rule to allow access without root /etc/udev/rules.d/99-perytech.rules

ACTION=="add", SUBSYSTEM=="usb", ATTR{idVendor}=="23e9", ATTR{idProduct}=="0001", TAG+="uaccess"

Install Qt and libusb and python requirements

sudo service udev reload
sudo apt-get install libusb-1.0-0 qtbase5-dev

pip3 install -r requirements.txt

./peryscope

About

Perytech DSO USB Oscilloscope

License:Apache License 2.0


Languages

Language:Python 100.0%