Top Banner
Copyright @ NIFTY Corporation All Rights Reserved Intel EdisonLittleBits NCMB ニフティクラウド mobile backend エヴァンジェリスト 中津川篤司 超ショート版
15

OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Jul 21, 2015

Download

Technology

Welcome message from author
This document is posted to help you gain knowledge. Please leave a comment to let me know what you think about it! Share it to your friends and learn new things together.
Transcript
Page 1: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

Intel EdisonとLittleBitsとNCMB

ニフティクラウド mobile backend

エヴァンジェリスト 中津川篤司

超ショート版

Page 2: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

自己紹介

2

@moongift

fb.me/moongift.fan

中津川 篤司株式会社MOONGIFT 代表取締役ニフティクラウド mobile backend

          エヴァンジェリスト

2004年1月よりオープンソース・ソフトウェアを毎日紹介するブログ MOONGIFT を運営。

http://www.moongift.jp/

Page 3: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

mBaaSとは?

3

スマートフォン/Webアプリのバックエンド(サーバサイド)の仕組みを一括提供

 → mobile Backend as a Serviceの略

Page 4: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

IoTの3大要素

4

IoTデバイス

データストレージ

センサー/出力

Page 5: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

IoTデバイス

5

・Arduino ・Raspberry PI ・Intel Edison ・mbed ・konashi

Page 6: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

センサー

•照度•カメラ•温度•湿度• Felicaリーダー•ボタン

6

正直微妙… もっと面白いセンサーが

欲しい!

Page 7: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

出力

• LCD• LED•コンピュータ• hue

7

もっと微妙

Page 8: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

8

https://www.youtube.com/watch?v=YUUsJSDa7PE

Page 9: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

Arduino module

• ArduinoとLittleBitsを連携させるためのモジュール ↓• LittleBitsのIOを持ったArduino互換モジュール(Leonardo)

9

https://www.youtube.com/watch?v=FXQ9d3qJt3Q

39.95ドル!

Page 10: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

基本的な使い方

10

Page 11: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

拡大

11

Page 12: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

デジタル出力を取り出す

12

Page 13: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

デモの構成

13

IoTデバイス

ニフティクラウド mobile backend

センサー/出力

Page 14: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

ボタンを押すとプッシュ通知

14

var pin4 = new m.Gpio(4); pin4.read();

Page 15: OSC2015 Tokyo/Spring Intel EdisonとLittleBitsとNCMB

Copyright @ NIFTY Corporation All Rights Reserved

@niftycloud_mb

https://fb.me/niftycloudmb