Skip to content

vibhormishra/HackCU-2017

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Voice Controlled Bot Car using Amazon Echo

(This Project is incomplete as we couldn't solve our bot's control issues and couldn't make our bot's servo and DC-motors move in a sync.)

So, what we have coded so far on integrating Amazon Echo and fetching the decoded direction from AWS on our local system is uploaded here.

  1. Command.py is python file which queries DynamoDB on AWS and print changing direction.
  2. NewWorkingLambdaFunc is the lambda function code which needs to be there on AWS (not to be run on local system)
  3. "Intent Schema" on developer.amazon.com:
{
  "intents": [
    {
      "slots": [
        {
          "name": "Command",
          "type": "LIST_OF_COMMANDS"
        }
      ],
      "intent": "BotMovementIsIntent"
    },
    {
      "intent": "WhatsNewBotDirectionIsIntent"
    },
    {
      "intent": "AMAZON.HelpIntent"
    }
  ]
}
  1. Echo Skill Config alt tag

  2. Lambda Configureation: alt tag

About

Voice Controlled Bot Car using Alexa

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages