About

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

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

Table Of Contents

Previous topic

Indices and tables

Next topic

GUI examples

This Page