Arduino/1.8.5

From OLPC
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

XO-4

How to install Arduino IDE 1.8.5 on XO-4 with OLPC OS 13.2.8.

Ingredients

  • an XO-4 with OLPC OS 13.2.8 installed,
  • an internet connection, or USB drive,

Recipe

 tar xf arduino-1.8.5-linuxarm.tar.xz
  • change to the new directory,
 cd arduino-1.8.5
  • run the install script,
 ./install.sh
  • do not delete the arduino-1.8.5 directory,
  • in the Gnome desktop, choose the Arduino IDE icon.

Testing

  • connect Arduino board,
  • choose Tools -> Board entry, e.g. Arduino Uno,
  • choose Tools -> Serial Port entry, e.g. /dev/ttyACM0,
  • choose File -> Examples -> Basics -> Blink,
  • choose Upload to send the program to the Arduino board,
  • see LED flashing.

See Also