Skip to content

fhnw-iot-4ia/fhnw-iot-work-12

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 

Repository files navigation

IoT Engineering

Hands-on of lesson 12

For slides and example code, see lesson 12

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

a) Raspberry Pi GPIO, 15'

b) Edge gateways, 10'

  • Chose one of the edge gateway projects and analyse it.
  • Which protocol is used to transmit data to the cloud?
  • How are updates deployed to the gateway, by whom?
  • How can a proprietary local protocol be integrated?
  • Be prepared to present your results.

c) Embedded ML use cases, 10'

  • Devices will know your face, voice, mood, intentions.
  • Which new use cases become possible with edge ML?
  • Try to take a "thing centered" perspective, as a device.
  • Be prepared to present your results.

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