Skip to content
This repository has been archived by the owner on Jan 2, 2020. It is now read-only.

ponty/pysimavrgui

Repository files navigation

Simple GUI elements for AVR and arduino simulation. Programmed in python, based on pygame. Simavr is used for simulation.

Links:
Features:
Known problems:
  • Python 3 is not supported
  • tested only on linux
  • real-time sleep() is used in simavr, so speed control is far from perfect
  • occasional crash by firmware reload
  • poor sound quality

Test using virtual machine: there is a vagrant configuration inside vagrant directory

Installation

General

Ubuntu

sudo apt-get install python-pip
sudo apt-get install python-pygame
sudo apt-get install python-pyaudio

# pysimavr
sudo apt-get install swig
sudo apt-get install python-dev
sudo apt-get install gcc
sudo apt-get install libelf-dev
sudo pip install pysimavr    

# for arduino
sudo apt-get install scons
sudo apt-get install arduino

sudo pip install pysimavrgui

Uninstall

# as root
pip uninstall pysimavrgui

About

Simple GUI elements for AVR and arduino simulation. Programmed in python, based on pygame. Simavr is used for simulation.

Resources

Stars

Watchers

Forks

Packages

No packages published