Skip to content

Latest commit

 

History

History
22 lines (11 loc) · 790 Bytes

README.md

File metadata and controls

22 lines (11 loc) · 790 Bytes

Drone Command and Control using Alexa

The purpose of the project is to enable user to fly a drone in a remote area, while sitting at the comfort of your home. Using Alexa device you can invoke the skill and then command the drone to perform some operations for the user.

Deployment

To deploy this project

  • First create your own Alexa skill set and create your instances.

  • Create a websocket API to enable communication between Alexa and the Ground Staion

  • Both the alexa skill kit and websocket must be added as triggers to the AWS Lambda

  • The code for lambda is available as lambda.py

  • On the ground station deploy the GS Code locally on the GS Machine.

  • NOTE:Once check the connectivity strength between Drone and Ground Station.