Skip to content

Latest commit

 

History

History
52 lines (43 loc) · 2.17 KB

README.md

File metadata and controls

52 lines (43 loc) · 2.17 KB

IoT Engineering

Hands-on of lesson 11

For slides and example code, see lesson 11

Note: Do not work on this repository right away.
Create your personal copy by clicking this GitHub Classroom link.

a) Hello World Alexa skill, 15'

b) Voice interaction design, 10'

  • Imagine a simple voice controlled connected device.
  • Find three use-cases and the corresponding intents.
  • Write down two realistic utterances for each intent.

c) Use cases in context, 10'

  • Come up with a use case for a home, hotel & hospital.
  • What changes with the context, what stays the same?
  • Who is the user? What does the system (not) know?
  • Who can see the data? How private is the data?

Submitting results

Tools

Git

On your computer

On your computer or Raspberry Pi

  • Clone the repository
    $ cd ~
    $ git clone REPO_URL
  • Add a file
    $ git add FILE
  • Commit changes
    $ git commit FILE -m "Fixed all bugs"
  • Push changes
    $ git push

Wiki

Support