Upgrade to Pro — share decks privately, control downloads, hide ads and more …

IoT + Voice = Awesome

IoT + Voice = Awesome

I show you how I built my own version of Jarvis - the dream of many IronMan fans.

Pascal Helfenstein

March 23, 2016
Tweet

More Decks by Pascal Helfenstein

Other Decks in Programming

Transcript

  1. “It can talk” “It can hear” “It can think” any

    Raspberry Pi 433 Mhz Transmitter Cable Antenna
  2. Total Cost Power Remote with 3 Plugs 24.95 433 Mhz

    Transmitter 5.45 Raspberry Pi B+ 31.90 Total 62.30 3 Plugs: 20.80 Fr/Plug
 6 Plugs: 14.55 Fr/Plug I’m also cheap!
  3. Total Cost D-Link DSP-W215
 49.00 all Prices from brack.ch MyStrom

    WLAN Switch
 39.00 Edimax SP-1101W
 51.00 Price is per Plug!
  4. https://github.com/swissmanu/ harmonyhubjs-client var harmony = require('harmonyhubjs-client'); harmony('192.168.1.200').then(harmonyClient => { harmonyClient.getActivities()

    .then(activities => { activities.forEach(activity => { if(activity.label === 'Watch TV') { harmonyClient.startActivity(activity.id); harmonyClient.end(); } }); }); });
  5. Query Intent Object Demo architecture aka my Flat Speech Recognition

    Speech Synthesis Query API-Call API-Call API-Call Response