Leap Controlled RC Car

From ESE205 Wiki
Revision as of 20:23, 2 February 2016 by Dd.dagrosa (talk | contribs) (Creating project page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

Project Overview

This project will create an RC car which will be controlled via hand motions performed over a Leap Motion module. Code will be written so that a particular hand motion can be recognized and the according action executed via Arduino on the RC car.

Objectives

  • Learn more about design specifications in building an RC car
  • Writing code for an Arduino
  • Utilizing wireless technology (e.g. Bluetooth)
  • Experimenting with Leap Motion

Challenges

  • Wireless communication
  • Arduino configuration
  • Coding the hand motion/ pattern recognition