Skip to main content

Command line toolkit for working with Arduino hardware

Project description

Ino is a command line toolkit for working with Arduino hardware

It allows you to:

  • Quickly create new projects

  • Build a firmware from multiple source files and libraries

  • Upload the firmware to a device

  • Perform serial communication with a device (aka serial monitor)

Ino may replace Arduino IDE UI if you prefer to work with command line and an editor of your choice or if you want to integrate Arduino build process to 3-rd party IDE.

Ino is based on make to perform builds. However Makefiles are generated automatically and you’ll never see them if you don’t want to.

Features

  • Simple. No build scripts are necessary.

  • Out-of-source builds. Directories with source files are not cluttered with intermediate object files.

  • Support for *.pde and *.ino sketches as well as raw *.c and *cpp.

  • Automatic dependency tracking. Referred libraries are automatically included in the build process. Changes in *.h files lead to recompilation of sources which include them.

  • Pretty colorful output.

  • Support for all boards that are supported by Arduino IDE.

  • Fast. Discovered tool paths and other stuff is cached across runs. If nothing has changed, nothing is build.

  • Flexible. Support for simple ini-style config files to setup machine-specific info like used Arduino model, Arduino distribution path, etc just once.

Installation

With python setup tools:

$ sudo pip install ino
# ... or ...
$ sudo easy_install ino

Or clone from GitHub:

$ git clone git://github.com/amperka/ino.git
$ export PATH=`pwd`/ino/bin

Requirements

  • Python 2.6+

  • Arduino IDE distribution

  • make and avr-gcc for building

  • picocom for serial communication

Limitations

  • As for current version, ino works only in Linux. However it was created with other platform users in mind, so it will eventually get cross-platform support. Help from Windows- and MacOS- developers is much appreciated.

  • Ino is not yet well tested with release candidate of upcoming Arduino 1.0 software. Although it should be compatible.

Getting Help

License

If not stated otherwise ino is distributed in terms of MIT software license. See MIT-LICENSE.txt in the distribution for details.

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

ino-0.1.4.tar.gz (13.6 kB view details)

Uploaded Source

File details

Details for the file ino-0.1.4.tar.gz.

File metadata

  • Download URL: ino-0.1.4.tar.gz
  • Upload date:
  • Size: 13.6 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No

File hashes

Hashes for ino-0.1.4.tar.gz
Algorithm Hash digest
SHA256 ca86df0893e7f8f3bc6e26aa638e32190b81e9e6b335dc59d451610a197998ce
MD5 bb9a95a8a38d4ae0bbcf63ea56603c10
BLAKE2b-256 983c923e37cebc68ea37d2fa1891343d33be19f46612fd909560b0d9844c1bad

See more details on using hashes here.

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