際際滷

際際滷Share a Scribd company logo
Wearable technologies, why not?
Andrea Trento | @andreatrento
Hi, Im Andrea
@andreatrento
 CEO @Freakpod e Founder @oobulous
 Game e digital content dal 2000
 Developer
 Community Leader
 Speaker, consultant
 Game, mobile e development
 Player e Geek :)
Wearable tech-era
 Cosa c辿 di Wearable?
 Perch辿 e quando Wearable?
 Siamo pronti per lo sviluppo Wearable?
 Quali esperienze duso con il Wearable?
 Opportunit reali di sviluppo?
 Opportunit di business?
Da dove siamo partiti...
Concetto che esiste da tempo
Dal 1970...
Wearable tech-era
Wearable tech-vision
 Qualit della vita
 Intrattenimento
 Controllo
 Accessibilit
 Efficienza e velocit
 Wellness
 Sicurezza
 Condivisione
 ...
Wearable interaction
Wearable interaction
Wearable interaction
Wearable wellnes e care
Wearable wellnes e care
Wearable wellnes e care
Wearable wellnes e care
Wearable OS
Wearable raw materials
Wearable raw materials
Wearable raw materials
Smartphone? (Lhub)
Criticit wearable tech
 Utilizzo di massa dei dispositivi da parte degli utenti
 Privacy
 Sicurezza
 Distrazione e abbassamento delle percezioni esterne
 Calo di attenzione
 Affaticamento
 Prestazioni hardware
 Limiti tecnologici
Opportunit wearable tech
Opportunit wearable
Developer
 Progettazione e innovazione
 Sviluppo nuovi prodotti hardware e servizi correlati
 Sviluppo API per prodotti consumer
Designer
 Progettazione e innovazione
 Personalizzazione UI Design per prodotti consumer
 Personalizzazione contenuti per prodotti consumer
 Integrazione a prodotti consumer
Sviluppare wearable
 Intel - Samsung -Google - Myo - Pebble -   HTML/JS/CSS
Integrate
Offline Storage
CSS3
Styling
Device Access Connectivity
EffectsMultimedia
Semantics
Sviluppare wearable
 Myo - developer.thalmic.com
Sviluppare wearable
 Myo - Source: https://github.com/thalmiclabs/myo.js#events
JAVASCRIPT - Myo.Js + Node.js
var Myo = require('myo');
Myo.onError = function () {
console.log("Woah, couldn't connect to Myo Connect");
}
myMyo = Myo.create();
myMyo.on('fist', function(edge){
if(!edge) return;
console.log('Fist!');
myMyo.vibrate();
});
Experimental: https://github.com/thalmiclabs/myo.js/tree/master/experimental
Sviluppare wearable
 Pebble - developer.getpebble.com
Sviluppare wearable
 Pebble - https://gist.github.com/pebble-gists/
// Import the UI elements
var UI = require('ui');
// Create a simple Card
var card = new UI.Card({
title: 'Hello World',
body: 'This is your first Pebble app!'
});
// Display to the user
card.show();
Experimental: https://github.com/pebble-examples/pebblekit-js-weather/
Sviluppare wearable
 Google - developer.android.com/wear/
Sviluppare wearable
 Apple - developer.android.com/wear/
Sviluppare wearable
 Samsung - developer.samsung.com/samsung-gear
Sviluppare wearable
 Intel - makeit.intel.com
Sviluppare wearable
 Intel Edison - cylonjs.com - Intel速 XDK IoT
JAVASCRIPT - Cylon.js + Node.js
var Cylon = require('cylon');
Cylon.robot({
connections: {
edison: { adaptor: 'intel-iot' }
},
devices: {
led: { driver: 'led', pin: 13 }
},
work: function(my) {
every((1).second(), function() {
my.led.toggle();
});
}
}).start();
Experimental: https://software.intel.com/en-
us/articles/building-teeth-adding-iot-to-
your-bathroom-with-intel-edison-technology
Extreme Wearable
Wearable technologies, why not? | Creativity Day 2015

More Related Content

Wearable technologies, why not? | Creativity Day 2015