/python-arduino-interfacing

Interfacing arduino using pyhton 2.7 and Tkinter(GUI) reading serial port

Primary LanguagePython

Introduction

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.

Requirements

  • python 2.7
  • Tkinter
  • Matplotlib

How to run

Setting up arduino and make it read the sensors(any) and output the data using serial. Run python app:

python application.py

Complete(sample) arduino code

Work in progress

Complete pyhton code

Work in progress