ANCSとAndroid Wear徹底比較

Akira Sasaki
Akira Sasaki代表取締役社長 at 株)GClue
ANCSとAndroid Wear
徹底比較
GClue, Inc.
佐々木 陽
2014/3/27
Aka Beacon
ANCS Dev Kit
ANCS Akabeko
Aka Beacon Kit
BLEガジェット勉強会
https://www.facebook.com/groups/725670950801157/
はじめに
Appcessory
http://www.juniperresearch.com/viewpressrelease.php?pr=414
Juniper
https://www.abiresearch.com/press/wearable-computing-devices-like-apples-iwatch-will
ABI Research
2014年 1000万台
2018年 4億8400万台
ABI Research
Cisco
累計出荷台数
年間出荷台数
2018年 1億7000万台
Juniper
http://www.cisco.com/c/en/us/solutions/collateral/service-provider/visual-networking-index-vni/white_paper_c11-520862.html
Cisco
IoT
Next big thing
3200億円でGoogleが買収
Nest Oculus
2000億円でFacebookが買収
Next big thingは
AppcessoryやConnectedハードウェア
の分野からでてくる?!
Hardware
Wifi
Bluetooth
BLE
Hardware
Wifi Bluetooth BLE
hue TEPRA-Print SDK
Socket 7Xi RC-S390
Dice+
ANCSとAndroid Wear
ANCSって何?
Apple Notification Center Service (ANCS)
ANCSの目的は、BLEを通してiOSと接続されたアクセサリに、iOS
で発生する様々なNotificationを通知する仕組み
ANCSのデザイン3原則
- Simplicity(簡潔的)
- Efficiency(効率的)
- Scalability(スケーラビリティ)
Android Wearって何?
Small, powerful devices, worn on the body. Useful information when you
need it most. Intelligent answers to spoken questions. Tools to help reach
fitness goals. Your key to a multiscreen world.
- 体に装着した、小さくパワフルなデバイス群。 

