Skip to content

🐍 📈 🔌 Sample graphical user interface to real time monitoring sensor signals interfaced with Arduino

License

Notifications You must be signed in to change notification settings

zodiacfireworks/arduino-serial-monitor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

🐍 📈 🔌 Sample graphical user interface to real time monitoring sensor signals interfaced with Arduino

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published