mbed device connector with mbed device server mbed device connector go live immediately developer...

23
mbed Device Connector Yoshihiro TSUBOI 1

Upload: hadang

Post on 03-Apr-2018

255 views

Category:

Documents


5 download

TRANSCRIPT

mbed Device Connector

Yoshihiro TSUBOI

1

自己紹介

2

2009 2010-

坪井義浩 (つぼいよしひろ) @ytsuboi薬屋、ときどきスイッチサイエンスMake:は趣味

会社紹介

3

https://www.switch-science.com/@ssci_official

• 株式会社スイッチサイエンス• 2008年に設立• 社員16名

Cortex-Mの評価ボード

4

mbed

5

ARM University

6

TrainingPartner

ARM TechCon 2014

7

ARM TechCon 2015

8

Device Connectorの概略

9

10

https://connector.mbed.com/

11

証明書の取得

12

Client Example

13

https://github.com/ARMmbed/mbed-client-examples

今回使ったリリース

14

私の手順

• wget https://github.com/ARMmbed/mbed-client-examples/archive/mbedos-release-15-11.zip

• unzip mbedos-release-15-11.zip • cd mbed-client-examples-mbedos-release-15-11/ • yotta target frdm-k64f-gcc • yotta install mbed-drivers • vi source/security.h • yotta build

15

Serial terminal

16

115200/8-N-1

イゴイタ!!

17

Static resource

18

https://api.connector.mbed.com/endpoints/<Your-endpoint-name>/Test/0/S

Dynamic resource

19

https://api.connector.mbed.com/endpoints/<Your-endpoint-name>/Test/0/D

mbed Device Connector is also..

20

続きはWebで

21

Webのサンプル

22

https://github.com/ARMmbed/mbed-webapp-example/tree/master

おまけ

• mbed OSで遊ぶにはyottaから http://yottadocs.mbed.com/Windows, OS X, Linuxに対応

• mbed OSでのLチカするならhttps://docs.mbed.com/Getting Started: mbed OS

23