- あなたがより情報を必要とする時の便利な情報。
- 音声での質問にこたえるインテリジェントな応答。
- フィットネスの成功を手助けするツール。
- マルチスクリーンワールドへのキー。
ANCS対応製品
STB-1000 Fitbit Pebble
Smart Light
Android Wear対応製品
G Watch MOTO 360
通信方式
ANCS Android Wear
方式 BLE
規定はしていない
BLE or Bluetooth
データ通信
ANCS Android Wear
方式
GATT
(Notify)
Intent
できる事比較
Notification
ANCS
Notification
Android Wear
スマフォ操作
音声入力
2:30
Ddconnect
ANCS発動条件
Notificationメッセージ
UILocalNotification
Apple Push Notification Service
Android Wearは発動条件
Notification
スマフォ操作
音声入力
2:30
Ddconnect
int notificationId = 001;
// Build intent for notification content
Intent viewIntent = new Intent(this, ViewEventActivity.class);
viewIntent.putExtra(EXTRA_EVENT_ID, eventId);
PendingIntent viewPendingIntent =
PendingIntent.getActivity(this, 0, viewIntent, 0);
!NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_event)
.setContentTitle(eventTitle)
.setContentText(eventLocation)
.setContentIntent(viewPendingIntent);
!// Get an instance of the NotificationManager service
NotificationManagerCompat notificationManager =
NotificationManagerCompat.from(this);
!// Build the notification and issues it with notification manager.
notificationManager.notify(notificationId, notificationBuilder.build());
// Create intent for reply action
Intent replyIntent = new Intent(this, ReplyActivity.class);
PendingIntent replyPendingIntent =
PendingIntent.getActivity(this, 0, replyIntent, 0);
!
// Build the notification
NotificationCompat.Builder replyNotificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_new_message)
.setContentTitle("Message from Travis")
.setContentText("I love key lime pie!")
.setContentIntent(replyPendingIntent);
!
// Create the remote input
RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY)
.setLabel(replyLabel)
.build();
!
// Create wearable notification and add remote input
Notification replyNotification =
new WearableNotifications.Builder(replyNotificationBuilder)
.addRemoteInputForContentIntent(replyAction)
.build();
Notification 音声入力
Intent連携
ANCSの仕組み
通常のBLEハード
BLEハードウェア
Notify
Service 任意のUUID
Characterristic1 任意のUUID1
Characterristic2 任意のUUID2
BLEハード
Connected
Connect
Read/Write
Central Peripheral
ANCSの場合
BLEハードウェア
Notify
PeripheralとCentralが逆転
Service UUID 7905F431-B5CE-4E99-A40F-4B1E122D00D0
Characterristic UUID Type
Notification Source 9FBF120D-6301-42D9-8C58-25E699A21DBD notifiable
Control Point 69D1D8F3-45E1-49A8-9821-9BBDFDAAD9D9 writeable with response
Data Source 22EAC6E9-24D6-4BB5-BE44-B36ACE7C7BFB notifiable
Peripheral Central
Read/Write
Service
UUID 7905F431-B5CE-4E99-A40F-4B1E122D00D0
検索できるCharacteristic
0x2800
0x2803
69D1D8F3-45E1-49A8-9821-9BBDFDAAD9D9
0x2900
9FBF120D-6301-42D9-8C58-25E699A21DBD
0x2902
22EAC6E9-24D6-4BB5-BE44-B36ACE7C7BFB
Characterristic UUID Type
Control Point 69D1D8F3-45E1-49A8-9821-9BBDFDAAD9D9 writeable with response
Notification Source 9FBF120D-6301-42D9-8C58-25E699A21DBD notifiable
Data Source 22EAC6E9-24D6-4BB5-BE44-B36ACE7C7BFB notifiable
0x2803
0x2902
0x2803
GATT Primary Service Declaration
GATT Characteristic Declaration
GATT Characteristic Declaration
GATT Characteristic Declaration
Characteristic Extended Properties
Client Characteristic Configuration
Notification Source
Client Characteristic Configuration
Control Point
Data Source
UUDI 7905F431-B5CE-4E99-A40F-4B1E122D00D0
service
検索
ANCS
*Notification*
Notification Source
UID=3
Control Point
UID=3
Attribute=Titile, Message, AppID
着信などの通知
着信リクセスト
情報取得
Data Source
UID=3
Title= William T. Riker 

Message = Incoming FaceTime 

