Arduino capture data from sensors(any sensors) and python desktop application will reading the data from serial that eventually plotted the result in a Chart.
- python 2.7
- Tkinter
- Matplotlib
Setting up arduino and make it read the sensors(any) and output the data using serial. Run python app:
python application.py
Work in progress
Work in progress