/voice-control-drone

EXPERIMENTAL: This code works with ar-drone using voice commands and streams video to the browser.

Primary LanguageJavaScript

voice-control-drone

EXPERIMENTAL: This code works with ar-drone using voice commands and streams video to the browser.

Requirements

  • Parrot Ar drone 2.0
  • Nodejs
  • Connection to Ethernet and wifi both.

How it works

  • Turn on your drone and connect to it via WIFI
  • Connect your ethernet for internet access.
  • Run video.js and go to localhost:4000 to view the video stream.
  • Run voice.js and go to localhost:3000 to open the app.
  • Allow the browser to access microphone.
  • Give commands and enjoy!

Commands

  • takeoff
  • go left
  • go right
  • up
  • down
  • turn (clockwise 90 degrees)
  • go forward (1 meter)
  • go backward (1 meter)
  • stop
  • land

Make sure you are indoor and the area has less obstacles.