Arduino/1.0.5

From OLPC
< Arduino
Revision as of 04:49, 11 October 2017 by Quozl (talk | contribs) (Created page with '== Ingredients == * an XO laptop with OLPC OS 13.2.8 already installed, * access to internet, == Recipe == * switch to the Gnome desktop, as the software works best in Gnome…')
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Ingredients

  • an XO laptop with OLPC OS 13.2.8 already installed,
  • access to internet,

Recipe

  • switch to the Gnome desktop, as the software works best in Gnome,
  • start the Terminal application, and type this:
 sudo yum install -y arduino
  • wait for the download to finish, it should need roughly 61 MB,
  • start Applications -> Programming -> Arduino,

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.