You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 22 Next »

Modified

  by SHIBUTHOMAS

Contact
VersionFuture Release
Jira

Summary T Created Updated Due Assignee P Status Resolution
Loading...
Refresh

Objective

To demonstrate a method to integrate Alexa Echo Dot with RDK 4.0 by developing Alexa skills and integrate on RDK 4.0 reference platforms:-

  • Raspberry Pi
  • Arris Accelerator - Commscope

Following sections will give the architecture details and end to end flow diagram  

Amazon Alexa Voice Control Reference High Level Architecture

Architecture ( End Product Reference Architecture for Echo Dot Integration )

*Note: Above is the stable state end goal of the product architecture. Rest of the section is for demonstration purposes as an example and not realizing the full scope of the above architecture as end goal. 

Architecture used for proof of integration concepts.

<Explain how this trimmed version helps to demonstrate echo dot integration>


RDK Echo Dot Integration - Amazon Voice Server ( AVS ) setup and configurations

Alexa Skill  Creation

Step one: got to https://developer.amazon.com/alexa/console/ and select your skill name

Step two: got to test tab

Step Three: Type or say your test command, eg: Alexa, tell stb voice move right

Step four: You will get a response, please note the user id – this maps our account to Django server later


RDK Alexa Voice Echo Dot Integration - Alexa Server configuration details

Configure Alexa User Account and STB account

Step one: Go to https://rdkvoice.iptn.io/admin

Step Three: create a user account  

Step Four: user creation


Step Five: STB account creation


Step Five: STB account creation


E2E Sequence Diagram


API definition

method: "RDK.RegisterNewDevice"

Input:

  • "id": "1234567890"

Output:

  • "id": "1234567890"

method: "RDK.CompleteRegistration"

Input:

  • "id": "1234567890"

Output:

  • "id": "1234567890"

method: "RDK.finalizeRegistration"

Input:

  • "id": "1234567890"
  • availableApplications:[{}]

Output:

  • "id": "1234567890"
  • result: {available applications in the box}

method: "RDK.LaunchApplication"

Input:

  • "id": "1234567890"
  • appURI: string
  • contentID: string
  • searchString: string

Output:

  • result : Boolean

Errors:

  • error code
    • 1 Application not available
    • 2 content not available

method: "RDK.GetCurrentApplication"

Input:

  • None

Output:

  • The appURI of the current application

method: "RDK. Navigate"

Input:

  • direction: String

Output:

  • Result: success

method: "RDK. MediaControl"

Input:

  • action: String

Output:

  • Result: success

How to configure server

Follow the process outlined in the attached document to configure the server.

Deployment guide.docx

FAQ

  • No labels