lgmarin / arduino_dataaq

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:Python 100.0%