Wearable technologies, why not? | Creativity Day 2015

Post on 08-Aug-2015

73 views 1 download

Transcript of Wearable technologies, why not? | Creativity Day 2015

Wearable technologies, why not?Andrea Trento | @andreatrento

Hi, I’m 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 d’uso 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? (L’hub)

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à wearableDeveloper

● 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 StorageCSS3 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.jsvar 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.jsvar 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