Skip to main content

mLab Doppler Radar UART tool and example code

Project description

mLab Doppler Radar Tool: UART serial & data plot

Latest PyPI version License: MIT

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

mLab-Doppler-Radar-Tool-0.1.5.7.tar.gz (9.4 kB view hashes)

Uploaded Source

Built Distribution

mLab_Doppler_Radar_Tool-0.1.5.7-py3-none-any.whl (16.0 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page