tree: 1cff1c1d6d682c4a17c34d0d3c7498ad1723e0b5 [path history] [tgz]
  1. cmd_runner/
  2. README.md
skolo/arduino/README.md

Switching servos with Arduino

cmd_runner contains a simple Arduino program that listens to commands sent over the serial/USB connection. The main command is ‘reset’ which will initate a reset procedure by switcing a servo. See the source of cmd_runner for details.

Building

Install the Arduino IDE on Linux via

$ apt-get intall arduino

and then run ‘arduino’ from the command line. This will open the Arduino IDE where you can open the cmd_runner program.

Attach the Arduino board and upload the program. See https://www.arduino.cc/ for more documentation.