mLab Doppler Radar UART tool and example code
Project description
mLab Doppler Radar Tool: UART serial & data plot
before you install mLab Doppler Radar Tool, please check if you already install PyQt5 or not.
Table of content
- [Installation] (# install)
- [example script] (# run)
- [update] (# update)
install
Raspberry Pi
for Raspberry Pi,please install PyQt5 as following. In Raspbian Stretch Lite the following worked for:
$sudo apt-get update
$sudo apt-get install qt5-default pyqt5-dev pyqt5-dev-tools
$sudo python3 -m pip install mLab-Doppler-Radar-Tool
Linux
for Ubuntu user, in linux terminal:
$sudo python3 -m pip install PyQt5
$sudo python3 -m pip install mLab-Doppler-Radar-Tool
Windows
for windows user, in CMD terminal:
python -m pip install PyQt5
python -m pip install mLab-Doppler-Radar-Tool
run
then copy, run our example code:
from mLab_DopplerRadar import MainWindow
from PyQt5 import QtCore, QtWidgets, QtGui
import sys
if __name__ == "__main__":
print("system start)
app = QtWidgets.QApplication(sys.argv)
ui = MainWindow()
ui.show()
sys.exit(app.exec_())
like:
sudo python3 <your file location/name>
update
to update to the latest version, please uninstall and install again, or input:
sudo python3 -m pip install --upgrade mLab-Doppler-Radar-Tool
License
MIT License. Copyright (c) 2019 Agatha Kuan
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file mLab-Doppler-Radar-Tool-0.1.5.7.tar.gz.
File metadata
- Download URL: mLab-Doppler-Radar-Tool-0.1.5.7.tar.gz
- Upload date:
- Size: 9.4 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
eb2d4fea2757256e1936e18724dc64f47ea8e8cc3fd9c8dfd54f9d8f83fbbac8
|
|
| MD5 |
989ff534cc773676d86b623f475c7cc9
|
|
| BLAKE2b-256 |
22722b82fb3232f37914f981b6c18ab4de9ae74506c270a7e265fc90b88344fc
|
File details
Details for the file mLab_Doppler_Radar_Tool-0.1.5.7-py3-none-any.whl.
File metadata
- Download URL: mLab_Doppler_Radar_Tool-0.1.5.7-py3-none-any.whl
- Upload date:
- Size: 16.0 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
8859fd6d460438abbaf6d19c010db57037108082537a00db40c125a11136cfb6
|
|
| MD5 |
9d9f952af29652aa9f179140f1df3201
|
|
| BLAKE2b-256 |
5b34c5dbb01f69239d0acaf739168e9886ee5c429aae422d8f56d16d4f1121fc
|