AppID= com.apple.facetime
電話が着信
Notification Sourceバイト数 処理概要
EventID 1 Bytes iOS notificationが追加(0)/修正(1)/削除(2)
EventFlag 1 Bytes 重要度を示すEventFlagSilent(1 << 0), EventFlagImportant(1 << 1)
CategoryID 1 Bytes カテゴリID
CategoryCount 1 Bytes
NotificationUID 4 Bytes
カテゴリ名 カテゴリID アプリ
CategoryIDOther 1 iMessage, フォトストリーム, APNS, UILocalNotification, GMail
CategoryIDIncomingCall 2 FaceTime, 電話
CategoryIDMissedCall 3
CategoryIDVoicemail 4 Line, Facebook Messanger, Twitter
!CategoryIDSchedule 5 リマインダー、カレンダー
CategoryIDEmail 6
CategoryIDNews 7
CategoryIDHealthAndFitnett 8
CategoryIDBusinessAndFinance 9
CategoryIDLocation 10
CategoryIDEntertainment 11
例)
Control Point
ID バイト数 概要
CommandID 1 Bytes 0
NotificaionUID 2 Bytes 32ビットの数値の値
AttributeIDs 任意のBytes AttributeIDs, Max Length
例)
Data Source
ID バイト数 概要
CommandID 1 Bytes 1
NotificationUID 2 Bytes アプリのパッケージ名
AttributeIDs 任意のBytes AttributeIDs, Attributes
Android Wearの仕組み
Notification
Notification
2:30
Ddconnect
int notificationId = 001;
// Build intent for notification content
Intent viewIntent = new Intent(this, ViewEventActivity.class);
viewIntent.putExtra(EXTRA_EVENT_ID, eventId);
PendingIntent viewPendingIntent =
PendingIntent.getActivity(this, 0, viewIntent, 0);
!NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_event)
.setContentTitle(eventTitle)
.setContentText(eventLocation)
.setContentIntent(viewPendingIntent);
!// Get an instance of the NotificationManager service
NotificationManagerCompat notificationManager =
NotificationManagerCompat.from(this);
!// Build the notification and issues it with notification manager.
notificationManager.notify(notificationId, notificationBuilder.build());
スマフォ操作
Notification
スマフォ操作
2:30
Ddconnect
// Build an intent for an action to view a map
Intent mapIntent = new Intent(Intent.ACTION_VIEW);
Uri geoUri = Uri.parse("geo:0,0?q=" + Uri.encode(location));
mapIntent.setData(geoUri);
PendingIntent mapPendingIntent =
PendingIntent.getActivity(this, 0, mapIntent, 0);
!NotificationCompat.Builder notificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_event)
.setContentTitle(eventTitle)
.setContentText(eventLocation)
.setContentIntent(viewPendingIntent)
.addAction(R.drawable.ic_map,
getString(R.string.map), mapPendingIntent);
!// Get an instance of the NotificationManager service
NotificationManagerCompat notificationManager =
NotificationManagerCompat.from(this);
!// Build the notification and issues it with notification manager.
notificationManager.notify(notificationId, notificationBuilder.build());
音声入力
Notification
スマフォ操作
音声入力
2:30
Ddconnect
// Create intent for reply action
Intent replyIntent = new Intent(this, ReplyActivity.class);
PendingIntent replyPendingIntent =
PendingIntent.getActivity(this, 0, replyIntent, 0);
!// Build the notification
NotificationCompat.Builder replyNotificationBuilder =
new NotificationCompat.Builder(this)
.setSmallIcon(R.drawable.ic_new_message)
.setContentTitle("Message from Travis")
.setContentText("I love key lime pie!")
.setContentIntent(replyPendingIntent);
!// Create the remote input
RemoteInput remoteInput = new RemoteInput.Builder(EXTRA_VOICE_REPLY)
.setLabel(replyLabel)
.build();
!// Create wearable notification and add remote input
Notification replyNotification =
new WearableNotifications.Builder(replyNotificationBuilder)
.addRemoteInputForContentIntent(replyAction)
.build();
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string-array name="reply_choices">
<item>Yes</item>
<item>No</item>
<item>Maybe</item>
</string-array>
</resources>
最後に
早くハードウェア仕様が
開示されるといいなぁ。
1 of 36

Recommended

Karpenterで君だけの最強のオートスケーリングを実装しよう by
Karpenterで君だけの最強のオートスケーリングを実装しようKarpenterで君だけの最強のオートスケーリングを実装しよう
Karpenterで君だけの最強のオートスケーリングを実装しようKohei Nagase
226 views16 slides
20150327 History of Micro Computer in YRP by
20150327 History of Micro Computer in YRP20150327 History of Micro Computer in YRP
20150327 History of Micro Computer in YRPKenichi Ohwada
1.5K views62 slides
中小企業によるFIDO導入事例 by
中小企業によるFIDO導入事例中小企業によるFIDO導入事例
中小企業によるFIDO導入事例FIDO Alliance
1.3K views11 slides
監視 Overview by
監視 Overview監視 Overview
監視 OverviewIIJ
276 views30 slides
MogileFSをバックエンドとしたPrivate S3の作り方 by
MogileFSをバックエンドとしたPrivate S3の作り方MogileFSをバックエンドとしたPrivate S3の作り方
MogileFSをバックエンドとしたPrivate S3の作り方Ryo Kuroda
15K views70 slides
Spring Boot × Vue.jsでSPAを作る by
Spring Boot × Vue.jsでSPAを作るSpring Boot × Vue.jsでSPAを作る
Spring Boot × Vue.jsでSPAを作るGo Miyasaka
14.9K views31 slides

