Sanguino Tools
The Sanguino environment consists of the Arduino development
environment with an add-on for the ATmega644P microcontroller. The
add-on is easy to install to your Arduino tools. The instuctions below
are for the arduino-0017, Sanguino 1.4-r1 and Linux (FC5). The
changes to the
boards.txt
file are specific to the NB2
boards.
Installation
The installation procedure consists of updating the
boards.txt
file to add the Sanguino and adding the cores files to the Arduino tool
chain.
- Append the Sanguino
boards.txt
file to the end of the Arduino
boards.txt
file. Make the following changes ---
sanguino.upload.maximum_size=61440
sanguino.bootloader.high_fuses=0xDA
sanguino.build.f_cpu=12000000L
- Create the directory
hardware/cores/sanguino
in the
directory where the Arduino cores files are located.
Copy the files from sanguino-software-1.4-r1/cores
to the new directory.
- Add the wiblocks libraries to the
hardware/libraries
directory.
Programming the NB2
To program an NB2 series board go to the
Tools
->
Board
menu and choose
Sanguino