Compile and upload Arduino sketches from command line
Project description
arduino-sketch lets you compile and upload Arduino Sketches without the IDE. Just use your favorite editor to write the Arduino .ino files and call arduino-sketch my.ino -u.
Usage
arduino-sketch my.ino will compile the my.ino file. It remembers the name of your sketch, so you can just call arduino-sketch the next time.
See arduino-sketch –help for more info.
Configuration
arduino-sketch uses local configuration (.arduino_sketch) and a user configuration (~/.arduino_sketch). Some configuration options are:
- arduino_dir:
Path to the Arduino core directory. Should contain the hardware and tools directory.
- avr_tools_path:
Path to avr-xxx binaries.
- arduino_port:
The Arduino serial device. Defaults to /dev/ttyUSB*, but this will only work if you have a single USB serial device attached.
- board_tag:
The name/type of the Arduino. See –list-boards and –board options.
Install
arduino-sketch is [registered at the Python Package Index (PyPi)](http://pypi.python.org/pypi/arduino-sketch), so you can install it with pip or easy_install.
You will still need the core components of Arduino 1.0 or higher. Note that arduino-core on Debian 6.0 is <1.0. [See here on how to install a package from Debian testing.]( http://serverfault.com/questions/22414/how-can-i-run-debian-stable-but-install-some-packages-from-testing)
For example on Debian:
sudo aptitude install arduino-core python-pip libyaml-perl sudo pip install arduino-sketch
To uninstall:
sudo pip uninstall arduino-sketch
License
arduino-sketch is licensed under the MIT license. It ships with Arduino.mk and ard-parse-boards which are licensed under LGPL 2.1.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file arduino-sketch-0.2.tar.gz
.
File metadata
- Download URL: arduino-sketch-0.2.tar.gz
- Upload date:
- Size: 11.6 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7e64066c8ddc50c72a4e68b63179068ddcb1f92b04ade6ca6156e83a0fd2dc2c |
|
MD5 | 506901d9a6ac9e4c1231e0586f0dc0d8 |
|
BLAKE2b-256 | 13993cf0471e2113755a659a04819d218651a6c3d74e0c165e88892fef2609f0 |