Skip to content

ngmacha/Controller

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

This project lets you control perepherals such as GPIOs, ADCs and DACs on your dev boards
using a simple to use GUI tool written in python. 
The wx GUI tool kit is used via wxPython for implementing the GUI controls.
To run the application, connect your board (currently, Arduino, Arduino mega and mbed are suppourted)
and start the GUI app after installing the required dependencies. 

controller_gui
  Contains the python script that implements the GUI application
Controller
  Contains the Arduino project that you need to upload unto arduino for it to work with the GUI app.
  Select either arduino or MEGA using the proper define in "ArdPerAccess.h" file
 

About

A simple GUI that lets you control GPIOs, ADCs and DACs on your hardware platform

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 61.0%
  • C++ 29.3%
  • C 5.1%
  • Processing 4.6%