Project

pan_tilt

0.0
No commit activity in last 3 years
No release in over 3 years
Pan and Tilt Arduino connected Servos
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 1.3
>= 0

Runtime

~> 0.11.2
 Project Readme

Pan and Tilt

Pan and tilt your Arduino connected bracket

Requirements

  • Arduino Uno
  • USB cable
  • Pan/Tilt Bracket from sparkfun
  • 2x Small Servos
  • Breadboard
  • Pinned wires

Pan and Tilt bracket

To create the bracket you can order the parts from sparkfun and follow their assembly instructions.

Hardware Installation

  • Connect the Pan servo's control wire to Pin 11 (configurable)
  • Connect the Tilt servo's control wire to Pin 9 (configurable)
  • Connect both servos' ground wires to GND
  • Connect both servos' power wires to 5V

Software Installation

  • Connect the Arduino to your computer via USB

  • Install the Arduino IDE

  • Install this gem

    gem install pan_tilt

Dino

The Dino bootstrapper will need to be instaled on the Arduino. You can follow the instructions in here. The .ino file referenced should be opened and not copied in.