Skip to content

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

Notifications You must be signed in to change notification settings

metallurgical/python-arduino-interfacing

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 

Repository files navigation

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

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages