Skip to content

fhnw-iot-4ia/fhnw-iot-work-11

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published