All Projects → sudar → MissileLauncher

sudar / MissileLauncher

Licence: other
Arduino Library to control USB Missile Launcher

Programming Languages

c
50402 projects - #5 most used programming language
C++
36643 projects - #6 most used programming language

MissileLauncher

MissileLauncher is an Arduino library that can be used to operate USB Missile Launcher's from Arduino using USB Host Shield.

The library supports the following operations

  • Move Up
  • Move Down
  • Move Left
  • Move Right
  • Fire
  • Stop

Examples

The library has a couple of example sketches that explains how to control the Missile Launcher

  • MissileLauncher.ino - Shows the normal way of using the library
  • MissileLauncherFromSerial.ino - Shows how you can read the command from Serial monitor and control the device

If you want to control the Missile Launcher from your desktop, then you can use the missile-launcher.py script found under the /tools directory

Also checkout the article, that I have written about the library.

Video

I have also uploaded a video in youtube which shows how you can control the device from Arduino.

Dependency

This library requires the USB Host Shield library, without which it can't work.

Setup

Stack the USB Host shield on top of Arduino and connect the USB Missile Launcher in the USB slot of the shield.

More detailed documentation of the library can be found in its homepage

License

The source code of this library and the examples are released under "THE BEER-WARE" license.

I would, however, consider it a great courtesy if you could email me and tell me about your project and how this code was used, just for my own continued personal gratification :)

You can also find other ways to make me happy, if you liked this project.

##Support

More details about this project and the support for this project can be found at its homepage.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].