Skip to main content

Arduino software configurator

Project description

confduino is an arduino library configurator

Links:
Features:
  • list, install, remove arduino libraries

  • install libraries from internet or local drive

  • fix examples directory name

  • clean library (.*,_*,..)

  • move examples to right location

  • list, install, remove arduino programmers

  • list, install, remove arduino boards

  • written in python

  • crossplatform

  • can be used as a python library or as a console program

  • unpacker backend: patool

  • downloader backend: urllib

Known problems:
  • Python 3 is not supported

  • tested only on linux

  • some libraries with unusual structure can not be installed

  • not all commands have console interface

Basic usage

install library:

>>> from confduino.libinstall import install_lib
>>> install_lib('http://arduino.cc/playground/uploads/Main/PS2Keyboard002.zip')

or on console:

python -m confduino.libinstall http://arduino.cc/playground/uploads/Main/PS2Keyboard002.zip

Installation

General

  • install arduino

  • install python

  • install setuptools

  • install unpackers for patool

  • install patool (easy_install does not work)

  • install the program:

    # as root
    easy_install confduino

Ubuntu

sudo apt-get install arduino
sudo apt-get install python-setuptools
sudo apt-get install unzip
sudo easy_install http://sourceforge.net/projects/patool/files/0.13/patool-0.13.tar.gz/download
sudo easy_install confduino

Uninstall

first install pip:

# as root
pip uninstall confduino

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

confduino-0.0.4.tar.gz (34.2 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page