More Related Content

What's hot

ログの書き方がチームの生産性を爆上げする話 by
ログの書き方がチームの生産性を爆上げする話ログの書き方がチームの生産性を爆上げする話
ログの書き方がチームの生産性を爆上げする話Tsuyoshi Ushio
5.3K views16 slides
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会 by
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会FIDO Alliance
2.2K views52 slides
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料) by
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)NTT DATA Technology & Innovation
5.9K views56 slides
FizzBuzzで学ぶJavaの進化 by
FizzBuzzで学ぶJavaの進化FizzBuzzで学ぶJavaの進化
FizzBuzzで学ぶJavaの進化虎の穴 開発室
310 views33 slides
CTFとは by
CTFとはCTFとは
CTFとはHiromu Yakura
42.7K views33 slides
デバイス WebAPIによるスマートフォン周辺デバイスの活用 by
デバイス WebAPIによるスマートフォン周辺デバイスの活用デバイス WebAPIによるスマートフォン周辺デバイスの活用
デバイス WebAPIによるスマートフォン周辺デバイスの活用Device WebAPI Consortium
5.1K views19 slides

What's hot(20)

ログの書き方がチームの生産性を爆上げする話 by Tsuyoshi Ushio
ログの書き方がチームの生産性を爆上げする話ログの書き方がチームの生産性を爆上げする話
ログの書き方がチームの生産性を爆上げする話
Tsuyoshi Ushio5.3K views
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会 by FIDO Alliance
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会
20190704 パスワードに代わる新たなオンライン認証を推進するFIDO(ファイド)アライアンスの記者説明会
FIDO Alliance2.2K views
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料) by NTT DATA Technology & Innovation
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)
入門 Kubeflow ~Kubernetesで機械学習をはじめるために~ (NTT Tech Conference #4 講演資料)
デバイス WebAPIによるスマートフォン周辺デバイスの活用 by Device WebAPI Consortium
デバイス WebAPIによるスマートフォン周辺デバイスの活用デバイス WebAPIによるスマートフォン周辺デバイスの活用
デバイス WebAPIによるスマートフォン周辺デバイスの活用
Redmineで地理空間情報を扱う、Redmine GTT (Geo-Task-Tracker) pluginの紹介 by Ko Nagase
Redmineで地理空間情報を扱う、Redmine GTT (Geo-Task-Tracker) pluginの紹介Redmineで地理空間情報を扱う、Redmine GTT (Geo-Task-Tracker) pluginの紹介
Redmineで地理空間情報を扱う、Redmine GTT (Geo-Task-Tracker) pluginの紹介
Ko Nagase2.1K views
メタバースについて.pptx by ssuseraa40e5
メタバースについて.pptxメタバースについて.pptx
メタバースについて.pptx
ssuseraa40e5292 views
ログ+メトリック+トレースの組み合わせで構築する一元的なオブザーバビリティ by Elasticsearch
ログ+メトリック+トレースの組み合わせで構築する一元的なオブザーバビリティログ+メトリック+トレースの組み合わせで構築する一元的なオブザーバビリティ
ログ+メトリック+トレースの組み合わせで構築する一元的なオブザーバビリティ
Elasticsearch1.1K views
Prometheus × container insightsで aksを監視してみた by TaichiSugibe
Prometheus × container insightsで aksを監視してみたPrometheus × container insightsで aksを監視してみた
Prometheus × container insightsで aksを監視してみた
TaichiSugibe402 views
5G時代のアプリケーションとは 〜 5G+MECを活用した低遅延アプリの実現へ 〜 by VirtualTech Japan Inc.
5G時代のアプリケーションとは 〜 5G+MECを活用した低遅延アプリの実現へ 〜5G時代のアプリケーションとは 〜 5G+MECを活用した低遅延アプリの実現へ 〜
5G時代のアプリケーションとは 〜 5G+MECを活用した低遅延アプリの実現へ 〜
DX実践!~ビジネスアジリティ向上とマイクロサービス技術GraphQLの活用~(NTTデータ テクノロジーカンファレンス 2020 発表資料) by NTT DATA Technology & Innovation
DX実践!~ビジネスアジリティ向上とマイクロサービス技術GraphQLの活用~(NTTデータ テクノロジーカンファレンス 2020 発表資料)DX実践!~ビジネスアジリティ向上とマイクロサービス技術GraphQLの活用~(NTTデータ テクノロジーカンファレンス 2020 発表資料)
DX実践!~ビジネスアジリティ向上とマイクロサービス技術GraphQLの活用~(NTTデータ テクノロジーカンファレンス 2020 発表資料)
TOCOS TWE-Liteをつかってみた by Takashi Matsuoka
TOCOS TWE-LiteをつかってみたTOCOS TWE-Liteをつかってみた
TOCOS TWE-Liteをつかってみた
Takashi Matsuoka4.6K views
製品の質と、仕事の質を向上させるふりかえりの活用 by ESM SEC
製品の質と、仕事の質を向上させるふりかえりの活用製品の質と、仕事の質を向上させるふりかえりの活用
製品の質と、仕事の質を向上させるふりかえりの活用
ESM SEC470 views
What's new in Spring Boot 2.6 ? by 土岐 孝平
What's new in Spring Boot 2.6 ?What's new in Spring Boot 2.6 ?
What's new in Spring Boot 2.6 ?
土岐 孝平1.3K views
パスワードのいらない世界へ  FIDO認証の最新状況 by FIDO Alliance
パスワードのいらない世界へ  FIDO認証の最新状況パスワードのいらない世界へ  FIDO認証の最新状況
パスワードのいらない世界へ  FIDO認証の最新状況
FIDO Alliance10K views
僕がつくった 70個のうちの48個のWebサービス達 by Yusuke Wada
僕がつくった 70個のうちの48個のWebサービス達僕がつくった 70個のうちの48個のWebサービス達
僕がつくった 70個のうちの48個のWebサービス達
Yusuke Wada18.8K views
Androidにおける歩数取得とバックグラウンド制限 by Kensuke Izumi
Androidにおける歩数取得とバックグラウンド制限Androidにおける歩数取得とバックグラウンド制限
Androidにおける歩数取得とバックグラウンド制限
Kensuke Izumi2.7K views

Similar to ANCSとAndroid Wear徹底比較

IoT祭り2019 Azure Sphereの今(高解像度) by
IoT祭り2019 Azure Sphereの今(高解像度)IoT祭り2019 Azure Sphereの今(高解像度)
IoT祭り2019 Azure Sphereの今(高解像度)Takashi Matsuoka
1.6K views41 slides
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明 by
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明Akira Tateishi
1.7K views34 slides
Azure Sphere MCU by
Azure Sphere MCUAzure Sphere MCU
Azure Sphere MCUTakashi Matsuoka
1.2K views36 slides
AWS IoT サービスこの1年の進化 by
AWS IoT サービスこの1年の進化AWS IoT サービスこの1年の進化
AWS IoT サービスこの1年の進化Jun Ichikawa
950 views25 slides
iBeacon を利用したサービス開発のポイント by
iBeacon を利用したサービス開発のポイントiBeacon を利用したサービス開発のポイント
iBeacon を利用したサービス開発のポイントdaisuke-a-matsui
18.9K views109 slides
Microsoft Azure で実現するAIとIoT最新情報 by
Microsoft Azure で実現するAIとIoT最新情報Microsoft Azure で実現するAIとIoT最新情報
Microsoft Azure で実現するAIとIoT最新情報Yasuhiro Kobayashi
330 views42 slides

Similar to ANCSとAndroid Wear徹底比較(20)

IoT祭り2019 Azure Sphereの今(高解像度) by Takashi Matsuoka
IoT祭り2019 Azure Sphereの今(高解像度)IoT祭り2019 Azure Sphereの今(高解像度)
IoT祭り2019 Azure Sphereの今(高解像度)
Takashi Matsuoka1.6K views
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明 by Akira Tateishi
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明
JAWS-UG IoT専門支部 講演資料 IoT Analyticsによる構築事例説明
Akira Tateishi1.7K views
AWS IoT サービスこの1年の進化 by Jun Ichikawa
AWS IoT サービスこの1年の進化AWS IoT サービスこの1年の進化
AWS IoT サービスこの1年の進化
Jun Ichikawa950 views
iBeacon を利用したサービス開発のポイント by daisuke-a-matsui
iBeacon を利用したサービス開発のポイントiBeacon を利用したサービス開発のポイント
iBeacon を利用したサービス開発のポイント
daisuke-a-matsui18.9K views
Microsoft Azure で実現するAIとIoT最新情報 by Yasuhiro Kobayashi
Microsoft Azure で実現するAIとIoT最新情報Microsoft Azure で実現するAIとIoT最新情報
Microsoft Azure で実現するAIとIoT最新情報
Yasuhiro Kobayashi330 views
Microsoft Intelligent Edge Technologies by Takeshi Fukuhara
Microsoft Intelligent Edge TechnologiesMicrosoft Intelligent Edge Technologies
Microsoft Intelligent Edge Technologies
Takeshi Fukuhara425 views
[de:code 2019 振り返り Night!] IoT by Haruka Kurihara
[de:code 2019 振り返り Night!] IoT[de:code 2019 振り返り Night!] IoT
[de:code 2019 振り返り Night!] IoT
Haruka Kurihara129 views
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築 by Naoki (Neo) SATO
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
[Developers Summit 2018] Microsoft AIプラットフォームによるインテリジェント アプリケーションの構築
Naoki (Neo) SATO2.4K views
Azure Digital Twins 最新事例紹介 ( IoTビジネス共創ラボ 第16回勉強会 ) by Takeshi Fukuhara
Azure Digital Twins 最新事例紹介 ( IoTビジネス共創ラボ 第16回勉強会 )Azure Digital Twins 最新事例紹介 ( IoTビジネス共創ラボ 第16回勉強会 )
Azure Digital Twins 最新事例紹介 ( IoTビジネス共創ラボ 第16回勉強会 )
Takeshi Fukuhara1.5K views
Microsoft AI Platform ビジネスでAI活用するヒント by Daiyu Hatakeyama
Microsoft AI Platform ビジネスでAI活用するヒントMicrosoft AI Platform ビジネスでAI活用するヒント
Microsoft AI Platform ビジネスでAI活用するヒント
Daiyu Hatakeyama572 views
Azure Sphere 開発する前に知っておくこと by Takashi Matsuoka
Azure Sphere 開発する前に知っておくことAzure Sphere 開発する前に知っておくこと
Azure Sphere 開発する前に知っておくこと
Takashi Matsuoka227 views
IoTシステム構築の困り事から逆引き「SORACOM 全サービス解説」 | SORACOM Technology Camp 2020 by SORACOM,INC
IoTシステム構築の困り事から逆引き「SORACOM 全サービス解説」 | SORACOM Technology Camp 2020IoTシステム構築の困り事から逆引き「SORACOM 全サービス解説」 | SORACOM Technology Camp 2020
IoTシステム構築の困り事から逆引き「SORACOM 全サービス解説」 | SORACOM Technology Camp 2020
SORACOM,INC970 views
IoT系標準化の動き(メモ、2016年) (in Japanese) by Toshihiko Yamakami
IoT系標準化の動き(メモ、2016年) (in Japanese)IoT系標準化の動き(メモ、2016年) (in Japanese)
IoT系標準化の動き(メモ、2016年) (in Japanese)
Toshihiko Yamakami6.2K views
「情報爆発時代」を勝ち抜くためのIT基盤技術とは?膨大な情報から最適解を 「SmartEDA®」 by griddb
「情報爆発時代」を勝ち抜くためのIT基盤技術とは?膨大な情報から最適解を 「SmartEDA®」「情報爆発時代」を勝ち抜くためのIT基盤技術とは?膨大な情報から最適解を 「SmartEDA®」
「情報爆発時代」を勝ち抜くためのIT基盤技術とは?膨大な情報から最適解を 「SmartEDA®」
griddb194 views
Windows ChatGPT Bing AI by Atomu Hidaka
Windows ChatGPT Bing AIWindows ChatGPT Bing AI
Windows ChatGPT Bing AI
Atomu Hidaka19 views

More from Akira Sasaki

AI robot car by
AI robot carAI robot car
AI robot carAkira Sasaki
884 views36 slides
CES2019 STEM教材最新動向 by
CES2019 STEM教材最新動向CES2019 STEM教材最新動向
CES2019 STEM教材最新動向Akira Sasaki
757 views7 slides
Android Things最新動向 by
Android Things最新動向Android Things最新動向
Android Things最新動向Akira Sasaki
2K views43 slides
はじめてのAndroid Things by
はじめてのAndroid ThingsはじめてのAndroid Things
はじめてのAndroid ThingsAkira Sasaki
2.4K views31 slides
AIZU.cloud 第一回 AWS CLIハンズオン by
AIZU.cloud 第一回 AWS CLIハンズオンAIZU.cloud 第一回 AWS CLIハンズオン
AIZU.cloud 第一回 AWS CLIハンズオンAkira Sasaki
1.2K views19 slides
Hacker DoJo FaBo's LT. by
Hacker DoJo FaBo's LT.Hacker DoJo FaBo's LT.
Hacker DoJo FaBo's LT.Akira Sasaki
776 views25 slides

More from Akira Sasaki(20)

CES2019 STEM教材最新動向 by Akira Sasaki
CES2019 STEM教材最新動向CES2019 STEM教材最新動向
CES2019 STEM教材最新動向
Akira Sasaki757 views
Android Things最新動向 by Akira Sasaki
Android Things最新動向Android Things最新動向
Android Things最新動向
Akira Sasaki2K views
はじめてのAndroid Things by Akira Sasaki
はじめてのAndroid ThingsはじめてのAndroid Things
はじめてのAndroid Things
Akira Sasaki2.4K views
AIZU.cloud 第一回 AWS CLIハンズオン by Akira Sasaki
AIZU.cloud 第一回 AWS CLIハンズオンAIZU.cloud 第一回 AWS CLIハンズオン
AIZU.cloud 第一回 AWS CLIハンズオン
Akira Sasaki1.2K views
Hacker DoJo FaBo's LT. by Akira Sasaki
Hacker DoJo FaBo's LT.Hacker DoJo FaBo's LT.
Hacker DoJo FaBo's LT.
Akira Sasaki776 views
MEMS sensor catalog with I2C by Akira Sasaki
MEMS sensor catalog with I2CMEMS sensor catalog with I2C
MEMS sensor catalog with I2C
Akira Sasaki4.1K views
基板設計/製造 for プロトタイピング by Akira Sasaki
基板設計/製造 for プロトタイピング基板設計/製造 for プロトタイピング
基板設計/製造 for プロトタイピング
Akira Sasaki3.3K views
IoTの規格標準化動向とデバイスWebAPI by Akira Sasaki
IoTの規格標準化動向とデバイスWebAPIIoTの規格標準化動向とデバイスWebAPI
IoTの規格標準化動向とデバイスWebAPI
Akira Sasaki13.7K views
Ibeacon hack4aizu by Akira Sasaki
Ibeacon hack4aizuIbeacon hack4aizu
Ibeacon hack4aizu
Akira Sasaki2.7K views
Html5 caravantokyo by Akira Sasaki
Html5 caravantokyoHtml5 caravantokyo
Html5 caravantokyo
Akira Sasaki2.1K views
What is google glass by Akira Sasaki
What is google glassWhat is google glass
What is google glass
Akira Sasaki12.6K views
Business model20130301 by Akira Sasaki
Business model20130301Business model20130301
Business model20130301
Akira Sasaki832 views
Web os最新動向20130209 by Akira Sasaki
Web os最新動向20130209Web os最新動向20130209
Web os最新動向20130209
Akira Sasaki1.1K views
Android連携ハードウェア by Akira Sasaki
Android連携ハードウェアAndroid連携ハードウェア
Android連携ハードウェア
Akira Sasaki1.7K views
Android 10 dec, 2012 by Akira Sasaki
Android 10 dec, 2012Android 10 dec, 2012
Android 10 dec, 2012
Akira Sasaki1.5K views
Android最新動向 by Akira Sasaki
Android最新動向Android最新動向
Android最新動向
Akira Sasaki1.6K views

Recently uploaded

Keycloakの全体像: 基本概念、ユースケース、そして最新の開発動向 by
Keycloakの全体像: 基本概念、ユースケース、そして最新の開発動向Keycloakの全体像: 基本概念、ユースケース、そして最新の開発動向
Keycloakの全体像: 基本概念、ユースケース、そして最新の開発動向Hitachi, Ltd. OSS Solution Center.
60 views26 slides
The Things Stack説明資料 by The Things Industries by
The Things Stack説明資料 by The Things IndustriesThe Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things IndustriesCRI Japan, Inc.
58 views29 slides
SNMPセキュリティ超入門 by
SNMPセキュリティ超入門SNMPセキュリティ超入門
SNMPセキュリティ超入門mkoda
355 views15 slides
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料) by
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)NTT DATA Technology & Innovation
18 views38 slides
Windows 11 information that can be used at the development site by
Windows 11 information that can be used at the development siteWindows 11 information that can be used at the development site
Windows 11 information that can be used at the development siteAtomu Hidaka
88 views41 slides
SSH応用編_20231129.pdf by
SSH応用編_20231129.pdfSSH応用編_20231129.pdf
SSH応用編_20231129.pdficebreaker4
335 views13 slides

