akilm / Low-Frequency-DAQ

Low Frequency Data Acquisition System using Arduino Uno (Atmega 328p)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

#Low Frequency Data Acquisition System.

Signal is sampled with the help of ADC channels in arduino . The sampled data is sent to a python script through serial communication (pyserial). Data is stored in a spreadsheet and voltage vs time plot is obtained. Further, the power spectrum of the signal is also plotted using python.

About

Low Frequency Data Acquisition System using Arduino Uno (Atmega 328p)


Languages

Language:C++ 57.3%Language:Python 42.7%