Skip to content

Arduino based Data Acquisition Software developped to help with my Masters in Mechanical Engineering Project

Notifications You must be signed in to change notification settings

lgmarin/arduino_dataaq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 

Repository files navigation

Arduino Data Acquisition

Data Acquisition Software based in Arduino

Python 3.10

This software was developed as part of my Masters in Mechanical Engineering project. I was in need of a reliable way of measuring temperature in different points.

The hardware allows for 5 different data points, collected by 5 MAX6675 Digital Converters.

Arduino DAQ

Objectives

Development of a simple UI tha allows reading the temperature on the fly and generate a CSV file with all data:

  • Development of a Python based UI using wxPython module
  • Allow for real time tracking of data
  • Allow for generation of CSV report

Dependencies

matplotlib, pyserial and wxPython

pip install -U matplotlib pyserial wxPython

About

Arduino based Data Acquisition Software developped to help with my Masters in Mechanical Engineering Project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages