Skip to content

Open Source Oscilloscope built with Flask, pyserial and Arduino Uno

License

Notifications You must be signed in to change notification settings

vthayashi/labuno4

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

labuno4

Open Source Oscilloscope built with Flask, pyserial, HTML, javascript and Arduino Uno.

LabUno Desktop interface

Built With

Contributing

Please contact the author for contributing with this work.

Authors

License

This project is licensed under the GNU General Public License v3.0 - see the LICENSE.md file for details

Acknowledgments

FAQ

  • Change USB port to corresponding port where your Arduino device is connected, on app.py:

ser = serial.Serial('COM7', baudrate=500000, timeout=10)

  • If you are on Linux (Ubuntu 16.04 LTS), comment the line below on app.py:

ser.set_buffer_size(rx_size = 25600, tx_size = 12800)

About

Open Source Oscilloscope built with Flask, pyserial and Arduino Uno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published