Skip to content

Latest commit

 

History

History
57 lines (40 loc) · 2.37 KB

README.md

File metadata and controls

57 lines (40 loc) · 2.37 KB

Arduino Serial Monitor

Preview BSD 3 Clause License Python Arduino languaje PyQt Physics Intrumentation Electronics Arduino Real time

Sample graphical user inteface to real time monitoring sensor signals interfaced with Arduino 😄

This program was developed as part of Phisical Instrumentaion course at the Major National University of San Marcos, Lima, Peru.

How to use

  1. Clone the repository

    git clone https://github.com/zodiacfireworks/arduino-serial-monitor.git
    
  2. Install the depenedencies. (Is recomendable use conda)

    conda create -n arduino-serial-monitor python=3 ncurses matplotlib
    source activate arduino-serial-monitor
    pip install pyqt5 --upgrade --force-reinstall
    
  3. Enter to the application diretory and execute the program

    cd arduino-serial-monitor/arduino-serial-monitor
    python asm5_main.py
    
  4. Waits until the UI loads and use intuitively 😅

  5. All the arduino stuff is in sensors directory, load the sketchs to your arduino before to use the interface.

Author

Licensing

All resources developed by me in this repository is released under the BSD-3-Clause license.

Resource with its respective licences are protectect by them.

If you find copyright protected content or without its respective credits, please let us know to give the respective credits and to put the things in order according to laws.