[] (https://travis-ci.org/nanpy/nanpy-firmware)
Firmware for Nanpy, a library to use your Arduino board with Python. Read more on Nanpy at https://github.com/nanpy
$ cd firmware
$ ./configure.sh
You can use Nanpy/cfg.h generated file to configure your Nanpy firmware, selecting the features you want to include and the baud rate.
Copy Nanpy directory under your "sketchbook" directory, start your Arduino IDE, open Sketchbook/Nanpy, select "Upload".
-
From your firmware directory copy sample_Makefile to Nanpy directory
$ cp sample_Makefile Nanpy/Makefile
-
Edit the new Makefile to configure the board you want to connect to.
$ vi Nanpy/Makefile
-
Edit cfg.h file to select firmware you want to enable on the board.
$ vi Nanpy/cfg.h
-
Build and upload the firmware:
$ cd Nanpy $ make $ make upload
Tip: For every board you connect to USB, make a copy of the Nanpy directory.
This software is released under MIT License. Copyright (c) 2012-2015 Andrea Stagi [email protected]