Pysimavrgui

Simple GUI elements for AVR and arduino simulation. Programmed in python, based on pygame. Simavr is used for simulation.
Alternatives To Pysimavrgui
Project NameStarsDownloadsRepos Using ThisPackages Using ThisMost Recent CommitTotal ReleasesLatest ReleaseOpen IssuesLicenseLanguage
Evoarm69
4 years ago1Python
An open-source 3D-printable robotic arm
Pysimavrgui13
10 years ago4February 09, 2012Python
Simple GUI elements for AVR and arduino simulation. Programmed in python, based on pygame. Simavr is used for simulation.
Hindenburgfights8
8 years ago25C
Pygame_photobooth7
4 years ago10Python
Rough Pygame Photobooth
Selfdrivingcar6
7 years agoJupyter Notebook
MachineLearning + Arduino + RaspberryPi + RemoteControlCar + pygame = SelfDrivingCar
Minesweeper20153
7 years agomitPython
our Minesweeper competition 2015 source code
Park Pilot3
2 years agoPython
Park Pilot with audible alerts, made with Python and Arduino
Kinect Mapper3
11 years ago1C++
Pyduino_bot Wifi2
a month agomitC
A set of programs(circuit included) used in an Arduino(micro-controller / µC)-based robot resembling a rover! It can detect human faces using Computer Vision and is controlled by a game developed using the Pygame(a python library) through WiFi.
Archive2
4 years agoPython
存档,笔记与代码
Alternatives To Pysimavrgui
Select To Compare


Alternative Project Comparisons
Readme

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
Popular Pygame Projects
Popular Arduino Projects
Popular Games Categories

Get A Weekly Email With Trending Projects For These Categories
No Spam. Unsubscribe easily at any time.
Python
Arduino
Gui
Vagrant
Pygame
Avr