Microcontroller Firmware Hints

From RepRap
Revision as of 04:33, 3 October 2008 by 212.84.101.86 (talk)
Jump to: navigation, search

Compiling and downloading Arduino Firmware using Windows


Fresh Install Arduino version 011 software.

Copy sub directories in reprap-arduino-firmware-1.3/library directory to Arduino hardware/libraries directory.

You should end up with 14 sub directories below /libraries.

Open Single_Arduino_SNAP.pde in arduino.

Compile.

You will see an error regarding obsolete header file.

BUT it will compile without error.

If you change a file in libraries which you invariably have to do to match your thermister/thermocouple delete the object file ?????.o

Otherwise it will not recompile using the changes