Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
M5Stack x IMU x BLE
Search
Yosuke Nakano
April 15, 2019
Programming
1
830
M5Stack x IMU x BLE
M5Stackユーザーミーティング vol.4のLT資料です。
M5Stack Grayのmpu-9250のセンサデータをUnityで受信できるようにしました。
Yosuke Nakano
April 15, 2019
Tweet
Share
More Decks by Yosuke Nakano
See All by Yosuke Nakano
M5StickCでのIMU開発
naninunenoy
2
2.2k
Zenject.SceneTestFixture and DI
naninunenoy
0
1.5k
最近行った焼肉屋
naninunenoy
0
470
M5Stack with Unity
naninunenoy
3
2.6k
Other Decks in Programming
See All in Programming
FindyにおけるTakumi活用と脆弱性管理のこれから
rvirus0817
0
480
go test -json そして testing.T.Attr / Kyoto.go #63
utgwkk
3
280
Design Foundational Data Engineering Observability
sucitw
3
190
Updates on MLS on Ruby (and maybe more)
sylph01
1
180
Kiroの仕様駆動開発から見えてきたAIコーディングとの正しい付き合い方
clshinji
1
210
How Android Uses Data Structures Behind The Scenes
l2hyunwoo
0
380
機能追加とリーダー業務の類似性
rinchoku
2
1.2k
基礎から学ぶ大画面対応(Learning Large-Screen Support from the Ground Up)
tomoya0x00
0
410
🔨 小さなビルドシステムを作る
momeemt
3
670
実用的なGOCACHEPROG実装をするために / golang.tokyo #40
mazrean
1
250
testingを眺める
matumoto
1
140
Navigating Dependency Injection with Metro
zacsweers
3
210
Featured
See All Featured
GitHub's CSS Performance
jonrohan
1032
460k
The Invisible Side of Design
smashingmag
301
51k
Documentation Writing (for coders)
carmenintech
74
5k
Reflections from 52 weeks, 52 projects
jeffersonlam
352
21k
What's in a price? How to price your products and services
michaelherold
246
12k
Large-scale JavaScript Application Architecture
addyosmani
512
110k
Code Review Best Practice
trishagee
70
19k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
31
2.2k
Building Better People: How to give real-time feedback that sticks.
wjessup
368
19k
YesSQL, Process and Tooling at Scale
rocio
173
14k
Imperfection Machines: The Place of Print at Facebook
scottboms
268
13k
Speed Design
sergeychernyshev
32
1.1k
Transcript
M5Stack x IMU x BLE M5Stackユーザーミーティング vol.4 中野洋輔 (moff inc.)
M5Stack GrayのIMU(MPU-9250) のデータをBLEで飛ばせる ファーム作って、Windows10で BLE受信できるドライバ作って、 最終的にUnityでIMUのデータ受け 取れるようにした。 M5Stackユーザーミーティング vol.4 中野洋輔
(moff inc.)
デモ見せます
None
UWP App Unity Game Peripheral Central M5Stack Gray Windows 10
PC Firmware MPU-9250 DLL Win RT API PlatformIO C++ Visual Studio C# Unity C# naninunenoy/ GrayBlue naninunenoy/ GrayBlue_UWP naninunenoy/ GrayBlue_Unity
GitHubにて公開してます M5Stack Gray ファームウェア https://github.com/naninunenoy/GrayBlue Windows10(UWP)用ドライバ https://github.com/naninunenoy/GrayBlue_UWP Unity Plugin https://github.com/naninunenoy/GrayBlue_Unity
None
動機 •BLEやモーションセンシングの知識が増えたので 何かアウトプットしたかった •M5Stackというものを知り、IMU搭載のGrayモ デルを使えば自分の強みを生かしたものが作れる と思った •BLEのプログラムはPeripheralとCentralの両方必 要になるので、参考になるようなコードがあれば いいだろうと思った
ありがとうございました