Recently uploaded(11)

The Things Stack説明資料 by The Things Industries by CRI Japan, Inc.
The Things Stack説明資料 by The Things IndustriesThe Things Stack説明資料 by The Things Industries
The Things Stack説明資料 by The Things Industries
CRI Japan, Inc.58 views
SNMPセキュリティ超入門 by mkoda
SNMPセキュリティ超入門SNMPセキュリティ超入門
SNMPセキュリティ超入門
mkoda355 views
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料) by NTT DATA Technology & Innovation
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)
速習! PostgreSQL専用HAソフトウェア: Patroni(PostgreSQL Conference Japan 2023 発表資料)
Windows 11 information that can be used at the development site by Atomu Hidaka
Windows 11 information that can be used at the development siteWindows 11 information that can be used at the development site
Windows 11 information that can be used at the development site
Atomu Hidaka88 views
SSH応用編_20231129.pdf by icebreaker4
SSH応用編_20231129.pdfSSH応用編_20231129.pdf
SSH応用編_20231129.pdf
icebreaker4335 views
さくらのひやおろし2023 by 法林浩之
さくらのひやおろし2023さくらのひやおろし2023
さくらのひやおろし2023
法林浩之96 views
今、改めて考えるPostgreSQLプラットフォーム - マルチクラウドとポータビリティ -(PostgreSQL Conference Japan 20... by NTT DATA Technology & Innovation
今、改めて考えるPostgreSQLプラットフォーム - マルチクラウドとポータビリティ -(PostgreSQL Conference Japan 20...今、改めて考えるPostgreSQLプラットフォーム - マルチクラウドとポータビリティ -(PostgreSQL Conference Japan 20...
今、改めて考えるPostgreSQLプラットフォーム - マルチクラウドとポータビリティ -(PostgreSQL Conference Japan 20...

ANCSとAndroid Wear徹底比較